[tools]: add VS code and Lua Language Server config
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
		
							parent
							
								
									3a85de5105
								
							
						
					
					
						commit
						760babcc8c
					
				
							
								
								
									
										10
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
    "Lua.runtime.version": "Lua 5.3",
 | 
			
		||||
    "Lua.diagnostics.globals": [
 | 
			
		||||
        "ardour",
 | 
			
		||||
        "factory",
 | 
			
		||||
        "icon",
 | 
			
		||||
        "sess_params",
 | 
			
		||||
        "signals"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user