Skip to content

Commit

Permalink
Minor vscode updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nahueespinosa committed Feb 1, 2024
1 parent 4d7864f commit 0d75c9e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"workbench.colorTheme": "Default Dark+",
"cmake.configureOnOpen": false,
"diffEditor.ignoreTrimWhitespace": false,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"workbench.editor.untitled.hint": "hidden",
"terminal.integrated.scrollback": 10000,
"explorer.confirmDragAndDrop": false,
"files.insertFinalNewline": true,
"workbench.startupEditor": "none",
"editor.tabSize": 2
"editor.tabSize": 2,
"dotnetAcquisitionExtension.enableTelemetry": false,
"csharp.suppressDotnetInstallWarning": true,
"[python]": {
"editor.formatOnType": true
}
}

0 comments on commit 0d75c9e

Please sign in to comment.