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
{{ message }}
This repository was archived by the owner on Jan 12, 2022. It is now read-only.
In a previous commit, we deliberately decided
for using a workspace config file, and against
a local .vscode directory.
Previous commit message:
I could not find a way to configure multiple
folders per workspace when using the .vscode
directory. That makes sense: the .vscode directory
defines the current directory (that it is in)
as a workspace.
Instead, we need to have a multi-root
workspace which seemingly requires the
workspace settings file.
Ref: https://code.visualstudio.com/docs/editor/multi-root-workspacesmicrosoft/vscode-go#2935golang/go#32394
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
0 commit comments