mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Translate file path to URI on LSP symbol requests
This commit is contained in:
		
							parent
							
								
									085e1d3c03
								
							
						
					
					
						commit
						a56c2e459b
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -188,7 +188,9 @@ Array GDScriptWorkspace::symbol(const Dictionary &p_params) { | |||
| 			E->get()->get_symbols().symbol_tree_as_list(E->key(), script_symbols); | ||||
| 			for (int i = 0; i < script_symbols.size(); ++i) { | ||||
| 				if (query.is_subsequence_ofi(script_symbols[i].name)) { | ||||
| 					arr.push_back(script_symbols[i].to_json()); | ||||
| 					lsp::DocumentedSymbolInformation symbol = script_symbols[i]; | ||||
| 					symbol.location.uri = get_file_uri(symbol.location.uri); | ||||
| 					arr.push_back(symbol.to_json()); | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Francois Belair
						Francois Belair