Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "security.workspace.trust.enabled": false,
- "workbench.startupEditor": "none",
- "editor.insertSpaces": false,
- "editor.inlineSuggest.enabled": false,
- "editor.suggestOnTriggerCharacters": false,
- "editor.quickSuggestions": {
- "other": "off"
- },
- "editor.dropIntoEditor.enabled": false,
- "editor.lightbulb.enabled": false,
- "editor.minimap.enabled": false,
- "editor.parameterHints.enabled": false,
- "editor.cursorBlinking": "phase",
- "editor.cursorSurroundingLines": 20,
- "editor.cursorSmoothCaretAnimation": "on",
- "files.trimTrailingWhitespace": true,
- "extensions.ignoreRecommendations": true,
- "telemetry.telemetryLevel": "off",
- "notebook.breadcrumbs.showCodeCells": false,
- "editor.smoothScrolling": true,
- "editor.autoClosingQuotes": "never",
- "zenMode.hideLineNumbers": false,
- "editor.cursorStyle": "block",
- "editor.autoClosingBrackets": "never",
- "terminal.integrated.defaultProfile.windows": "Command Prompt",
- "editor.find.seedSearchStringFromSelection": "never",
- "terminal.integrated.cursorBlinking": true,
- "problems.decorations.enabled": false,
- "editor.tabCompletion": "on",
- "editor.scrollbar.vertical": "visible",
- "editor.scrollbar.horizontal": "hidden",
- "editor.folding": false,
- "editor.dragAndDrop": false,
- "markJump.additionalSectionPatterns": [
- "\\/\\/(?<heading>[\\sv]+)(?<description>.*?)\\svvv+",
- "\\/\\/(?<heading>[\\s\\^]+)(?<description>.*?)\\s\\^\\^\\^+"
- ],
- "files.associations": {
- "*.vertex": "glsl",
- "*.fragment": "glsl",
- "*.c": "cpp",
- "*.f": "filter",
- "*.ahk": "ahk",
- "*.pp": "pascal",
- "*.compute": "glsl"
- },
- "editor.autoSurround": "never",
- "markJump.additionalTestPatterns": [
- "//\\s*(\\>+)?\\s*[Mm][Aa][Rr][Kk]"
- ],
- "explorer.excludeGitIgnore": true,
- "search.useIgnoreFiles": false,
- "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${profileName}${separator}${appName}",
- "files.exclude": {
- "enc_temp_folder/*": true,
- },
- // "editor.rulers": [
- // {
- // "column": 160,
- // "color": "#aaaaaa55"
- // },
- // ],
- "editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?_",
- "zenMode.centerLayout": false,
- "editor.autoIndent": "brackets",
- "window.menuBarVisibility": "compact",
- "window.commandCenter": false,
- "workbench.layoutControl.enabled": false,
- "breadcrumbs.enabled": false,
- "workbench.colorTheme": "One Dark Pro",
- "window.zoomLevel": 2,
- "editor.tabSize": 2
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement