Last active
December 11, 2024 00:28
-
-
Save exoad/60523cd81c0987cc070ed91c3d18994d to your computer and use it in GitHub Desktop.
My vscode settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "editor.cursorSmoothCaretAnimation": "explicit", | |
| "apc.activityBar": { | |
| "position": "bottom", | |
| "hideSettings": true, | |
| "size": 40 | |
| }, | |
| "apc.statusBar": { | |
| "position": "editor-bottom", | |
| "height": 20, | |
| "fontSize": 10 | |
| }, | |
| "editor.fontLigatures": false, | |
| "workbench.preferredDarkColorTheme": "Vesper Black", | |
| "workbench.preferredLightColorTheme": "Noctis Lux", | |
| "editor.fontWeight": "600", | |
| "files.autoSave": "afterDelay", | |
| "editor.tabSize": 8, | |
| "editor.suggestSelection": "first", | |
| "security.workspace.trust.enabled": true, | |
| "editor.formatOnSaveMode": "modificationsIfAvailable", | |
| "files.autoGuessEncoding": true, | |
| "redhat.telemetry.enabled": false, | |
| "java.checkstyle.autocheck": true, | |
| "java.completion.importOrder": [ | |
| "java", | |
| "javax", | |
| "org", | |
| "com" | |
| ], | |
| "git.enableSmartCommit": true, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "git.confirmSync": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "[java]": { | |
| "editor.defaultFormatter": "redhat.java" | |
| }, | |
| "git.autofetch": true, | |
| "explorer.confirmDelete": false, | |
| "[cpp]": { | |
| "editor.defaultFormatter": "ms-vscode.cpptools" | |
| }, | |
| "workbench.editorAssociations": { | |
| "*.class": "default", | |
| "*.mca": "default", | |
| "*.jar": "default", | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "java.codeGeneration.hashCodeEquals.useInstanceof": true, | |
| "java.debug.settings.onBuildFailureProceed": true, | |
| "[markdown]": { | |
| "editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "[typescript]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "extensions.autoUpdate": "onlyEnabledExtensions", | |
| "java.dependency.showMembers": true, | |
| "java.configuration.runtimes": [ | |
| { | |
| "name": "JavaSE-17", | |
| "path": "C:/Program Files/Eclipse Adoptium/jdk-17.0.9.9-hotspot", | |
| "default": true | |
| } | |
| ], | |
| "sonarlint.rules": { | |
| "java:S106": { | |
| "level": "off" | |
| }, | |
| "java:S115": { | |
| "level": "off" | |
| }, | |
| "java:S112": { | |
| "level": "off" | |
| }, | |
| "java:S131": { | |
| "level": "off" | |
| }, | |
| "java:S1301": { | |
| "level": "off" | |
| }, | |
| "java:S2189": { | |
| "level": "off" | |
| }, | |
| "java:S1643": { | |
| "level": "off" | |
| }, | |
| "java:S116": { | |
| "level": "off" | |
| }, | |
| "java:S1854": { | |
| "level": "off" | |
| }, | |
| "java:S3776": { | |
| "level": "off" | |
| }, | |
| "java:S2140": { | |
| "level": "off" | |
| }, | |
| "java:S1659": { | |
| "level": "off" | |
| }, | |
| "java:S2095": { | |
| "level": "off" | |
| }, | |
| "javascript:S4138": { | |
| "level": "off" | |
| }, | |
| "java:S1170": { | |
| "level": "off" | |
| }, | |
| "java:S1172": { | |
| "level": "off" | |
| }, | |
| "java:S101": { | |
| "level": "off" | |
| }, | |
| "java:S117": { | |
| "level": "off" | |
| }, | |
| "java:S2696": { | |
| "level": "off" | |
| }, | |
| "java:S4274": { | |
| "level": "off" | |
| }, | |
| "java:S1192": { | |
| "level": "off" | |
| }, | |
| "java:S1075": { | |
| "level": "off" | |
| }, | |
| "java:S899": { | |
| "level": "off" | |
| }, | |
| "java:S2864": { | |
| "level": "off" | |
| }, | |
| "java:S1186": { | |
| "level": "off" | |
| }, | |
| "java:S2142": { | |
| "level": "off" | |
| }, | |
| "java:S1871": { | |
| "level": "off" | |
| }, | |
| "java:S1191": { | |
| "level": "off" | |
| }, | |
| "java:S2479": { | |
| "level": "off" | |
| }, | |
| "java:S1144": { | |
| "level": "off" | |
| }, | |
| "java:S1171": { | |
| "level": "off" | |
| }, | |
| "java:S1066": { | |
| "level": "off" | |
| }, | |
| "java:S107": { | |
| "level": "off" | |
| }, | |
| "java:S1104": { | |
| "level": "off" | |
| }, | |
| "java:S3012": { | |
| "level": "off" | |
| }, | |
| "java:S100": { | |
| "level": "off" | |
| }, | |
| "java:S2116": { | |
| "level": "off" | |
| }, | |
| "java:S1123": { | |
| "level": "off" | |
| }, | |
| "java:S2276": { | |
| "level": "off" | |
| }, | |
| "java:S3599": { | |
| "level": "off" | |
| }, | |
| "java:S125": { | |
| "level": "off" | |
| }, | |
| "java:S1604": { | |
| "level": "off" | |
| }, | |
| "java:S1444": { | |
| "level": "off" | |
| }, | |
| "java:S1214": { | |
| "level": "off" | |
| }, | |
| "java:S2259": { | |
| "level": "off" | |
| }, | |
| "java:S1119": { | |
| "level": "off" | |
| }, | |
| "java:S2589": { | |
| "level": "off" | |
| }, | |
| "java:S1118": { | |
| "level": "off" | |
| }, | |
| "java:S3358": { | |
| "level": "off" | |
| }, | |
| "java:S1215": { | |
| "level": "off" | |
| }, | |
| "java:S1141": { | |
| "level": "off" | |
| }, | |
| "java:S2386": { | |
| "level": "off" | |
| }, | |
| "java:S3008": { | |
| "level": "off" | |
| }, | |
| "java:S1155": { | |
| "level": "off" | |
| }, | |
| "java:S4042": { | |
| "level": "off" | |
| }, | |
| "java:S3824": { | |
| "level": "off" | |
| }, | |
| "java:S114": { | |
| "level": "off" | |
| }, | |
| "java:S3981": { | |
| "level": "off" | |
| }, | |
| "java:S1220": { | |
| "level": "off" | |
| }, | |
| "java:S127": { | |
| "level": "off" | |
| }, | |
| "java:S1117": { | |
| "level": "off" | |
| }, | |
| "java:S2674": { | |
| "level": "off" | |
| }, | |
| "python:S1481": { | |
| "level": "off" | |
| }, | |
| "python:S2208": { | |
| "level": "off" | |
| }, | |
| "java:S3400": { | |
| "level": "off" | |
| }, | |
| "xml:S3422": { | |
| "level": "off" | |
| }, | |
| "java:S2755": { | |
| "level": "off" | |
| }, | |
| "java:S1193": { | |
| "level": "off" | |
| }, | |
| "java:S2119": { | |
| "level": "off" | |
| }, | |
| "java:S1845": { | |
| "level": "off" | |
| }, | |
| "java:S135": { | |
| "level": "off" | |
| }, | |
| "java:S1751": { | |
| "level": "off" | |
| }, | |
| "java:S1319": { | |
| "level": "off" | |
| }, | |
| "java:S4144": { | |
| "level": "off" | |
| }, | |
| "javascript:S3358": { | |
| "level": "off" | |
| }, | |
| "javascript:S3776": { | |
| "level": "off" | |
| }, | |
| "javascript:S1481": { | |
| "level": "off" | |
| }, | |
| "javascript:S905": { | |
| "level": "off" | |
| }, | |
| "java:S1068": { | |
| "level": "off" | |
| }, | |
| "java:S1700": { | |
| "level": "off" | |
| }, | |
| "java:S1450": { | |
| "level": "off" | |
| }, | |
| "java:S1598": { | |
| "level": "off" | |
| }, | |
| "java:S1135": { | |
| "level": "off" | |
| }, | |
| "java:S1125": { | |
| "level": "off" | |
| }, | |
| "java:S2209": { | |
| "level": "off" | |
| }, | |
| "java:S1602": { | |
| "level": "off" | |
| }, | |
| "java:S3038": { | |
| "level": "off" | |
| }, | |
| "java:S2975": { | |
| "level": "off" | |
| }, | |
| "java:S1226": { | |
| "level": "off" | |
| }, | |
| "java:S1182": { | |
| "level": "off" | |
| }, | |
| "java:S3973": { | |
| "level": "off" | |
| }, | |
| "java:S1905": { | |
| "level": "off" | |
| }, | |
| "java:S1210": { | |
| "level": "off" | |
| }, | |
| "java:S1452": { | |
| "level": "off" | |
| }, | |
| "java:S3011": { | |
| "level": "off" | |
| }, | |
| "java:S1199": { | |
| "level": "off" | |
| }, | |
| "java:S110": { | |
| "level": "off" | |
| }, | |
| "java:S1065": { | |
| "level": "off" | |
| }, | |
| "java:S1149": { | |
| "level": "off" | |
| }, | |
| "python:S101": { | |
| "level": "off" | |
| }, | |
| "python:S3776": { | |
| "level": "off" | |
| }, | |
| "java:S1206": { | |
| "level": "off" | |
| }, | |
| "java:S5413": { | |
| "level": "off" | |
| }, | |
| "javascript:S3504": { | |
| "level": "off" | |
| }, | |
| "javascript:S2392": { | |
| "level": "off" | |
| }, | |
| "java:S2094": { | |
| "level": "off" | |
| }, | |
| "java:S1610": { | |
| "level": "off" | |
| }, | |
| "java:S2160": { | |
| "level": "off" | |
| }, | |
| "java:S108": { | |
| "level": "off" | |
| }, | |
| "java:S3655": { | |
| "level": "off" | |
| }, | |
| "java:S3878": { | |
| "level": "off" | |
| }, | |
| "java:S1128": { | |
| "level": "off" | |
| }, | |
| "java:S2272": { | |
| "level": "off" | |
| }, | |
| "java:S6203": { | |
| "level": "off" | |
| }, | |
| "java:S1181": { | |
| "level": "off" | |
| }, | |
| "java:S1948": { | |
| "level": "off" | |
| }, | |
| "java:S5998": { | |
| "level": "off" | |
| }, | |
| "java:S5842": { | |
| "level": "off" | |
| }, | |
| "java:S5843": { | |
| "level": "off" | |
| }, | |
| "Web:ImgWithoutAltCheck": { | |
| "level": "off" | |
| }, | |
| "Web:S1827": { | |
| "level": "off" | |
| }, | |
| "java:S120": { | |
| "level": "off" | |
| }, | |
| "css:S4649": { | |
| "level": "off" | |
| }, | |
| "java:S1121": { | |
| "level": "off" | |
| }, | |
| "javascript:S125": { | |
| "level": "off" | |
| }, | |
| "java:S2183": { | |
| "level": "off" | |
| }, | |
| "javascript:S6551": { | |
| "level": "off" | |
| }, | |
| "cpp:S1003": { | |
| "level": "off" | |
| }, | |
| "cpp:S3642": { | |
| "level": "off" | |
| }, | |
| "cpp:S5945": { | |
| "level": "off" | |
| }, | |
| "cpp:S5566": { | |
| "level": "off" | |
| }, | |
| "cpp:S1172": { | |
| "level": "off" | |
| }, | |
| "cpp:S1186": { | |
| "level": "off" | |
| }, | |
| "cpp:S1238": { | |
| "level": "off" | |
| }, | |
| "cpp:S1763": { | |
| "level": "off" | |
| }, | |
| "cpp:S1301": { | |
| "level": "off" | |
| }, | |
| "cpp:S134": { | |
| "level": "off" | |
| }, | |
| "cpp:S3776": { | |
| "level": "off" | |
| }, | |
| "cpp:S108": { | |
| "level": "off" | |
| }, | |
| "cpp:S3656": { | |
| "level": "off" | |
| }, | |
| "cpp:S5817": { | |
| "level": "off" | |
| }, | |
| "java:S2789": { | |
| "level": "off" | |
| }, | |
| "java:S2885": { | |
| "level": "off" | |
| }, | |
| "java:S4032": { | |
| "level": "off" | |
| }, | |
| "java:S6548": { | |
| "level": "off" | |
| }, | |
| "java:S6353": { | |
| "level": "off" | |
| }, | |
| "Web:PageWithoutTitleCheck": { | |
| "level": "off" | |
| }, | |
| "java:S2629": { | |
| "level": "off" | |
| } | |
| }, | |
| "editor.inlineSuggest.enabled": true, | |
| "[shellscript]": { | |
| "editor.autoIndent": "advanced", | |
| "editor.detectIndentation": true, | |
| "editor.tabSize": 1, | |
| "editor.defaultFormatter": "shakram02.bash-beautify" | |
| }, | |
| "files.exclude": { | |
| ".outobj": true, | |
| "**/.classpath": true, | |
| "**/.project": true, | |
| "**/.settings": true, | |
| "**/.factorypath": true | |
| }, | |
| "terminal.integrated.allowMnemonics": true, | |
| "terminal.integrated.cursorBlinking": true, | |
| "terminal.integrated.copyOnSelection": true, | |
| "terminal.integrated.detectLocale": "on", | |
| "java.debug.settings.showHex": true, | |
| "terminal.integrated.confirmOnKill": "panel", | |
| "javascript.inlayHints.propertyDeclarationTypes.enabled": true, | |
| "files.associations": { | |
| "*.diff": "diff", | |
| "*.halcyon": "properties", | |
| "*.hll": "html", | |
| "*.hcy": "coffeescript", | |
| "*.hkn": "coffeescript", | |
| "*.db": "json", | |
| "*.dirt": "groovy" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "C_Cpp.addNodeAddonIncludePaths": true, | |
| "C_Cpp.autocompleteAddParentheses": true, | |
| "C_Cpp.clang_format_fallbackStyle": "Google", | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "vscode.json-language-features" | |
| }, | |
| "debug.terminal.clearBeforeReusing": true, | |
| "terminal.integrated.defaultProfile.windows": "PowerShell", | |
| "java.codeGeneration.toString.skipNullValues": true, | |
| "java.eclipse.downloadSources": true, | |
| "search.searchEditor.defaultNumberOfContextLines": 0, | |
| "git.enableCommitSigning": true, | |
| "git-graph.repository.sign.commits": true, | |
| "git-graph.repository.sign.tags": true, | |
| "errorLens.gutterIconSet": "letter", | |
| "javascript.format.insertSpaceAfterConstructor": true, | |
| "notebook.outline.showCodeCells": true, | |
| "telemetry.telemetryLevel": "off", | |
| "terminal.integrated.enableMultiLinePasteWarning": false, | |
| "update.showReleaseNotes": false, | |
| "update.mode": "manual", | |
| "debug.internalConsoleOptions": "neverOpen", | |
| "cmake.configureOnStart": false, | |
| "cmake.cpptools.intelliSenseMode": "gcc-x64", | |
| "cmake.default.extraGenerator": "CodeBlocks", | |
| "cmake.default.generator": "MinGW Makefiles", | |
| "cmake.reconfigureOnChange": true, | |
| "cmake.showConsoleAutomatically": false, | |
| "testExplorer.useNativeTesting": true, | |
| "java.codeGeneration.toString.codeStyle": "STRING_BUILDER_CHAINED", | |
| "[css]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [ | |
| { | |
| "scope": [ | |
| "comment", | |
| "comment.block", | |
| "comment.block.documentation", | |
| "comment.line", | |
| "constant", | |
| "constant.character", | |
| "constant.character.escape", | |
| "constant.numeric", | |
| "constant.numeric.integer", | |
| "constant.numeric.float", | |
| "constant.numeric.hex", | |
| "constant.numeric.octal", | |
| "constant.other", | |
| "constant.regexp", | |
| "constant.rgb-value", | |
| "emphasis", | |
| "entity", | |
| "entity.name", | |
| "entity.name.class", | |
| "entity.name.function", | |
| "entity.name.method", | |
| "entity.name.section", | |
| "entity.name.selector", | |
| "entity.name.tag", | |
| "entity.name.type", | |
| "entity.other", | |
| "entity.other.attribute-name", | |
| "entity.other.inherited-class", | |
| "invalid", | |
| "invalid.deprecated", | |
| "invalid.illegal", | |
| "keyword", | |
| "keyword.control", | |
| "keyword.operator", | |
| "keyword.operator.new", | |
| "keyword.operator.assignment", | |
| "keyword.operator.arithmetic", | |
| "keyword.operator.logical", | |
| "keyword.other", | |
| "markup", | |
| "markup.bold", | |
| "markup.changed", | |
| "markup.deleted", | |
| "markup.heading", | |
| "markup.inline.raw", | |
| "markup.inserted", | |
| "markup.italic", | |
| "markup.list", | |
| "markup.list.numbered", | |
| "markup.list.unnumbered", | |
| "markup.other", | |
| "markup.quote", | |
| "markup.raw", | |
| "markup.underline", | |
| "markup.underline.link", | |
| "meta", | |
| "meta.block", | |
| "meta.cast", | |
| "meta.class", | |
| "meta.function", | |
| "meta.function-call", | |
| "meta.preprocessor", | |
| "meta.return-type", | |
| "meta.selector", | |
| "meta.tag", | |
| "meta.type.annotation", | |
| "meta.type", | |
| "punctuation.definition.string.begin", | |
| "punctuation.definition.string.end", | |
| "punctuation.separator", | |
| "punctuation.separator.continuation", | |
| "punctuation.terminator", | |
| "storage", | |
| "storage.modifier", | |
| "storage.type", | |
| "string", | |
| "string.interpolated", | |
| "string.other", | |
| "string.quoted", | |
| "string.quoted.double", | |
| "string.quoted.other", | |
| "string.quoted.single", | |
| "string.quoted.triple", | |
| "string.regexp", | |
| "string.unquoted", | |
| "strong", | |
| "support", | |
| "support.class", | |
| "support.constant", | |
| "support.function", | |
| "support.other", | |
| "support.type", | |
| "support.type.property-name", | |
| "support.variable", | |
| "variable", | |
| "variable.language", | |
| "variable.name", | |
| "variable.other", | |
| "variable.other.readwrite", | |
| "variable.parameter", | |
| "storage.type.ts", | |
| "keyword.control.flow.ts" | |
| ], | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| } | |
| ] | |
| }, | |
| "[xml]": { | |
| "editor.defaultFormatter": "DotJoshJohnson.xml" | |
| }, | |
| "editor.accessibilitySupport": "off", | |
| "editor.definitionLinkOpensInPeek": true, | |
| "editor.minimap.side": "left", | |
| "editor.minimap.size": "fit", | |
| "files.trimTrailingWhitespace": true, | |
| "workbench.view.alwaysShowHeaderActions": true, | |
| "workbench.editor.autoLockGroups": { | |
| "default": true, | |
| "workbench.editorinputs.searchEditorInput": true, | |
| "imagePreview.previewEditor": true, | |
| "vscode.audioPreview": true, | |
| "vscode.videoPreview": true, | |
| "jsProfileVisualizer.cpuprofile.table": true, | |
| "jsProfileVisualizer.heapprofile.table": true, | |
| "pdf.preview": true, | |
| "decompiled.javaClass": true, | |
| "java.formatterSettingsEditor": true, | |
| "jupyter-notebook": true, | |
| "workbench.input.interactive": true, | |
| "mainThreadWebview-markdown.preview": true, | |
| }, | |
| "problems.showCurrentInStatus": true, | |
| "notebook.consolidatedRunButton": true, | |
| "notebook.lineNumbers": "on", | |
| "search.collapseResults": "auto", | |
| "search.quickOpen.includeSymbols": true, | |
| "search.showLineNumbers": true, | |
| "search.useGlobalIgnoreFiles": true, | |
| "debug.showBreakpointsInOverviewRuler": true, | |
| "debug.showSubSessionsInToolBar": true, | |
| "notebook.cellFocusIndicator": "border", | |
| "window.autoDetectHighContrast": false, | |
| "editor.codeLensFontFamily": "Jetbrains Mono", | |
| "editor.defaultFormatter": "ms-vscode.cpptools", | |
| "workbench.editor.limit.value": 7, | |
| "terminal.integrated.tabs.location": "left", | |
| "workbench.editor.pinnedTabSizing": "compact", | |
| "workbench.editor.scrollToSwitchTabs": true, | |
| "[python]": { | |
| "editor.defaultFormatter": "ms-python.autopep8" | |
| }, | |
| "terminal.integrated.profiles.linux": { | |
| "bash": { | |
| "path": "bash", | |
| "icon": "terminal-bash" | |
| }, | |
| "zsh": { | |
| "path": "zsh" | |
| }, | |
| "fish": { | |
| "path": "fish" | |
| }, | |
| "tmux": { | |
| "path": "tmux", | |
| "icon": "terminal-tmux" | |
| }, | |
| "pwsh": { | |
| "path": "pwsh", | |
| "icon": "terminal-powershell" | |
| }, | |
| "konsole": { | |
| "path": "konsole", | |
| "icon": "terminal-bash" | |
| } | |
| }, | |
| "debug.console.fontSize": 12, | |
| "terminal.integrated.fontFamily": "Maple Mono", | |
| "editor.linkedEditing": true, | |
| "editor.scrollbar.verticalScrollbarSize": 12, | |
| "editor.minimap.autohide": true, | |
| "editor.minimap.enabled": false, | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.tips.enabled": false, | |
| "workbench.editor.closeOnFileDelete": true, | |
| "window.commandCenter": false, | |
| "window.titleSeparator": " _", | |
| "debug.allowBreakpointsEverywhere": true, | |
| "comments.openView": "file", | |
| "window.doubleClickIconToClose": true, | |
| "kotlin.languageServer.enabled": false, | |
| "kotlin.debugAdapter.enabled": false, | |
| "java.signatureHelp.enabled": true, | |
| "java.symbols.includeSourceMethodDeclarations": true, | |
| "java.debug.settings.showQualifiedNames": true, | |
| "java.debug.settings.showStaticVariables": true, | |
| "lldb.launch.terminal": "external", | |
| "terminal.external.linuxExec": "konsole", | |
| "terminal.integrated.env.linux": { | |
| "JAVA_HOME": "/usr/lib/jvm/java-17-temurin/bin", | |
| "PATH": "/usr/lib/jvm/java-17-opendjk/bin:/home/jackm/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin" | |
| }, | |
| "git.ignoreRebaseWarning": true, | |
| "window.newWindowDimensions": "inherit", | |
| "window.titleBarStyle": "custom", | |
| "explorer.confirmUndo": "verbose", | |
| "editor.scrollbar.horizontalScrollbarSize": 10, | |
| "extensions.ignoreRecommendations": true, | |
| "errorLens.enabledDiagnosticLevels": [ | |
| "warning", | |
| "info", | |
| "error", | |
| "hint" | |
| ], | |
| "workbench.list.smoothScrolling": true, | |
| "output.smartScroll.enabled": false, | |
| "interactiveWindow.alwaysScrollOnNewCell": false, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.scrollBeyondLastLine": false, | |
| "editor.smoothScrolling": true, | |
| "editor.fontFamily": "'Menlo'", | |
| "[dart]": { | |
| "editor.formatOnSave": true, | |
| "editor.formatOnType": true, | |
| "editor.rulers": [], | |
| "editor.selectionHighlight": false, | |
| "editor.suggest.snippetsPreventQuickSuggestions": false, | |
| "editor.suggestSelection": "first", | |
| "editor.tabCompletion": "onlySnippets", | |
| "editor.wordBasedSuggestions": "off" | |
| }, | |
| "[yaml]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[plaintext]": { | |
| "editor.unicodeHighlight.ambiguousCharacters": false, | |
| "editor.unicodeHighlight.invisibleCharacters": false | |
| }, | |
| "dart.showTodos": true, | |
| "dart.enableSdkFormatter": true, | |
| "editor.fastScrollSensitivity": 8, | |
| "java.format.settings.url": "C:\\Users\\error\\Code\\.code-config\\eclipse-formatter.xml.txt", | |
| "vscord.status.idle.check": false, | |
| "vscord.status.idle.enabled": false, | |
| "vscord.status.problems.countedSeverities": [], | |
| "vscord.status.problems.enabled": false, | |
| "vscord.status.state.text.editing": "{file_name}{file_extension}", | |
| "vscord.status.state.text.debugging": "working on {workspace}", | |
| "vscord.status.details.text.notInFile": "h", | |
| "vscord.status.details.text.debugging": "debugging {file_name}{file_extension}", | |
| "vscord.app.name": "Visual Studio Code", | |
| "zenMode.hideStatusBar": false, | |
| "zenMode.centerLayout": true, | |
| "zenMode.hideActivityBar": true, | |
| "vscord.status.state.text.noWorkspaceFound": "sussy.", | |
| "vscord.status.buttons.button1.enabled": false, | |
| "dart.devToolsBrowser": "default", | |
| "dart.closingLabels": false, | |
| "markdown-pdf.displayHeaderFooter": false, | |
| "markdown-pdf.footerTemplate": "<div style=\"font-size: 18px; margin: 0 auto;\"> <span class='pageNumber'></span> / <span class='totalPages'></span></div>", | |
| "markdown-pdf.breaks": true, | |
| "workbench.editor.highlightModifiedTabs": true, | |
| "workbench.editor.sharedViewState": true, | |
| "workbench.editor.mouseBackForwardToNavigate": false, | |
| "workbench.editor.untitled.labelFormat": "name", | |
| "terminal.integrated.tabs.defaultColor": "terminal.ansiGreen", | |
| "js/ts.implicitProjectConfig.module": "Node12", | |
| "js/ts.implicitProjectConfig.target": "ES2022", | |
| "typescript.tsserver.enableTracing": true, | |
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true, | |
| "javascript.format.insertSpaceBeforeFunctionParenthesis": true, | |
| "javascript.preferences.importModuleSpecifier": "relative", | |
| "java.signatureHelp.description.enabled": true, | |
| "java.cleanup.actions": [ | |
| "addOverride", | |
| "stringConcatToTextBlock", | |
| "instanceofPatternMatch", | |
| "tryWithResource", | |
| "switchExpression", | |
| "lambdaExpression" | |
| ], | |
| "java.codeGeneration.insertionLocation": "lastMember", | |
| "java.edit.validateAllOpenBuffersOnChanges": true, | |
| "workbench.tree.renderIndentGuides": "none", | |
| "java.codeGeneration.generateComments": true, | |
| "workbench.iconTheme": "gruvbox-material-icon-theme", | |
| "lua.preferLuaCheckErrors": true, | |
| "java.quickfix.showAt": "problem", | |
| "editor.defaultColorDecorators": true, | |
| "editor.guides.indentation": false, | |
| "editor.inlayHints.padding": true, | |
| "diffEditor.diffAlgorithm": "advanced", | |
| "editor.suggest.preview": true, | |
| "editor.suggest.showStatusBar": true, | |
| "dart.flutterCreateIOSLanguage": "objc", | |
| "vscord.status.details.text.editing": "working on {workspace}", | |
| "java.server.launchMode": "Standard", | |
| "java.trace.server": "verbose", | |
| "markdown-preview-enhanced.previewTheme": "one-dark.css", | |
| "git.openRepositoryInParentFolders": "never", | |
| "editor.bracketPairColorization.enabled": false, | |
| "dart.showInspectorNotificationsForWidgetErrors": false, | |
| "github.copilot.enable": { | |
| "*": false, | |
| "plaintext": false, | |
| "markdown": false, | |
| "scminput": false, | |
| "cpp": true | |
| }, | |
| "dart.warnWhenEditingFilesOutsideWorkspace": false, | |
| "errorLens.scrollbarHackEnabled": true, | |
| "terminal.integrated.smoothScrolling": true, | |
| "workbench.sideBar.location": "right", | |
| "notebook.breadcrumbs.showCodeCells": false, | |
| "sonarlint.disableTelemetry": true, | |
| "dotnetAcquisitionExtension.enableTelemetry": false, | |
| "todo-tree.general.statusBar": "tags", | |
| "todo-tree.highlights.useColourScheme": true, | |
| "java.compile.nullAnalysis.mode": "automatic", | |
| "java.completion.chain.enabled": true, | |
| "java.import.generatesMetadataFilesAtProjectRoot": true, | |
| "workbench.editor.empty.hint": "hidden", | |
| "debug.console.fontFamily": "'Maple Mono'", | |
| "editor.wordWrap": "wordWrapColumn", | |
| "editor.wrappingStrategy": "advanced", | |
| "diffEditor.wordWrap": "on", | |
| "scrollFaster.cursorFollowsScroll": false, | |
| "cSpell.userWords": [ | |
| "aight", | |
| "Amped", | |
| "ARGB", | |
| "asethetics", | |
| "autofocus", | |
| "barcodes", | |
| "Bezier", | |
| "bruh", | |
| "checkmark", | |
| "Chronos", | |
| "coopertition", | |
| "dont", | |
| "elon", | |
| "ewww", | |
| "exoad", | |
| "exoad's", | |
| "forgor", | |
| "Gradianto", | |
| "HELLA", | |
| "Hollistic", | |
| "inorder", | |
| "jackm", | |
| "Jank", | |
| "Jiaming", | |
| "keyframes", | |
| "lerp", | |
| "lmao", | |
| "Meng", | |
| "Monsterrat", | |
| "Nittany", | |
| "opengl", | |
| "Poprock", | |
| "rgba", | |
| "RGBO", | |
| "scroller", | |
| "stackoverflow", | |
| "stylesheet", | |
| "Superagent", | |
| "Tele", | |
| "teleop", | |
| "TELEOP", | |
| "timelapse", | |
| "tock", | |
| "unfocus", | |
| "vsync", | |
| "Winrate" | |
| ], | |
| "apc.imports": [ | |
| "file:///c:/Users/error/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.1/dist/updateHandler.js" | |
| ], | |
| "apc.stylesheet": {}, | |
| "accessibility.signals.terminalBell": { | |
| "sound": "on" | |
| }, | |
| "terminal.integrated.enableVisualBell": true, | |
| "python.diagnostics.sourceMapsEnabled": true, | |
| "python.missingPackage.severity": "Error", | |
| "python.interpreter.infoVisibility": "always", | |
| "python.languageServer": "Pylance", | |
| "python.analysis.autoFormatStrings": true, | |
| "python.analysis.autoImportCompletions": true, | |
| "python.analysis.completeFunctionParens": true, | |
| "python.analysis.inlayHints.functionReturnTypes": true, | |
| "python.analysis.inlayHints.pytestParameters": true, | |
| "python.analysis.inlayHints.variableTypes": true, | |
| "python.analysis.disableTaggedHints": true, | |
| "python.analysis.inlayHints.callArgumentNames": "partial", | |
| "python.analysis.regenerateStdLibIndices": true, | |
| "python.analysis.supportDocstringTemplate": true, | |
| "python.analysis.typeEvaluation.deprecateTypingAliases": true, | |
| "python.createEnvironment.contentButton": "show", | |
| "python.analysis.typeCheckingMode": "basic", | |
| "editor.guides.highlightActiveBracketPair": false, | |
| "editor.guides.bracketPairsHorizontal": false, | |
| "editor.lightbulb.enabled": "off", | |
| "editor.padding.top": 2, | |
| "editor.renderLineHighlight": "gutter", | |
| "editor.renderWhitespace": "none", | |
| "editor.stickyScroll.defaultModel": "indentationModel", | |
| "editor.stickyScroll.enabled": false, | |
| "editor.cursorStyle": "block", | |
| "diffEditor.codeLens": true, | |
| "diffEditor.experimental.showMoves": true, | |
| "diffEditor.experimental.useTrueInlineView": true, | |
| "breadcrumbs.filePath": "last", | |
| "breadcrumbs.symbolPath": "last", | |
| "editor.renderControlCharacters": false, | |
| "editor.matchBrackets": "near", | |
| "editor.stickyScroll.scrollWithEditor": false, | |
| "workbench.tree.enableStickyScroll": false, | |
| "workbench.productIconTheme": "icons-carbon", | |
| "search.defaultViewMode": "tree", | |
| "search.actionsPosition": "auto", | |
| "extensions.experimental.deferredStartupFinishedActivation": true, | |
| "scm.providerCountBadge": "auto", | |
| "explorer.fileNesting.enabled": true, | |
| "dart.documentation": "full", | |
| "todo-tree.general.showActivityBarBadge": true, | |
| "workbench.activityBar.location": "top", | |
| "chat.commandCenter.enabled": false, | |
| "workbench.layoutControl.enabled": false, | |
| "window.menuBarVisibility": "compact", | |
| "explorer.incrementalNaming": "smart", | |
| "explorer.sortOrderLexicographicOptions": "unicode", | |
| "makefile.configureOnOpen": true, | |
| "window.openFoldersInNewWindow": "off", | |
| "workbench.editor.alwaysShowEditorActions": true, | |
| "outline.icons": false, | |
| "editor.inlayHints.enabled": "off", | |
| "editor.detectIndentation": false, | |
| "editor.codeLens": false, | |
| "window.zoomLevel": -0.2, | |
| "errorLens.codeLensEnabled": true, | |
| "errorLens.fontFamily": "Menlo", | |
| "errorLens.fontStyleItalic": true, | |
| "errorLens.fontWeight": "bold", | |
| "errorLens.gutterIconsEnabled": true, | |
| "errorLens.messageTemplate": "(!) $code: \"$message\"", | |
| "errorLens.problemRangeDecorationEnabled": true, | |
| "errorLens.respectUpstreamEnabled": { | |
| "statusBar": true | |
| }, | |
| "errorLens.statusBarColorsEnabled": true, | |
| "errorLens.statusBarIconsEnabled": true, | |
| "errorLens.statusBarMessageEnabled": true, | |
| "errorLens.hintGutterIconColor": "#fff", | |
| "github.copilot.editor.enableCodeActions": false, | |
| "workbench.colorTheme": "Dark- Modern (Flat UI)", | |
| "workbench.editor.pinnedTabsOnSeparateRow": true, | |
| "workbench.editor.tabSizing": "shrink", | |
| "zenMode.hideLineNumbers": false, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment