这篇文章上次修改于 1249 天前,可能其部分内容已经发生变化,如有疑问可询问作者。
title: "VSCODE.md"
author: "andy"
description: "description information"
date: "2016-09-28"
lastmod: "2023-11-28"
{
"[c]": {
"editor.autoIndent": "brackets",
"editor.detectIndentation": true,
"editor.emptySelectionClipboard": true,
"editor.fontWeight": "normal",
"editor.insertSpaces": true,
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": false
},
"editor.quickSuggestionsDelay": 10,
"editor.renderWhitespace": "none",
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true,
"editor.useTabStops": true,
"editor.wrappingIndent": "indent",
"files.insertFinalNewline": true
},
"[cpp]": {
"editor.autoIndent": "brackets",
"editor.detectIndentation": true,
"editor.emptySelectionClipboard": true,
"editor.fontWeight": "normal",
"editor.insertSpaces": true,
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": false
},
"editor.quickSuggestionsDelay": 10,
"editor.renderWhitespace": "none",
"editor.tabSize": 4,
"editor.trimAutoWhitespace": true,
"editor.useTabStops": true,
"editor.wrappingIndent": "indent",
"files.insertFinalNewline": true
},
"[css]": {
"editor.formatOnSave": true,
"editor.tabSize": 2
},
"[html]": {
"editor.formatOnSave": true,
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"[json]": {
"editor.formatOnSave": true,
"editor.tabSize": 2
},
"[php]": {
"editor.formatOnSave": true,
"editor.tabSize": 2
},
"breadcrumbs.enabled": true,
"code-runner.customCommand": "echo Hello World",
"code-runner.executorMap": {
"bat": "cmd /c",
"c": "cd $dir && gcc -framework OpenGL -framework GLUT -framework Foundation $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "node",
"python": "python -u",
"shellscript": "bash"
},
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.cursorBlinking": "smooth",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "'Courier New', Menlo, Monaco, monospace",
"editor.fontLigatures": true,
"editor.fontSize": 22,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.lineNumbers": "on",
"editor.minimap.renderCharacters": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": true
},
"editor.renderWhitespace": "all",
"editor.snippetSuggestions": "top",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"emmet.showSuggestionsAsSnippets": true,
"emmet.syntaxProfiles": {
"vue": "html",
"vue-html": "html"
},
"extensions.autoUpdate": true,
"extensions.ignoreRecommendations": false,
"files.autoSave": "onFocusChange",
"files.encoding": "utf8",
"files.eol": "auto",
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.ignoreMissingGitWarning": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"markdown.preview.fontSize": 16,
"search.followSymlinks": false,
"search.smartCase": true,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.fontSize": 16,
"update.mode": "none",
"window.menuBarVisibility": "toggle",
"window.openFilesInNewWindow": "off",
"window.title": "${dirty}${activeEditorShort}${separator}${folderPath}${separator}${activeEditorLong}${separator}${appName}",
"window.titleBarStyle": "custom",
"window.zoomLevel": 1,
"workbench.colorCustomizations": {
"activityBar.background": "#393D49",
"editor.background": "#303133",
"editor.selectionBackground": "#5FB878",
"editorGroup.emptyBackground": "#808695",
"sideBar.background": "#2F4056",
"tab.activeBackground": "#009688"
},
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vs-seti",
"workbench.startupEditor": "none",
"explorer.confirmDelete": false
}
没有评论
博主关闭了评论...