24 lines
		
	
	
		
			398 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			398 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"folders": [
 | |
| 		{
 | |
| 			"path": "."
 | |
| 		}
 | |
| 	],
 | |
| 	"settings": {
 | |
| 		"clangd.arguments": [
 | |
| 			"--compile-commands-dir=${workspaceFolder}/build/",
 | |
| 			"--header-insertion=never",
 | |
| 			"--enable-config",
 | |
| 			"--log=verbose"
 | |
| 		],
 | |
| 		"editor.rulers": [
 | |
| 			120
 | |
| 		],
 | |
| 		"terminal.integrated.profiles.linux": {
 | |
| 			"xtchain": {
 | |
| 				"path": "xtchain"
 | |
| 			}
 | |
| 		},
 | |
| 		"terminal.integrated.defaultProfile.linux": "xtchain",
 | |
| 	}
 | |
| } |