Skip to content

Commit

Permalink
chore: update devcontainer packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kariudo committed Feb 1, 2024
1 parent a006e00 commit be67e0a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

13 changes: 13 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -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": [

]
}

0 comments on commit be67e0a

Please sign in to comment.