diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a7d3c13..41e715c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,6 +11,8 @@ "seccomp=unconfined" ], "settings": { - "go.gopath": "/go" + "go.gopath": "/go", + "go.inferGopath": true, + "go.useLanguageServer": true } } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5672a16 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "go.useLanguageServer": true, + "go.inferGopath": true +} \ No newline at end of file