Updated the docker setup.

This commit is contained in:
douwe
2026-08-19 10:06:27 +02:00
parent b0acdc67c8
commit 06f271d778
71 changed files with 44 additions and 1408 deletions

10
.vscode/launch.json vendored
View File

@@ -1,10 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
]
}

View File

@@ -1,3 +1,5 @@
{
"cmake.sourceDirectory": "/home/douwe/Nextcloud/Projects/douwco.be"
}
"clangd.arguments": [
"--query-driver=/usr/bin/g++-15"
]
}