initial commit
This commit is contained in:
22
.devcontainer/devcontainer.json
Normal file
22
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "sarii",
|
||||
"dockerComposeFile": [
|
||||
"compose.yml"
|
||||
],
|
||||
"service": "dev",
|
||||
"workspaceFolder": "/workspace",
|
||||
"postStartCommand": "cmake -S . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
"remote.downloadExtensionsLocally": true,
|
||||
"telemetry.enableTelemetry": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"workbench.remoteIndicator.showExtensionRecommendations": false
|
||||
},
|
||||
"extensions": [
|
||||
"ms-vscode.cpptools"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user