mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
d81f392e61
* feat(Script): Ported BBv2 script classes * fix: Change hard tab indents to 4 width space indents
21 lines
554 B
JSON
21 lines
554 B
JSON
{
|
|
"name": "C++",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": { }
|
|
},
|
|
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/app,type=bind,consistency=delegated",
|
|
"workspaceFolder": "/app",
|
|
|
|
"runArgs": ["--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", "--network=host"],
|
|
"settings": {},
|
|
"extensions": [
|
|
"ms-vscode.cpptools",
|
|
"ms-vscode.cmake-tools",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"WakaTime.vscode-wakatime"
|
|
],
|
|
//"remoteUser": "vscode",
|
|
}
|