robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
182 stars 15 forks source link

[BUG] Source actions are missing in the context menu for versions > 0.25.1 #129

Closed mardukbp closed 1 year ago

mardukbp commented 1 year ago

Describe the bug Since Robot Code 0.26.2 the Source Action.. menu item is missing in the context menu when right clicking on a library or a keyword.

To Reproduce Steps to reproduce the behavior:

  1. Install any version of Robot Code > 0.25.1
  2. Create a .robot file containing only a library import
  3. Right click on the library name
  4. The context menu does not contain Source Action...

Expected behavior The context menu shown when right clicking on a library or a keyword should contain the entry Source Action...

Screenshots/ Videos image

Logs Copy the messages from VSCode "Output" view for RobotCode

Activate RobotCode Extension.
Try to activate python extension
Python Extension is active
create Language client: RobotCode Language Server mode=pipe for folder "test"
trying to start Language client: RobotCode Language Server mode=pipe for folder "test"
client for file:///home/marduk/test starting.
client for file:///home/marduk/test running.
client for file:///home/marduk/test started.

and RobotCode Language Server

(empty)

for the specific folder/workspace.

Desktop (please complete the following information):

Additional context I have confirmed this bug with a clean install of VS Code, Robot Code and Robot Framework on Fedora.

d-biehl commented 1 year ago

Can you check the newest version?

mardukbp commented 1 year ago

It works! Thank you Daniel :)