Skip to content

Commit 9a55960

Browse files
committed
add trace server option to prevent mixups
1 parent 2a18c84 commit 9a55960

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

release/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,17 @@
11391139
"type": "object",
11401140
"title": "F#",
11411141
"properties": {
1142+
"FSharp.trace.server": {
1143+
"type": "string",
1144+
"default": "off",
1145+
"description": "Trace server messages at the LSP protocol level for diagnostics.",
1146+
"enum": [
1147+
"off",
1148+
"messages",
1149+
"verbose"
1150+
],
1151+
"scope": "window"
1152+
},
11421153
"FSharp.fsac.dotnetArgs": {
11431154
"type" : "array",
11441155
"default": [],

0 commit comments

Comments
 (0)