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.
21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"name": "Rust on Crystal",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"settings": {
|
|
"lldb.executable": "/usr/bin/lldb",
|
|
"files.watcherExclude": {
|
|
"**/target/**": true
|
|
}
|
|
},
|
|
"extensions": [
|
|
"rust-lang.rust-analyzer",
|
|
"bungcip.better-toml",
|
|
"vadimcn.vscode-lldb",
|
|
"mutantndino.resourcemonitor"
|
|
],
|
|
"forwardPorts": [],
|
|
"remoteUser": "vscode"
|
|
}
|