mirror of
				https://github.com/arduino/arduino-ide.git
				synced 2025-10-31 22:18:33 +00:00 
			
		
		
		
	update ls to 0.6.0and clangd to 13.0.0 (#738)
This commit is contained in:
		 Alberto Iannaccone
					Alberto Iannaccone
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							a71ac4c44d
						
					
				
				
					commit
					1d88263c85
				
			| @@ -22,7 +22,7 @@ describe('getExecPath', () => { | ||||
|   }); | ||||
|  | ||||
|   it('should resolve clangd', async () => { | ||||
|     const actual = await getExecPath('clangd', onError, '--version', true); | ||||
|     const actual = await getExecPath('clangd', onError, '--version'); | ||||
|     const expected = os.platform() === 'win32' ? '\\clangd.exe' : '/clangd'; | ||||
|     expect(actual).to.endsWith(expected); | ||||
|   }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user