Sort settings properly.
This commit is contained in:
		
							parent
							
								
									0f49838919
								
							
						
					
					
						commit
						df83facdc6
					
				| 
						 | 
				
			
			@ -1,9 +1,6 @@
 | 
			
		|||
{
 | 
			
		||||
  "deno.enable": true,
 | 
			
		||||
  "git.untrackedChanges": "hidden",
 | 
			
		||||
  "[typescript]": {
 | 
			
		||||
    "editor.defaultFormatter": "denoland.vscode-deno"
 | 
			
		||||
  },
 | 
			
		||||
  "Lua.diagnostics.disable": [
 | 
			
		||||
    // The custom functions for Conky must be global and start with lowercase
 | 
			
		||||
    // "conky", so this warning has to be disabled.
 | 
			
		||||
| 
						 | 
				
			
			@ -12,5 +9,8 @@
 | 
			
		|||
  "Lua.diagnostics.globals": [
 | 
			
		||||
    "conky",
 | 
			
		||||
    "conky_parse"
 | 
			
		||||
  ]
 | 
			
		||||
  ],
 | 
			
		||||
  "[typescript]": {
 | 
			
		||||
    "editor.defaultFormatter": "denoland.vscode-deno"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue