{
"files.exclude": {
"**/.git": false
},
"security.workspace.trust.untrustedFiles": "open",
"python.defaultInterpreterPath": "C:\\Users\\juang\\anaconda3\\python.exe",
"python.terminal.activateEnvironment": false,
"workbench.iconTheme": "material-icon-theme",
"explorer.confirmDelete": false,
"git.ignoreMissingGitWarning": true,
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"jupyter.askForKernelRestart": false,
"workbench.colorTheme": "Abyss",
"editor.fontLigatures": true,
"editor.fontFamily": "Consolas, 'Fira Code iScript', 'Courier New', monospace",
"vscode_custom_css.policy": true,
"vscode_custom_css.imports": ["file:///C:/vscode_files/styles.css"],
"editor.tokenColorCustomizations": {
"[Abyss]": {
"keywords": "#8caee0",
"types": "#1fa8d8",
"comments": "#5B7B4E",
"strings": "#BD8A77",
"variables": "#46B7F8",
"functions": "#D0D0A7",
"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.function.arrow.js"
// "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",
"storage.type.function.arrow.js"
],
"settings": {
"fontStyle": ""
}
},
{
"scope": "variable.other.readwrite.js",
"settings": {
"foreground": "#b6d0f9"
}
},
{
"scope": "storage.type.function.arrow.js",
"settings": {
"foreground": "#bdffa3"
}
},
{
"scope": "variable.parameter",
"settings": {
"foreground": "#bdffa3"
}
},
{
"scope": "variable.parameter.function.language.special.self.python",
"settings": {
"foreground": "#fb8e00"
}
},
{
"scope": "variable.parameter.function.language.python",
"settings": {
"foreground": "#8db5ff"
}
},
{
"scope": "variable.parameter.function-call.python",
"settings": {
"foreground": "#7abef6"
}
},
{
"scope": "keyword.control.flow.python",
"settings": {
"foreground": "#f2b0ff"
}
},
{
"scope": "keyword.control.import.python",
"settings": {
"foreground": "#f2b0ff"
}
},
{
"scope": "string.quoted.single.python",
"settings": {
"foreground": "#9fe085"
}
},
{
"scope": "storage.type.class.python",
"settings": {
"foreground": "#eea3e4"
}
},
{
"scope": "entity.name.type.class.python",
"settings": {
"foreground": "#e9c073"
}
},
{
"scope": "source.python",
"settings": {
"foreground": "#dbe3e7"
}
},
{
"scope": "meta.embedded.line.js",
"settings": {
"foreground": "#5FB3E5"
}
},
{
"scope": "meta.template.expression.js",
"settings": {
"foreground": "#578ABD"
}
},
{
"scope": "text.html",
"settings": {
"foreground": "#CAC9CA"
}
},
{
"scope": "entity.other.attribute-name.html",
"settings": {
"foreground": "#9ACAE2"
}
},
{
"scope": "entity.name.tag.html",
"settings": {
"foreground": "#5687B9"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#a6c0e9"
}
},
{
"scope": "entity.name.function.member",
"settings": {
"foreground": "#D4D39F"
}
},
{
"scope": "variable.other.property.js",
"settings": {
"foreground": "#8FC5E0"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#B97AB4"
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#4B80AE"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#C5C3C5"
}
}
]
}
},
"bracketPairColorizer.depreciation-notice": false,
"workbench.startupEditor": "none",
"liveServer.settings.donotShowInfoMsg": true,
"git.ignoreWindowsGit27Warning": true,
"editor.linkedEditing": true,
"explorer.confirmDragAndDrop": false,
"prettier.semi": true,
"prettier.jsxSingleQuote": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"emmet.triggerExpansionOnTab": true,
"files.associations": {
"*html": "html",
"*.scss": "postcss",
"*.html": "html",
"**/templates/*.html": "django-html",
"**/templates/*": "django-txt",
"**/requirements{/**,*}.{txt,in}": "pip-requirements"
},
"emmet.showSuggestionsAsSnippets": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"django-html": "html"
},
"workbench.editor.labelFormat": "short",
"eslint.alwaysShowStatus": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"explorer.compactFolders": false,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"quokka.showOutputOnStart": true,
"prettier.tabWidth": 4,
"prettier.arrowParens": "avoid",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.autoSave": "onFocusChange",
"reactSnippets.settings.importReactOnTop": false,
"window.zoomLevel": 1
}