主题
json
{
"settingsSync.ignoredExtensions": [
"ms-ceintl.vscode-language-pack-zh-hans"
],
"leetcode.endpoint": "leetcode-cn",
"editor.linkedEditing": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"bracketPairColorizer.depreciation-notice": false,
"files.associations": {
"笔记": "plaintext",
"*.yaml": "yaml",
"*.md": "markdown"
},
"extensions.ignoreRecommendations": true,
"editor.lineNumbers": "on",
"terminal.integrated.fontFamily": "霞鹜文楷等宽 屏幕阅读版",
"security.workspace.trust.untrustedFiles": "open",
"workbench.iconTheme": "office-material-icon-theme",
"git.confirmSync": false,
"sftp.downloadWhenOpenInRemoteExplorer": true,
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"redhat.telemetry.enabled": true,
"explorer.confirmDragAndDrop": false,
"git.enableSmartCommit": true,
"git.autofetch": true,
"jupyter.interactiveWindowMode": "perFile",
"git.ignoreMissingGitWarning": true,
"[python]": {
"editor.formatOnType": true
},
"files.autoSave": "onFocusChange",
"search.useReplacePreview": false,
"editor.accessibilitySupport": "on",
"editor.renderWhitespace": "all",
"editor.trimAutoWhitespace": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"files.trimTrailingWhitespace": true,
"editor.links": false,
"workbench.tree.renderIndentGuides": "none",
"editor.guides.highlightActiveIndentation": false,
"editor.guides.indentation": false,
"editor.indentSize": "tabSize",
"python.defaultInterpreterPath": "d:\\env\\python\\python.exe",
"remote.SSH.remotePlatform": {
"192.168.234.123": "linux"
},
"git.openRepositoryInParentFolders": "always",
"go.toolsManagement.autoUpdate": true,
"go.goroot": "D:\\env\\go\\1.25.2",
"workbench.settings.applyToAllProfiles": [
],
"editor.fontFamily": "霞鹜文楷等宽 屏幕阅读版",
"hediet.vscode-drawio.resizeImages": null,
"workbench.startupEditor": "none",
"editor.fontSize": 16,
"editor.stickyScroll.enabled": false,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.editor.empty.hint": "hidden"
}
}