Untitled
unknown
plain_text
a month ago
3.3 kB
6
Indexable
Never
{ "update.mode": "none", "extensions.autoCheckUpdates": false, "update.enableWindowsBackgroundUpdates": false, "files.autoSave": "onFocusChange", "files.exclude": { "**/.classpath": true, "**/.project": true, "**/.settings": true, "**/.factorypath": true }, "telemetry.telemetryLevel": "off", "code-runner.runInTerminal": true, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "code-runner.clearPreviousOutput": true, "code-runner.enableAppInsights": false, "terminal.integrated.defaultProfile.windows": "Command Prompt", "explorer.confirmDelete": false, "security.workspace.trust.untrustedFiles": "open", "extensions.ignoreRecommendations": true, "editor.unicodeHighlight.invisibleCharacters": false, "terminal.integrated.enableMultiLinePasteWarning": false, "explorer.autoReveal": false, "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" }, "bash (2)": { "path": "/usr/bin/bash" }, "sh": { "path": "/bin/sh" } }, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools" }, "editor.renderControlCharacters": false, "workbench.enableExperiments": false, "workbench.settings.enableNaturalLanguageSearch": false, "json.schemaDownload.enable": false, "npm.fetchOnlinePackageInfo": false, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "synthwave84.brightness": 0.5, "synthwave84.disableGlow": true, "debug.confirmOnExit": "always", "terminal.integrated.confirmOnExit": "always", "git.openRepositoryInParentFolders": "never", "terminal.explorerKind": "external", "markdown-preview-enhanced.previewTheme": "atom-dark.css", "terminal.integrated.enablePersistentSessions": false, "liveServer.settings.donotShowInfoMsg": true, "editor.fontFamily": "'Source Code Pro'", "editor.renderWhitespace": "none", "editor.fontLigatures": false, "scm.inputFontFamily": "editor", "debug.console.fontFamily": "editor", "editor.fontSize": 12.5, "[php]": { "editor.defaultFormatter": "bmewburn.vscode-intelephense-client" }, "workbench.activityBar.location": "top", "window.titleBarStyle": "custom", "workbench.startupEditor": "none", "window.customTitleBarVisibility": "auto", "workbench.iconTheme": "material-icon-theme", "workbench.layoutControl.enabled": false, "hediet.vscode-drawio.resizeImages": null, "hediet.vscode-drawio.codeLinkActivated": true, "editor.minimap.enabled": false, "workbench.colorTheme": "b93ab4ea-ff96-4459-8fa2-0caae5bc7116", "resmon.updatefrequencyms": 5000, "resmon.show.battery": false }
Leave a Comment