Compare commits
2 Commits
58cabb97d0
...
2e0be716a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e0be716a3 | ||
|
|
b05d664265 |
@@ -5,7 +5,11 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "../builder.Dockerfile"
|
"dockerfile": "../builder.Dockerfile"
|
||||||
},
|
},
|
||||||
"runArgs": ["--platform=linux/amd64"],
|
"workspaceMount": "",
|
||||||
|
"runArgs": [
|
||||||
|
"--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z",
|
||||||
|
"--platform=linux/amd64"
|
||||||
|
],
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|||||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -5,7 +5,7 @@
|
|||||||
"[cpp]": {
|
"[cpp]": {
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true
|
||||||
},
|
},
|
||||||
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
|
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": true,
|
||||||
"extensions.ignoreRecommendations": true
|
"extensions.ignoreRecommendations": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user