{
"editor.fontFamily": "'Microsoft YaHei Mono',Consolas, 'Courier New', monospace",
"editor.detectIndentation": false,
"editor.renderControlCharacters": true,
"editor.wordWrap": "on",
"editor.rulers": [
120,
180,
240
],
// "editor.autoIndent": false,
"editor.wordWrapColumn": 180,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.renderLineHighlight": "all",
"editor.minimap.maxColumn": 80,
"editor.suggestSelection": "first",
"workbench.statusBar.visible": true,
"workbench.commandPalette.history": 20,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.enableExperiments": false,
"workbench.iconTheme": "vscode-icons",
"window.title": "${dirty}${activeEditorLong}${separator}",
"extensions.ignoreRecommendations": true,
"terminal.integrated.windowsEnableConpty": false,
"emmet.triggerExpansionOnTab": true,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"terminal.integrated.copyOnSelection": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.path": "D:/Program Files/Git/bin/git.exe",
"git.inputValidationLength": 120,
"git.blame.statusBarItem.enabled": true,
"git.blame.editorDecoration.enabled": true,
"[git-commit]": {
"editor.rulers": [
120
]
},
"git.autofetch": true,
"prettier.bracketSameLine": true,
"prettier.tabWidth": 4,
"prettier.printWidth": 220,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"search.followSymlinks": false,
"go.addTags": {
"tags": "json", //,form
"options": "",
"promptForTags": false,
"transform": "snakecase"
},
"go.toolsEnvVars": {
"GOFLAGS": "-tags=prod,gen"
},
"go.testFlags": [
"-count=1",
"-v"
],
"go.lintOnSave": "off",
"go.formatTool": "gofmt",
"go.useLanguageServer": true,
"gopls": {
"importShortcut": "Definition"
},
"go.editorContextMenuCommands": {
"toggleTestFile": false,
"addTags": true,
"removeTags": true,
"testAtCursor": false,
"testFile": false,
"testPackage": false,
"generateTestForFile": false,
"generateTestForPackage": false,
"addImport": true,
"testCoverage": false,
"playground": false,
"debugTestAtCursor": false
},
"breadcrumbs.enabled": true,
"python.jediEnabled": false,
"python.linting.enabled": false,
"python.autoComplete.addBrackets": true,
"python.pythonPath": "D:/Program Files/Python37/python.exe",
"python.jediPath": "D:/Program Files/Python37/Lib/site-packages/jedi",
"python.languageServer": "Pylance",
"python.showStartPage": false,
"C_Cpp.default.includePath": [
"D:/Program Portable Files/mingw64/x86_64-w64-mingw32/include/**",
"D:/Portable/npcap/Include/**",
"C:/opencv/include/**"
],
"html.format.indentHandlebars": true,
"html.format.wrapLineLength": 0,
"html.format.enable": false,
"html.format.wrapAttributes": "force-aligned",
"html.format.extraLiners": "",
"vsicons.dontShowNewVersionMessage": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"typescript.implementationsCodeLens.enabled": true,
"javascript.suggest.completeFunctionCalls": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"python.analysis.completeFunctionParens": true,
"terminal.external.windowsExec": "D:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.profiles.windows": {
"bash": {
"path": "D:\\Program Files\\Git\\bin\\bash.exe"
}
},
"terminal.integrated.defaultProfile.windows": "bash",
"go.removeTags": {
"tags": "json"
},
"update.mode": "none",
"update.enableWindowsBackgroundUpdates": false,
"javascript.preferences.quoteStyle": "double",
"remote.SSH.remotePlatform": {
"172.22.5.32": "linux",
"172.22.1.147": "linux",
"172.22.1.45": "linux",
"172.22.1.149": "linux",
"10.17.66.22-bjxbd": "linux",
"172.22.1.9": "linux",
"172.22.1.153": "linux",
"172.22.1.146": "linux",
"172.22.1.148": "linux",
"172.22.1.50": "linux",
"172.22.1.154": "linux",
"172.22.1.119": "linux",
"172.22.1.111": "linux",
"172.22.1.160": "linux",
"172.22.6.231": "linux",
"172.22.1.118": "linux"
},
"redhat.telemetry.enabled": false,
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"editor.linkedEditing": true,
"git.ignoreRebaseWarning": true,
"security.workspace.trust.emptyWindow": false,
"security.workspace.trust.enabled": false,
"telemetry.telemetryLevel": "off",
"security.workspace.trust.untrustedFiles": "open",
"merge-conflict.autoNavigateNextConflict.enabled": true,
"settingsSync.keybindingsPerPlatform": false,
"extensions.autoCheckUpdates": false,
"terminal.integrated.persistentSessionReviveProcess": "never",
"git.ignoreMissingGitWarning": true,
"terminal.integrated.enableMultiLinePasteWarning": "never",
"java.autobuild.enabled": false,
"java.import.maven.enabled": false,
"go.playground": {
"openbrowser": false,
"share": false,
"run": false
},
"go.testTimeout": "300s",
"go.toolsManagement.checkForUpdates": "off",
"window.commandCenter": true,
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"go.showWelcome": false,
"rest-client.enableTelemetry": false,
"go.disableConcurrentTests": true,
"editor.guides.bracketPairs": true,
"editor.minimap.showSlider": "always",
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb",
"*.sqlite": "${capture}.${extname}-*",
"*.db": "${capture}.${extname}-*",
"*.sqlite3": "${capture}.${extname}-*",
"*.db3": "${capture}.${extname}-*",
"*.sdb": "${capture}.${extname}-*",
"*.s3db": "${capture}.${extname}-*"
},
"diffEditor.ignoreTrimWhitespace": true,
"workbench.editor.enablePreview": false,
"markdown.preview.breaks": true,
"markdown.preview.typographer": true,
"markdown.preview.scrollEditorWithPreview": false,
"markdown.preview.scrollPreviewWithEditor": false,
"git-blame.config.ignoreWhitespace": true,
"git-blame.config.inlineBlameHoverMessage": true,
"git-blame.showStatusBar": false,
"git-blame.config.inlineBlame.hoverMessage.activeLine": false,
"diffEditor.codeLens": true,
"update.showReleaseNotes": false,
"chat.editor.wordWrap": "on",
"chat.experimental.detectParticipant.enabled": false,
"workbench.colorTheme": "Default Light Modern",
"yaml.extension.recommendations": false,
"files.watcherExclude": {
"**/node_modules/*/**": true
},
"diffEditor.hideUnchangedRegions.enabled": true
}
vscode 插件记录
本文链接:https://blog.zxysilent.com/post/vscode-ext.html
-- EOF --
zxysilent
发表于 2017-04-07 10:17:50,最后修改于 2025-03-25 14:30:07
Comments