You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,19 +369,6 @@ Default: `false`
369
369
If true, then `-i` flag will be passed to `go build` everytime the code is compiled. Since Go 1.10, setting this may be unnecessary unless you are in GOPATH mode and do not use the language server.
370
370
371
371
Default: `false`
372
-
### `go.languageServerExperimentalFeatures`
373
-
374
-
Temporary flag to enable/disable diagnostics from the language server. This setting will be deprecated soon. Please see and response to [Issue 50](https://github.com/golang/vscode-go/issues/50).
375
-
| Properties | Description |
376
-
| --- | --- |
377
-
|`diagnostics`| If true, the language server will provide build, vet errors and the extension will ignore the `buildOnSave`, `vetOnSave` settings. <br/> Default: `true`|
378
-
379
-
Default:
380
-
```
381
-
{
382
-
"diagnostics" : true,
383
-
}
384
-
```
385
372
### `go.languageServerFlags`
386
373
387
374
Flags like -rpc.trace and -logfile to be used while running the language server.
Copy file name to clipboardExpand all lines: package.json
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1582,21 +1582,6 @@
1582
1582
"default": [],
1583
1583
"description": "Flags like -rpc.trace and -logfile to be used while running the language server."
1584
1584
},
1585
-
"go.languageServerExperimentalFeatures": {
1586
-
"type": "object",
1587
-
"properties": {
1588
-
"diagnostics": {
1589
-
"type": "boolean",
1590
-
"default": true,
1591
-
"description": "If true, the language server will provide build, vet errors and the extension will ignore the `buildOnSave`, `vetOnSave` settings."
1592
-
}
1593
-
},
1594
-
"additionalProperties": false,
1595
-
"default": {
1596
-
"diagnostics": true
1597
-
},
1598
-
"markdownDescription": "Temporary flag to enable/disable diagnostics from the language server. This setting will be deprecated soon. Please see and response to [Issue 50](https://github.com/golang/vscode-go/issues/50)."
0 commit comments