mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 14:22:43 +00:00 
			
		
		
		
	 59218007a3
			
		
	
	
		59218007a3
		
	
	
	
	
		
			
			This patch removes the IPC endpoint numbers that needed to be specified in the IPC files. Since the string hash is a (hopefully) collision free number that depends on the name of the endpoint, we now use that instead. :^)
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			301 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			301 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| endpoint LanguageClient
 | |
| {
 | |
|     AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
 | |
|     DeclarationLocation(GUI::AutocompleteProvider::ProjectLocation location) =|
 | |
|     DeclarationsInDocument(String filename, Vector<GUI::AutocompleteProvider::Declaration> declarations) =|
 | |
| }
 |