Skip to content

Commit

Permalink
updated settings.json in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeConnoisseur74 committed Mar 22, 2024
1 parent 028ed4c commit cea1a7b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 575 deletions.
124 changes: 51 additions & 73 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,61 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.pep8Enabled": false,
"python.linting.flake8Enabled": true,
"python.terminal.activateEnvironment": false,
"python.formatting.autopep8Path": "/home/gitpod/.pyenv/shims/autopep8",
"python.linting.flake8Path": "/home/gitpod/.pyenv/shims/flake8",
"cornflakes.linter.executablePath": "/home/gitpod/.pyenv/shims/flake8",
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.github": true,
"**/.gitp*": true,
"**/.hg": true,
"**/.svn": true,
"**/.vscode": true,
"**/core.Microsoft*": true,
"**/core.mongo*": true,
"**/core.python*": true,
"**/CVS": true
},
"workbench.colorTheme": "dark-blue",
"terminal.integrated.gpuAcceleration": "canvas",
"editor.defaultFormatter": "HookyQR.beautify",
"launch": {
"configurations": [],
"compounds": []
"workbench.iconTheme": "hotline-neon-noir",
"terminal.integrated.tabs.defaultColor": "terminal.ansiRed",
"terminal.integrated.automationProfile.linux": null,
"terminal.integrated.fontFamily": "ComicShannsMono Nerd Font Mono",
"terminal.integrated.fontSize": 16,
"workbench.colorCustomizations": {
"terminal.foreground": "#f52277",
"terminalCursor.foreground": "#f52277",
},
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"editor.fontFamily": "ComicShannsMono Nerd Font Mono",
"editor.wordWrap": "on",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"python.testing.autoTestDiscoverOnSaveEnabled": false,
"editor.guides.bracketPairs": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"html": "html"
},
"workbench.editor.enablePreviewFromQuickOpen": true,
"workbench.editor.enablePreviewFromCodeNavigation": true,
"powermode.enabled": true,
"powermode.combo.location": "off",
"powermode.combo.counterEnabled": "hide",
"powermode.combo.timerEnabled": "hide",
"powermode.shake.intensity": 0,
"vsintellicode.features.python.deepLearning": "enabled",
"code-runner.runInTerminal": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"javascript.format.semicolons": "insert",
"editor.fontLigatures": true,
"editor.fontVariations": true,
"editor.fontWeight": "bold",
"editor.mouseWheelZoom": true,
"workbench.iconTheme": "vs-seti",
"eslint.format.enable": true,
"eslint.debug": true,
"window.zoomLevel": 1,
"chat.editor.fontSize": 16,
"markdown.preview.fontSize": 16,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "italic font",
"scope": [
"comment",
"keyword",
"storage",
"keyword.control",
"keyword.control.from",
"keyword.control.flow",
"keyword.operator.new",
"keyword.control.import",
"keyword.control.export",
"keyword.control.default",
"keyword.control.trycatch",
"keyword.control.conditional",
"storage.type",
"storage.type.class",
"storage.modifier.tsx",
"storage.type.function",
"storage.modifier.async",
"variable.language",
"variable.language.this",
"variable.language.super",
"meta.class",
"meta.var.expr",
"constant.language.null",
"support.type.primitive",
"entity.name.method.js",
"entity.other.attribute-name",
"punctuation.definition.comment",
"text.html.basic entity.other.attribute-name",
"tag.decorator.js entity.name.tag.js",
"tag.decorator.js punctuation.definition.tag.js",
"source.js constant.other.object.key.js string.unquoted.label.js",
],
"settings": {
"fontStyle": "italic",
}
},
]
"[August - Radical 2]": {}
},
"terminal.integrated.fontWeight": "bold",
"workbench.colorTheme": "August - Radical 2",
"emmet.showSuggestionsAsSnippets": true,
"editor.snippetSuggestions": "top",
"editor.suggest.showSnippets": true,
"workbench.editor.revealIfOpen": true,
"eslint.format.enable": false,
"standard.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
}
],
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.fontWeight": "bold"
}
Loading

0 comments on commit cea1a7b

Please sign in to comment.