feat: Added workspace recommendations for VSCode/VSCodium
This commit is contained in:
parent
2c822ce773
commit
3d417b4fad
2 changed files with 14 additions and 0 deletions
11
.vscode/extensions.json
vendored
Normal file
11
.vscode/extensions.json
vendored
Normal 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
3
.vscode/extensions.json.license
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
Loading…
Add table
Add a link
Reference in a new issue