Skip to content

Commit

Permalink
Probably ok to leave this off
Browse files Browse the repository at this point in the history
I assume the maintainers of the plugins do no introduce any breaking changes, IDK why it won't work when I pin the version. For now I'll just leave it off.
  • Loading branch information
edenreich committed Aug 20, 2024
1 parent b4242f8 commit a078885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"customizations": {
"vscode": {
"extensions": [
"task.vscode-task-0.3.2",
"rust-lang.rust-analyzer-0.3.2078",
"swellaby.rust-pack-0.3.38",
"vadimcn.vscode-lldb-1.10.0"
"task.vscode-task",
"rust-lang.rust-analyzer",
"swellaby.rust-pack",
"vadimcn.vscode-lldb"
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
Expand Down

0 comments on commit a078885

Please sign in to comment.