Replies: 1 comment
-
|
I'm not really shure what is wrong, it seems that RobotCode is not activated in your environment. Did you redefine any file extension in VSCode to handle robot files? Is there a setting like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Subject: RobotCode extension not activated: commands missing, no output channel, run fails
Hello RobotCode maintainers,
I’d like to report an issue where RobotCode appears to be installed but not activated in VS Code.
Environment
Problem summary
RobotCode does not seem to activate at all in my environment.
Symptoms
No RobotCode commands are available
In Command Palette (
Ctrl+Shift+P), any RobotCode command (e.g. Clear Cache and Restart Language Servers) fails with:No Output channel
RobotCode,RobotCode Language Server, orRobot FrameworkRun actions fail
Triggering Run from the extension results in:
No Run / Debug CodeLens
What works
Robot Framework runs correctly from CLI:
.robotfiles have correct syntax highlightingKeywords and diagnostics appear to work
Test case example
What I tried
.roboteditor.codeLensrobotframework-lsp(no change)Conclusion
Based on the above, it seems that RobotCode is not being activated, as:
Questions
Thank you for your time and for maintaining RobotCode.
Best regards,
koypai989
Written in ChatGPT because I'm not good at English.
Beta Was this translation helpful? Give feedback.
All reactions