mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 13:13:18 +00:00 
			
		
		
		
	Remove uneeded characters
This commit is contained in:
		
							parent
							
								
									09e12b7925
								
							
						
					
					
						commit
						4dca5adb3c
					
				@ -18,9 +18,9 @@ export async function handle() {
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
    const request: ExtendSelectionParams = {
 | 
			
		||||
        selections: editor.selections.map(s => {
 | 
			
		||||
            return Server.client.code2ProtocolConverter.asRange(s);
 | 
			
		||||
        }),
 | 
			
		||||
        selections: editor.selections.map(s =>
 | 
			
		||||
            Server.client.code2ProtocolConverter.asRange(s)
 | 
			
		||||
        ),
 | 
			
		||||
        textDocument: { uri: editor.document.uri.toString() }
 | 
			
		||||
    };
 | 
			
		||||
    const response = await Server.client.sendRequest<ExtendSelectionResult>(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user