From e1ae5a9b6be492aeac73ea4a2c38b1dca5f86d26 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 24 Nov 2023 09:32:06 -0500 Subject: [PATCH] Clean Up VS Code Settings Organization --- .config/Code/User/settings.json | 63 ++++++++++++++++--------------- README.org | 67 ++++++++++++++++++--------------- 2 files changed, 68 insertions(+), 62 deletions(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 02cdeb7..b68de52 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -40,36 +40,36 @@ "editor.bracketPairColorization.enabled": true, "editor.guides.bracketPairs": "active", "editor.tokenColorCustomizations": { - "textMateRules": [ + "textMateRules": [ { - "scope": [ - //following will be in italic (=FlottFlott) - "comment", - "entity.name.type.class", //class names - "keyword", //import, export, return… - "constant", //String, Number, Boolean…, this, super - "storage.modifier", //static keyword - "storage.type.class.js", //class keyword - ], - "settings": { - "fontStyle": "italic" - } + "scope": [ + //following will be in italic (=FlottFlott) + "comment", + "entity.name.type.class", //class names + "keyword", //import, export, return… + "constant", //String, Number, Boolean…, this, super + "storage.modifier", //static keyword + "storage.type.class.js", //class keyword + ], + "settings": { + "fontStyle": "italic" + } }, { - "scope": [ - //following will be excluded from italics (VSCode has some defaults for italics) - "invalid", - "keyword.operator", - "constant.numeric.css", - "keyword.other.unit.px.css", - "constant.numeric.decimal.js", - "constant.numeric.json" - ], - "settings": { - "fontStyle": "" + "scope": [ + //following will be excluded from italics (VSCode has some defaults for italics) + "invalid", + "keyword.operator", + "constant.numeric.css", + "keyword.other.unit.px.css", + "constant.numeric.decimal.js", + "constant.numeric.json" + ], + "settings": { + "fontStyle": "" + } } - } - ] + ] }, "explorer.autoReveal": false, @@ -153,6 +153,7 @@ "terminal.integrated.cursorStyle": "line", "terminal.integrated.cursorBlinking": true, "terminal.integrated.fontFamily": "'MonaspiceNe NF'", + "terminal.integrated.defaultProfile.linux": "bash", "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" @@ -166,10 +167,14 @@ "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, + "[python]": { + "editor.defaultFormatter": "ms-python.python" + }, "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.languageServer": "Pylance", + "todo-tree.regex.regex": "(//|#|