feat: Remove unused RPC call for symbol definitions
- Delete get_symbol_defines_in_selected_code() function - Clean up unused RPC call decorator - Improve code organization in vscode_service.py
This commit is contained in:
parent
6ef65bc3ca
commit
f9fe89c5c0
@ -14,11 +14,6 @@ def diff_apply(filepath, content, autoedit=False):
|
||||
pass
|
||||
|
||||
|
||||
@rpc_call
|
||||
def get_symbol_defines_in_selected_code():
|
||||
pass
|
||||
|
||||
|
||||
def find_symbol(command, abspath, line, col):
|
||||
code = (
|
||||
f"const position = new vscode.Position({line}, {col});"
|
||||
|
Loading…
x
Reference in New Issue
Block a user