robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
200 stars 87 forks source link

Request textDocument/documentSymbol failed #1030

Open MarceloMiranda87 opened 5 months ago

MarceloMiranda87 commented 5 months ago

Type: Feature Request

I was writing a keyword and suddenly this bug appeared.

Request textDocument/documentSymbol failed Source: Robot Framework Language Server (Extension)

when clicking in "Go to output", give me this back:

Getting language server Python executable. Waiting for RobotFramework (python) Language Server to finish activating... Unable to get python executable from vscode-python. ms-python.python extension not found. Language server Python executable: searching in PATH. Language server Python executable: found in PATH: C:\Users\Marce\AppData\Local\Programs\Python\Python312\python.exe Starting RobotFramework Language Server with args: C:\Users\Marce\AppData\Local\Programs\Python\Python312\python.exe,-u,c:\Users\Marce.vscode\extensions\robocorp.robotframework-lsp-1.11.0\src\robotframework_ls__main__.py,-v lsp: 2024-02-01 14:39:40 UTC pid: 12636 - MainThread - INFO - robotframework_ls.main Arguments: ['-v']

Extension version: 1.11.0 VS Code version: Code 1.85.2 (8b3775030ed1a69b13e4f4c628c612102e30a681, 2024-01-18T06:40:10.514Z) OS version: Windows_NT x64 10.0.19045 Modes:

MarceloMiranda87 commented 5 months ago

Capturar2