mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-25 14:57:32 -05:00
Remove duplicate vscode extension list.
It's already in the vendor-specific .vscode files.
This commit is contained in:
parent
e424e9f6c7
commit
77903200a0
1 changed files with 0 additions and 7 deletions
|
@ -3,12 +3,5 @@
|
||||||
"updateContentCommand": "cargo build",
|
"updateContentCommand": "cargo build",
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
|
||||||
},
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"extensions": [
|
|
||||||
"rust-lang.rust-analyzer"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue