You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
454 B
JSON
20 lines
454 B
JSON
2 years ago
|
{
|
||
|
"name": "Rust on Arch",
|
||
|
"build": {
|
||
|
"dockerfile": "Dockerfile"
|
||
|
},
|
||
|
"settings": {
|
||
|
"lldb.executable": "/usr/bin/lldb",
|
||
|
"files.watcherExclude": {
|
||
|
"**/target/**": true
|
||
|
}
|
||
|
},
|
||
|
"extensions": [
|
||
|
"rust-lang.rust",
|
||
|
"bungcip.better-toml",
|
||
|
"vadimcn.vscode-lldb",
|
||
|
"mutantndino.resourcemonitor"
|
||
|
],
|
||
|
"forwardPorts": [],
|
||
|
"postCreateCommand": "rustc --version"
|
||
|
}
|