vs code 配置备份

配置备份

{
    
    
	"winopacity.opacity": 255,
	"files.associations": {
    
    
		"*.cjson": "jsonc",
		"*.wxss": "css",
		"*.wxs": "javascript"
	},
	"emmet.includeLanguages": {
    
    
		"wxml": "html"
	},
	"minapp-vscode.disableAutoConfig": true,
	"workbench.editorAssociations": {
    
    
		"*.ttf": "default",
		"*.vsix": "default"
	},
	"fileheader.configObj": {
    
    
		"createFileTime": true,
		"language": {
    
    
			"languagetest": {
    
    
				"head": "/$$",
				"middle": " $ @",
				"end": " $/"
			}
		},
		"autoAdd": true,
		"autoAddLine": 100,
		"autoAlready": true,
		"annotationStr": {
    
    
			"head": "/*",
			"middle": " * @",
			"end": " */",
			"use": false
		},
		"headInsertLine": {
    
    
			"php": 2,
			"sh": 2
		},
		"beforeAnnotation": {
    
    
			"文件后缀": "该文件后缀的头部注释之前添加某些内容"
		},
		"afterAnnotation": {
    
    
			"文件后缀": "该文件后缀的头部注释之后添加某些内容"
		},
		"specialOptions": {
    
    
			"特殊字段": "自定义比如LastEditTime/LastEditors"
		},
		"switch": {
    
    
			"newlineAddAnnotation": true
		},
		"supportAutoLanguage": [],
		"prohibitAutoAdd": ["json"],
		"folderBlacklist": ["node_modules", "文件夹禁止自动添加头部注释"],
		"prohibitItemAutoAdd": [
			"项目的全称, 整个项目禁止自动添加头部注释, 可以使用快捷键添加"
		],
		"moveCursor": true,
		"dateFormat": "YYYY-MM-DD HH:mm:ss",
		"atSymbol": ["@", "@"],
		"atSymbolObj": {
    
    
			"文件后缀": ["头部注释@符号", "函数注释@符号"]
		},
		"colon": [": ", ": "],
		"colonObj": {
    
    
			"文件后缀": ["头部注释冒号", "函数注释冒号"]
		},
		"filePathColon": "路径分隔符替换",
		"showErrorMessage": false,
		"writeLog": false,
		"wideSame": false,
		"wideNum": 13,
		"functionWideNum": 0,
		"CheckFileChange": false,
		"createHeader": true,
		"useWorker": false,
		"designAddHead": false,
		"headDesignName": "random",
		"headDesign": false,
		"cursorModeInternalAll": {
    
    },
		"openFunctionParamsCheck": true,
		"functionParamsShape": ["{", "}"],
		"functionBlankSpaceAll": {
    
    },
		"functionTypeSymbol": "*",
		"typeParamOrder": "type param",
		"customHasHeadEnd": {
    
    },
		"throttleTime": 60000
	},
	"fileheader.customMade": {
    
    
		"Autor": "",
		"Date": "Do not edit",
		"Version": "1.0.0",
		"LastEditors": "",
		"LastEditTime": "Do not edit",
		"Description": "Supermarket management system",
		"FilePath": "Do not edit"
	},
	"security.workspace.trust.untrustedFiles": "open",
	"[vue]": {
    
    
		"editor.defaultFormatter": "Vue.volar"
	},
	"vetur.format.options.tabSize": 4,
	"vetur.format.defaultFormatter.html": "js-beautify-html",
	"vetur.format.defaultFormatter.js": "vscode-typescript",
	"vetur.format.defaultFormatterOptions": {
    
    
		"js-beautify-html": {
    
    
			"wrap_attributes": "auto"
		}
	},
	"editor.fontFamily": "Consolas, '楷体', monospace",
	"[javascript]": {
    
    
		"editor.defaultFormatter": "vscode.typescript-language-features"
	},
	"editor.accessibilitySupport": "on",
	"[css]": {
    
    
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[html]": {
    
    
		"editor.defaultFormatter": "HookyQR.beautify"
	},
	"prettier.tabWidth": 4,
	"prettier.useTabs": true,
	"workbench.iconTheme": "vscode-icons",
	"[typescript]": {
    
    
		"editor.defaultFormatter": "vscode.typescript-language-features"
	},
	"[dart]": {
    
    
		"editor.formatOnSave": true,
		"editor.formatOnType": true,
		"editor.rulers": [80],
		"editor.selectionHighlight": false,
		"editor.suggest.snippetsPreventQuickSuggestions": false,
		"editor.suggestSelection": "first",
		"editor.tabCompletion": "onlySnippets",
		"editor.wordBasedSuggestions": false,
		"editor.defaultFormatter": "Dart-Code.dart-code"
	},
	"[json]": {
    
    
		"editor.defaultFormatter": "vscode.json-language-features"
	},
	"vsicons.dontShowNewVersionMessage": true,
	"editor.inlineSuggest.enabled": true,
	"[scss]": {
    
    
		"editor.defaultFormatter": "HookyQR.beautify"
	},
	"workbench.colorTheme": "The Ultimate Cool",
	"bracketPairColorizer.depreciation-notice": false,
	"dart.flutterSdkPath": "D:\\flutter",
	"window.zoomLevel": 1,
	"[jsonc]": {
    
    
		"editor.defaultFormatter": "HookyQR.beautify"
	},
	"volar.autoCompleteRefs": true,
	"editor.bracketPairColorization.enabled": true,
	"editor.guides.bracketPairs": "active",
	"editor.stickyScroll.enabled": true,
	"editor.stickyScroll.enabled": true,
  	"tabnine.experimentalAutoImports": true,
  	"scm.alwaysShowActions": true,
  	"tabnine.receiveBetaChannelUpdates": true
}

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_44244230/article/details/127543468