Skip to content

Commit

Permalink
Install eslint and pylance plugins, set gdb path in stone
Browse files Browse the repository at this point in the history
  • Loading branch information
umroverPerception committed Sep 23, 2023
1 parent 86d5e2c commit 749d729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"recommendations": [
"ms-python.python",
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"ms-python.vscode-pylance",
"dbaeumer.vscode-eslint",
"redhat.vscode-xml",
"redhat.vscode-yaml",
"llvm-vs-code-extensions.vscode-clangd",
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack",
],
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"cmake.configureOnOpen": false,
"cmake.configureOnEdit": false,
"cmake.automaticReconfigure": false,
"cmake.debugConfig": {
"miDebuggerPath": "/usr/bin/gdb",
},
//// Microsoft C++
// Disable since clangd is used instead
"C_Cpp.intelliSenseEngine": "disabled",
Expand Down

0 comments on commit 749d729

Please sign in to comment.