設定を付けた & 設定自体をフォーマット (#12693)
This commit is contained in:
		
							
								
								
									
										24
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										24
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -1,11 +1,15 @@
 | 
			
		||||
{
 | 
			
		||||
    "search.exclude": {
 | 
			
		||||
        "**/node_modules": true
 | 
			
		||||
    },
 | 
			
		||||
    "typescript.tsdk": "node_modules/typescript/lib",
 | 
			
		||||
    "files.associations": {
 | 
			
		||||
        "*.test.ts": "typescript"
 | 
			
		||||
    },
 | 
			
		||||
    "jest.jestCommandLine": "pnpm run jest",
 | 
			
		||||
    "jest.autoRun": "off"
 | 
			
		||||
}
 | 
			
		||||
	"search.exclude": {
 | 
			
		||||
		"**/node_modules": true
 | 
			
		||||
	},
 | 
			
		||||
	"typescript.tsdk": "node_modules/typescript/lib",
 | 
			
		||||
	"files.associations": {
 | 
			
		||||
		"*.test.ts": "typescript"
 | 
			
		||||
	},
 | 
			
		||||
	"jest.jestCommandLine": "pnpm run jest",
 | 
			
		||||
	"jest.autoRun": "off",
 | 
			
		||||
	"editor.codeActionsOnSave": {
 | 
			
		||||
		"source.fixAll": "explicit"
 | 
			
		||||
	},
 | 
			
		||||
	"editor.formatOnSave": false
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user