diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e7ae9f1..fdf4d17 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,9 +8,14 @@ "vscode": { "settings": {}, "extensions": [ - "jetpack-io.devbox" + "Codeium.codeium", + "jetpack-io.devbox", + "ms-vscode-remote.remote-ssh", + "biomejs.biome", + "EditorConfig.EditorConfig", + "oven.bun-vscode" ] } }, "remoteUser": "devbox" -} \ No newline at end of file +} diff --git a/.node-version b/.node-version deleted file mode 100644 index 18c2841..0000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -20.11.0 \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..d1987c7 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,13 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. + // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp + + // List of extensions which should be recommended for users of this workspace. + "recommendations": [ + + ], + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + "unwantedRecommendations": [ + + ] +} \ No newline at end of file