Skip to main content

settings.json

{
"application.shellEnvironmentResolutionTimeout": 60,
"breadcrumbs.enabled": false,
"debug.console.fontFamily": "'Liberation Mono', 'YaoSans'",
"debug.console.fontSize": 12,
"editor.bracketPairColorization.enabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.codeLensFontFamily": "'Liberation Mono', 'YaoSans'",
"editor.codeLensFontSize": 13,
"editor.cursorSmoothCaretAnimation": "on",
"editor.foldingImportsByDefault": true,
"editor.fontFamily": "'Liberation Mono', 'YaoSans'",
"editor.fontSize": 13,
"editor.fontWeight": "bold",
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.inlayHints.fontFamily": "'Liberation Mono', 'YaoSans'",
"editor.inlayHints.fontSize": 13,
"editor.lineHeight": 1.2,
"editor.linkedEditing": true,
"editor.minimap.enabled": false,
"editor.scrollbar.horizontalScrollbarSize": 8,
"editor.scrollbar.verticalScrollbarSize": 8,
"editor.suggestSelection": "first",
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.wordWrapColumn": 120,
"editor.smoothScrolling": true,
"editor.suggestFontSize": 13,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"extensions.autoCheckUpdates": false,
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"files.autoGuessEncoding": true,
"files.autoSave": "off",
"files.trimTrailingWhitespace": false,
"git.ignoreMissingGitWarning": true,
"git.openRepositoryInParentFolders": "never",
"html.autoClosingTags": true,
"javascript.autoClosingTags": true,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"redhat.telemetry.enabled": false,
"rest-client.enableTelemetry": false,
"rest-client.fontSize": 12,
"rest-client.fontWeight": "bold",
"rest-client.timeoutinmilliseconds": 45000,
"security.workspace.trust.untrustedFiles": "open",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"telemetry.telemetryLevel": "off",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.enablePersistentSessions": false,
"terminal.integrated.fontFamily": "'Liberation Mono', 'YaoSans'",
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontWeight": "bold",
"terminal.integrated.lineHeight": 1.1,
"terminal.integrated.profiles.osx": {
"bash": {
"path": "bash",
"args": [
"-l"
],
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh",
"args": [
"-l"
]
},
"fish": {
"path": "fish",
"args": [
"-l"
]
},
"tmux": {
"path": "tmux",
"icon": "terminal-tmux"
},
"pwsh": {
"path": "pwsh",
"icon": "terminal-powershell"
}
},
"typescript.autoClosingTags": true,
"typescript.suggest.autoImports": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"update.mode": "manual",
"update.showReleaseNotes": true,
"window.newWindowDimensions": "maximized",
"window.openFoldersInNewWindow": "on",
"workbench.editor.untitled.hint": "hidden",
"workbench.editor.enablePreview": false,
"workbench.editor.limit.enabled": true,
"workbench.editor.highlightModifiedTabs": true,
"workbench.enableExperiments": false,
"workbench.fontAliasing": "antialiased",
"workbench.list.openMode": "doubleClick",
"workbench.list.smoothScrolling": true,
"workbench.settings.openDefaultSettings": true,
"workbench.startupEditor": "newUntitledFile",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}