Skip to content

Commit c54f5e6

Browse files
committed
package.json: set virtualWorkspaces capability to false
Go and many tools don't work in virtual workspaces. Fixes #1483 Change-Id: I56120e9ca07420ee4723f038f76f595866bf36b9 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/320430 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 9fa871b commit c54f5e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
],
104104
"main": "./dist/goMain.js",
105105
"capabilities": {
106+
"virtualWorkspaces": false,
106107
"untrustedWorkspaces": {
107108
"supported": "limited",
108109
"restrictedConfigurations": [

0 commit comments

Comments
 (0)