151 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			151 lines
		
	
	
		
			6.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "editor.wordWrap": "on",
 | 
						|
    "editor.minimap.autohide": true,
 | 
						|
    "editor.minimap.maxColumn": 80,
 | 
						|
    "editor.minimap.size": "fit",
 | 
						|
    "python.experiments.enabled": false,
 | 
						|
    "debugpy.debugJustMyCode": false,
 | 
						|
    "python.REPL.enableREPLSmartSend": false,
 | 
						|
    "python.terminal.activateEnvironment": false,
 | 
						|
    "python.testing.autoTestDiscoverOnSaveEnabled": false,
 | 
						|
    "python.languageServer": "None",
 | 
						|
    "typescript.surveys.enabled": false,
 | 
						|
    "typescript.suggestionActions.enabled": false,
 | 
						|
    "typescript.tsserver.enableRegionDiagnostics": false,
 | 
						|
    "typescript.tsserver.maxTsServerMemory": 0.05,
 | 
						|
    "typescript.tsserver.useSyntaxServer": "never",
 | 
						|
    "typescript.tsserver.web.typeAcquisition.enabled": false,
 | 
						|
    "typescript.validate.enable": false,
 | 
						|
    "typescript.workspaceSymbols.excludeLibrarySymbols": false,
 | 
						|
    "typescript.check.npmIsInstalled": false,
 | 
						|
    "typescript.tsserver.web.projectWideIntellisense.enabled": false,
 | 
						|
    "python.REPL.provideVariables": false,
 | 
						|
    "git.openRepositoryInParentFolders": "never",
 | 
						|
    "workbench.enableExperiments": false,
 | 
						|
    "workbench.cloudChanges.continueOn": "off",
 | 
						|
    "workbench.cloudChanges.autoResume": "off",
 | 
						|
    "extensions.autoCheckUpdates": false,
 | 
						|
    "update.mode": "none",
 | 
						|
    "workbench.settings.enableNaturalLanguageSearch": false,
 | 
						|
    "update.showReleaseNotes": false,
 | 
						|
    "extensions.autoUpdate": false,
 | 
						|
    "telemetry.telemetryLevel": "off",
 | 
						|
    "json.schemaDownload.enable": false,
 | 
						|
    "npm.fetchOnlinePackageInfo": false,
 | 
						|
    "window.experimentalControlOverlay": false,
 | 
						|
    "window.commandCenter": false,
 | 
						|
    "window.confirmBeforeClose": "always",
 | 
						|
    "window.dialogStyle": "custom",
 | 
						|
    "window.titleBarStyle": "custom",
 | 
						|
    "window.customTitleBarVisibility": "windowed",
 | 
						|
    "window.enableMenuBarMnemonics": false,
 | 
						|
    "window.menuBarVisibility": "compact",
 | 
						|
    "issueReporter.experimental.auxWindow": false,
 | 
						|
    "workbench.colorTheme": "Monokai",
 | 
						|
    "workbench.preferredDarkColorTheme": "Monokai",
 | 
						|
    "workbench.preferredHighContrastColorTheme": "Monokai",
 | 
						|
    "workbench.preferredHighContrastLightColorTheme": "Monokai",
 | 
						|
    "workbench.preferredLightColorTheme": "Monokai",
 | 
						|
    "mesonbuild.downloadLanguageServer": false,
 | 
						|
    // "vim.easymotion": true,
 | 
						|
    // "vim.incsearch": true,
 | 
						|
    "vim.useSystemClipboard": true,
 | 
						|
    // "vim.useCtrlKeys": true,
 | 
						|
    "vim.hlsearch": true,
 | 
						|
    // "vim.insertModeKeyBindings": [
 | 
						|
    //     {
 | 
						|
    //     "before": ["j", "j"],
 | 
						|
    //     "after": ["<Esc>"]
 | 
						|
    //     }
 | 
						|
    // ],
 | 
						|
    "vim.normalModeKeyBindingsNonRecursive": [
 | 
						|
        {
 | 
						|
            "before": ["<leader>", "w"],
 | 
						|
            "after": ["<C-w>"],
 | 
						|
            // "after": ["d", "d"]
 | 
						|
        },
 | 
						|
        // {
 | 
						|
        //     "before": ["<C-n>"],
 | 
						|
        //     "commands": [":nohl"]
 | 
						|
        // },
 | 
						|
        // {
 | 
						|
        //     "before": ["K"],
 | 
						|
        //     "commands": ["lineBreakInsert"],
 | 
						|
        //     "silent": true
 | 
						|
        // }
 | 
						|
    ],
 | 
						|
    "vim.leader": "\\",
 | 
						|
    // "vim.handleKeys": {
 | 
						|
    //     "<C-a>": false,
 | 
						|
    //     "<C-f>": false
 | 
						|
    // },
 | 
						|
    "extensions.experimental.affinity": {
 | 
						|
        "vscodevim.vim": 1
 | 
						|
    },
 | 
						|
    "diffEditor.experimental.showMoves": true,
 | 
						|
    "diffEditor.hideUnchangedRegions.enabled": true,
 | 
						|
    "python.locator": "native",
 | 
						|
    "python.testing.promptToConfigure": false,
 | 
						|
    "typescript.format.enable": false,
 | 
						|
    "typescript.format.indentSwitchCase": false,
 | 
						|
    "typescript.preferences.renameMatchingJsxTags": false,
 | 
						|
    "typescript.autoClosingTags": false,
 | 
						|
    "typescript.format.insertSpaceAfterCommaDelimiter": false,
 | 
						|
    "typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
 | 
						|
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
 | 
						|
    "docker.enableDockerComposeLanguageService": false,
 | 
						|
    "go.useLanguageServer": false,
 | 
						|
    "search.maxResults": 128,
 | 
						|
    "search.ripgrep.maxThreads": 1,
 | 
						|
    "search.searchEditor.defaultNumberOfContextLines": 7,
 | 
						|
    "search.searchOnType": false,
 | 
						|
    "task.allowAutomaticTasks": "off",
 | 
						|
    "task.autoDetect": "off",
 | 
						|
    "task.quickOpen.detail": false,
 | 
						|
    "task.reconnection": false,
 | 
						|
    "javascript.autoClosingTags": false,
 | 
						|
    "javascript.format.enable": false,
 | 
						|
    "javascript.format.insertSpaceAfterCommaDelimiter": false,
 | 
						|
    "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
 | 
						|
    "javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
 | 
						|
    "javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
 | 
						|
    "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
 | 
						|
    "javascript.format.insertSpaceAfterSemicolonInForStatements": false,
 | 
						|
    "javascript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
 | 
						|
    "javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": false,
 | 
						|
    "javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName": false,
 | 
						|
    "javascript.preferences.renameMatchingJsxTags": false,
 | 
						|
    "javascript.preferences.useAliasesForRenames": false,
 | 
						|
    "javascript.suggest.autoImports": false,
 | 
						|
    "javascript.suggest.classMemberSnippets.enabled": false,
 | 
						|
    "javascript.suggest.completeJSDocs": false,
 | 
						|
    "javascript.suggest.enabled": false,
 | 
						|
    "javascript.suggest.includeAutomaticOptionalChainCompletions": false,
 | 
						|
    "javascript.suggest.includeCompletionsForImportStatements": false,
 | 
						|
    "javascript.suggest.jsdoc.generateReturns": false,
 | 
						|
    "javascript.suggest.names": false,
 | 
						|
    "javascript.suggest.paths": false,
 | 
						|
    "javascript.suggestionActions.enabled": false,
 | 
						|
    "javascript.updateImportsOnFileMove.enabled": "never",
 | 
						|
    "javascript.validate.enable": false,
 | 
						|
    "js/ts.implicitProjectConfig.strictFunctionTypes": false,
 | 
						|
    "js/ts.implicitProjectConfig.strictNullChecks": false,
 | 
						|
    "typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
 | 
						|
    "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
 | 
						|
    "typescript.format.insertSpaceAfterSemicolonInForStatements": false,
 | 
						|
    "typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
 | 
						|
    "typescript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": false,
 | 
						|
    "typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName": false,
 | 
						|
    "typescript.preferences.useAliasesForRenames": false,
 | 
						|
    "typescript.reportStyleChecksAsWarnings": false,
 | 
						|
    "typescript.suggest.autoImports": false,
 | 
						|
    "typescript.suggest.classMemberSnippets.enabled": false,
 | 
						|
    "typescript.suggest.completeJSDocs": false,
 | 
						|
    "typescript.suggest.enabled": false,
 | 
						|
    "typescript.suggest.includeAutomaticOptionalChainCompletions": false,
 | 
						|
    "typescript.suggest.includeCompletionsForImportStatements": false,
 | 
						|
    "typescript.suggest.jsdoc.generateReturns": false,
 | 
						|
    "typescript.suggest.objectLiteralMethodSnippets.enabled": false,
 | 
						|
    "typescript.suggest.paths": false,
 | 
						|
    "typescript.tsc.autoDetect": "off",
 | 
						|
} |