Skip to content

Commit be9c1b6

Browse files
committed
VS Code: Remove deprecated expWorkspaceModule
This feature has been replaced with Go Workspace support. See https://go.dev/blog/get-familiar-with-workspaces.
1 parent 19666cc commit be9c1b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vscode/settings.jsonc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
"go.toolsGopath": "~/go",
7373
"go.toolsManagement.autoUpdate": true,
7474
"gopls": {
75-
"build.allowModfileModifications": true,
76-
"experimentalWorkspaceModule": true
75+
"build.allowModfileModifications": true
7776
},
7877
"python.languageServer": "Pylance",
7978
"python.showStartPage": false,

0 commit comments

Comments
 (0)