Added project template for VSCode (only Windows for now).

This commit is contained in:
Patrick Wuttke
2025-03-13 10:42:48 +01:00
parent 283aa0f99c
commit 0bec9f7062
4 changed files with 100 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.cpptools",
"llvm-vs-code-extensions.vscode-clangd"
]
}