Skip to content

Commit 8a60fd5

Browse files
committed
Document new hack.tracing.server option
1 parent 2a08fff commit 8a60fd5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,17 @@
224224
},
225225
"default": {},
226226
"description": "Workspaces where whether or not to run custom Hack executables (e.g. hhast-lint) has been remembered"
227+
},
228+
"hack.trace.server": {
229+
"type": "string",
230+
"scope": "window",
231+
"enum": [
232+
"off",
233+
"messages",
234+
"verbose"
235+
],
236+
"default": "off",
237+
"description": "Traces the communication between VS Code and the Hack language server."
227238
}
228239
}
229240
},

0 commit comments

Comments
 (0)