mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-22 09:13:48 +01:00
17 lines
333 B
JSON
17 lines
333 B
JSON
|
"image": "mcr.microsoft.com/devcontainers/cpp:debian-12",
|
||
|
"features": {
|
||
|
},
|
||
|
|
||
|
"customizations": {
|
||
|
"vscode": {
|
||
|
"extensions": [
|
||
|
"ms-vscode.cmake-tools",
|
||
|
"usernamehw.errorlens",
|
||
|
"streetsidesoftware.code-spell-checker",
|
||
|
"streetsidesoftware.code-spell-checker-russian",
|
||
|
"ibm.output-colorizer"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|