We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a18c84 commit 9a55960Copy full SHA for 9a55960
release/package.json
@@ -1139,6 +1139,17 @@
1139
"type": "object",
1140
"title": "F#",
1141
"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
+ },
1153
"FSharp.fsac.dotnetArgs": {
1154
"type" : "array",
1155
"default": [],
0 commit comments