mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			65 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "tailwindCSS.experimental.configFile": "src/style/tailwind.css",
 | 
						|
  "editor.formatOnType": true,
 | 
						|
  "editor.formatOnSave": true,
 | 
						|
  "[vue]": {
 | 
						|
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
						|
  },
 | 
						|
  "editor.tabSize": 2,
 | 
						|
  "editor.formatOnPaste": true,
 | 
						|
  "editor.guides.bracketPairs": "active",
 | 
						|
  "files.autoSave": "afterDelay",
 | 
						|
  "git.confirmSync": false,
 | 
						|
  "workbench.startupEditor": "newUntitledFile",
 | 
						|
  "editor.suggestSelection": "first",
 | 
						|
  "editor.acceptSuggestionOnCommitCharacter": false,
 | 
						|
  "css.lint.propertyIgnoredDueToDisplay": "ignore",
 | 
						|
  "editor.quickSuggestions": {
 | 
						|
    "other": true,
 | 
						|
    "comments": true,
 | 
						|
    "strings": true
 | 
						|
  },
 | 
						|
  "files.associations": {
 | 
						|
    "editor.snippetSuggestions": "top"
 | 
						|
  },
 | 
						|
  "[css]": {
 | 
						|
    "editor.defaultFormatter": "esbenp.prettier-vscode"
 | 
						|
  },
 | 
						|
  "editor.codeActionsOnSave": {
 | 
						|
    "source.fixAll.eslint": "explicit"
 | 
						|
  },
 | 
						|
  "i18n-ally.localesPaths": "locales",
 | 
						|
  "i18n-ally.keystyle": "nested",
 | 
						|
  "i18n-ally.sortKeys": true,
 | 
						|
  "i18n-ally.namespace": true,
 | 
						|
  "i18n-ally.enabledParsers": [
 | 
						|
    "yaml",
 | 
						|
    "js"
 | 
						|
  ],
 | 
						|
  "i18n-ally.sourceLanguage": "en",
 | 
						|
  "i18n-ally.displayLanguage": "zh-CN",
 | 
						|
  "i18n-ally.enabledFrameworks": [
 | 
						|
    "vue"
 | 
						|
  ],
 | 
						|
  "iconify.excludes": [
 | 
						|
    "el"
 | 
						|
  ],
 | 
						|
  "vsmqtt.brokerProfiles": [
 | 
						|
    {
 | 
						|
      "name": "broker.emqx.io",
 | 
						|
      "host": "broker.emqx.io/mqtt",
 | 
						|
      "port": 1883,
 | 
						|
      "clientId": "vsmqtt_client_db34"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "vscodeCustomCodeColor.highlightValue": [
 | 
						|
    "v-loading",
 | 
						|
    "v-auth",
 | 
						|
    "v-copy",
 | 
						|
    "v-longpress",
 | 
						|
    "v-optimize",
 | 
						|
    "v-perms",
 | 
						|
    "v-ripple"
 | 
						|
  ],
 | 
						|
  "vscodeCustomCodeColor.highlightValueColor": "#b392f0",
 | 
						|
} |