update template
This commit is contained in:
parent
211a58f1aa
commit
dc7c5150dc
@ -1,32 +1,12 @@
|
||||
|
||||
{
|
||||
"name": "C++",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"image": "ghcr.io/maks1ms/win32api-linux-dev-ru-devcontainer",
|
||||
"runArgs": [
|
||||
"--cap-add=SYS_PTRACE",
|
||||
"--security-opt",
|
||||
"seccomp=unconfined"
|
||||
],
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/common-utils:2": {
|
||||
"installZsh": "true",
|
||||
"username": "vscode",
|
||||
"userUid": "1000",
|
||||
"userGid": "1000"
|
||||
},
|
||||
"ghcr.io/maks1ms/devcontainers-features/wine:0": {},
|
||||
"ghcr.io/devcontainers/features/desktop-lite:1": {}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {},
|
||||
"extensions": [
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"xaver.clang-format"
|
||||
]
|
||||
}
|
||||
},
|
||||
"forwardPorts": [
|
||||
6080
|
||||
],
|
||||
|
3
.vscode/cmake-kits.json
vendored
3
.vscode/cmake-kits.json
vendored
@ -3,7 +3,8 @@
|
||||
"name": "GCC 8.3-posix (i686-w64-mingw32)",
|
||||
"compilers": {
|
||||
"C": "i686-w64-mingw32-gcc-posix",
|
||||
"CXX": "i686-w64-mingw32-g++-posix"
|
||||
"CXX": "i686-w64-mingw32-g++-posix",
|
||||
"RC": "i686-w64-mingw32-windres"
|
||||
}
|
||||
}
|
||||
]
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -14,7 +14,7 @@
|
||||
"debugServerArgs": "Z:/usr/share/win32/gdbserver.exe localhost:1111 ${command:cmake.launchTargetPath} ${command:cmake.launchTargetPath} arg1 arg2",
|
||||
"miDebuggerServerAddress": "localhost:1111",
|
||||
"serverStarted":"Listening\\ on\\ port\\ \\d*",
|
||||
"debugServerPath": "/usr/bin/wine",
|
||||
"debugServerPath": "${workspaceFolder}/.vscode/wine-ru_RU.cp1251",
|
||||
"filterStderr":true,
|
||||
"filterStdout":false,
|
||||
"logging": {
|
||||
|
Loading…
Reference in New Issue
Block a user