1{2 "workbench.colorTheme": "Light 2026",3 "workbench.activityBar.location": "top",4 "workbench.secondarySideBar.defaultVisibility": "hidden",5 "workbench.editor.navigationScope": "editorGroup",6 "editor.inlayHints.enabled": "offUnlessPressed",7 "editor.minimap.enabled": false,8 "editor.fontFamily": "Iosevka Term, Menlo, Monaco, 'Courier New', monospace",9 "editor.find.seedSearchStringFromSelection": "never",10 "editor.acceptSuggestionOnCommitCharacter": false,11 "editor.bracketPairColorization.independentColorPoolPerBracketType": true,12 "editor.occurrencesHighlight": "multiFile",13 "editor.suggest.matchOnWordStartOnly": false,14 "editor.rulers": [15 80,16 120,17 ],18 "diffEditor.ignoreTrimWhitespace": true,19 "diffEditor.hideUnchangedRegions.enabled": true,20 "diffEditor.codeLens": true,21 "chat.disableAIFeatures": true,22 "telemetry.telemetryLevel": "off",23 "window.restoreWindows": "none",24 "git.detectSubmodulesLimit": 200,25 "git.blame.editorDecoration.enabled": true,26 "rewrap.wrappingColumn": 80,27 "window.confirmBeforeClose": "always",28 "search.smartCase": true,29 "remote.autoForwardPortsSource": "hybrid",30 "workbench.welcomePage.walkthroughs.openOnInstall": false,31 "workbench.startupEditor": "none",32}