mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-22 09:13:48 +01:00
20 lines
402 B
JSON
20 lines
402 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",
|
|
"chouzz.vscode-innosetup",
|
|
"github.vscode-github-actions"
|
|
]
|
|
}
|
|
}
|
|
}
|