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