1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-13 13:36:08 +02:00

Remove duplicate vscode extension list.

It's already in the vendor-specific .vscode files.
This commit is contained in:
Kyle VanderBeek 2024-03-09 20:20:14 +00:00
parent e424e9f6c7
commit 77903200a0

View File

@ -3,12 +3,5 @@
"updateContentCommand": "cargo build",
"remoteEnv": {
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/target/debug"
},
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer"
]
}
}
}