зеркало из https://github.com/github/codeql.git
26 строки
501 B
JSON
26 строки
501 B
JSON
{
|
|
"extensions": [
|
|
"github.vscode-codeql",
|
|
"hbenl.vscode-test-explorer",
|
|
"ms-vscode.test-adapter-converter",
|
|
"slevesque.vscode-zipexplorer",
|
|
"ms-vscode.cpptools"
|
|
],
|
|
"settings": {
|
|
"files.watcherExclude": {
|
|
"**/target/**": true
|
|
},
|
|
"codeQL.runningQueries.memory": 2048
|
|
},
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
},
|
|
"runArgs": [
|
|
"--cap-add=SYS_PTRACE",
|
|
"--security-opt",
|
|
"seccomp=unconfined"
|
|
],
|
|
"remoteUser": "vscode",
|
|
"onCreateCommand": ".devcontainer/swift/user.sh"
|
|
}
|