27 lines
		
	
	
		
			No EOL
		
	
	
		
			565 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			No EOL
		
	
	
		
			565 B
		
	
	
	
		
			Text
		
	
	
	
	
	
{
 | 
						|
	"folders": [{
 | 
						|
		"path": ".."
 | 
						|
	}],
 | 
						|
	"settings": {
 | 
						|
		// Linter Settings
 | 
						|
		"typescript.validate.enable": false,
 | 
						|
		"javascript.validate.enable": false,
 | 
						|
		"eslint.validate": ["typescript", "typescriptreact"],
 | 
						|
		"eslint.workingDirectories": ["./src"],
 | 
						|
		"editor.codeActionsOnSave": {"source.fixAll.eslint": true},
 | 
						|
 | 
						|
		// Bitburner Extension Settings
 | 
						|
		"bitburner.scriptRoot": "./dist/",
 | 
						|
 | 
						|
		// Autosave Settings
 | 
						|
		"files.autoSave": "off",
 | 
						|
 | 
						|
		// Autosnippet settings
 | 
						|
		"autoSnippet.snippets": [
 | 
						|
			{
 | 
						|
				"pattern": "**/*.ts", 
 | 
						|
				"snippet": "ns-template"
 | 
						|
			},
 | 
						|
		],
 | 
						|
	}
 | 
						|
} |