mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	chore: vscode setting
This commit is contained in:
		
							
								
								
									
										9
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "typescript.tsdk": "./node_modules/typescript/lib",
 | 
					  "typescript.tsdk": "node_modules/typescript/lib",
 | 
				
			||||||
  "npm.packageManager": "pnpm",
 | 
					  "npm.packageManager": "pnpm",
 | 
				
			||||||
  "editor.tabSize": 2,
 | 
					  "editor.tabSize": 2,
 | 
				
			||||||
  "prettier.printWidth": 100, // 超过最大值换行
 | 
					  "prettier.printWidth": 100, // 超过最大值换行
 | 
				
			||||||
@@ -86,15 +86,12 @@
 | 
				
			|||||||
    "source.fixAll.eslint": true
 | 
					    "source.fixAll.eslint": true
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "[vue]": {
 | 
					  "[vue]": {
 | 
				
			||||||
    "editor.codeActionsOnSave": {
 | 
					    "editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
 | 
				
			||||||
      "source.fixAll.eslint": true,
 | 
					 | 
				
			||||||
      "source.fixAll.stylelint": true
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "i18n-ally.localesPaths": ["src/locales"],
 | 
					  "i18n-ally.localesPaths": ["src/locales"],
 | 
				
			||||||
  "i18n-ally.keystyle": "nested",
 | 
					  "i18n-ally.keystyle": "nested",
 | 
				
			||||||
  "i18n-ally.sortKeys": true,
 | 
					  "i18n-ally.sortKeys": true,
 | 
				
			||||||
  "i18n-ally.namespace": true,
 | 
					  "i18n-ally.namespace": false,
 | 
				
			||||||
  "i18n-ally.enabledParsers": ["ts"],
 | 
					  "i18n-ally.enabledParsers": ["ts"],
 | 
				
			||||||
  "i18n-ally.sourceLanguage": "en",
 | 
					  "i18n-ally.sourceLanguage": "en",
 | 
				
			||||||
  "i18n-ally.displayLanguage": "zh-CN",
 | 
					  "i18n-ally.displayLanguage": "zh-CN",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user