mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-22 08:04:26 +00:00
26 lines
527 B
JSON
26 lines
527 B
JSON
|
{
|
||
|
"name": "Distributed Arcade",
|
||
|
"dockerComposeFile": "docker-compose.yml",
|
||
|
"service": "app",
|
||
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||
|
|
||
|
"customizations": {
|
||
|
"vscode": {
|
||
|
"settings": {
|
||
|
"lldb.executable": "/usr/bin/lldb",
|
||
|
"files.watcherExclude": {
|
||
|
"**/target/**": true
|
||
|
},
|
||
|
"rust-analyzer.checkOnSave.command": "clippy"
|
||
|
},
|
||
|
"extensions": [
|
||
|
"vadimcn.vscode-lldb",
|
||
|
"mutantdino.resourcemonitor",
|
||
|
"rust-lang.rust-analyzer"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"forwardPorts": [30000]
|
||
|
}
|