diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..7203cb3 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "golang.go" + ] +} \ No newline at end of file diff --git a/bamort.code-workspace b/bamort.code-workspace index 5b3fd0b..4fc2da9 100644 --- a/bamort.code-workspace +++ b/bamort.code-workspace @@ -2,6 +2,12 @@ "folders": [ { "path": "backend" + }, + { + "path": "frontend" + }, + { + "path": "docker" } ], "settings": {}