feat: Added workspace recommendations for VSCode/VSCodium

This commit is contained in:
Tobias Schmidl 2023-11-13 16:18:17 +01:00
parent 2c822ce773
commit 3d417b4fad
2 changed files with 14 additions and 0 deletions

11
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"recommendations": [
"bbenoist.doxygen",
"editorconfig.editorconfig",
"elagil.pre-commit-helper",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"vivaxy.vscode-conventional-commits",
"xaver.clang-format",
]
}

3
.vscode/extensions.json.license vendored Normal file
View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Tobias Schmidl
SPDX-License-Identifier: AGPL-3.0-or-later