Skip to content

Commit

Permalink
remove experimental go workspace;
Browse files Browse the repository at this point in the history
recommendation is to use go.work: golang/go#55331 (comment)
  • Loading branch information
komuw committed Dec 1, 2022
1 parent 70f9779 commit a9987e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/vscode.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"gopls": {
"ui.completion.usePlaceholders": true, // add parameter placeholders when completing a function
// ----- Experimental settings -----
// opts a user into the experimental support for multi-module workspaces.
// https://github.com/golang/go/issues/32394#issuecomment-704743836
"build.experimentalWorkspaceModule": true,
// ----- Experimental settings -----
},
// python docs: https://code.visualstudio.com/docs/python/settings-reference
Expand Down

0 comments on commit a9987e0

Please sign in to comment.