Add VSCode configuration

This commit is contained in:
Oleg Kalachev
2024-07-25 06:51:47 +03:00
parent e993dde355
commit 6ef8820770
9 changed files with 298 additions and 1 deletions

10
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
"recommendations": [
"ms-vscode.cpptools",
"twxs.cmake",
"ms-vscode.cmake-tools",
"ms-python.python"
],
"unwantedRecommendations": []
}