Replies: 2 comments 7 replies
-
can you add the following to your "robotcode.languageServer.extraArgs": [
"--log",
"--log-level",
"DEBUG"
] after enabling the log output you will find in the output view of vscode another entry called `RobotCode Language Server mode..." |
Beta Was this translation helpful? Give feedback.
-
Apologies for the late reply, I'm currently on vacation...
|
Beta Was this translation helpful? Give feedback.
-
Hello,
Whenever I start vscode and open a robot framework file, I see Robotcode execute some sort of process which is 'Collect sources'. This never really seems to end for me (even if I have the same file open for about an hour).
What is the extension actually trying to do here?
From the general vscode output logging of the extension I can see at least something going wrong.
This is (part) of the output from the vscode 'Robotcode' tab:
'executeRobotCode: /../../.caddir/RHEL7/cadbin/python3 -u -X utf8 /../../.vscode/extensions/d-biehl.robotcode-0.82.3/bundled/tool/robotcode --format json --no-color --no-pager --default-path . profiles list
client for file:///../../.. running.
client for file:///../../.. started.
Error: Can't get items for keywords treeview: Error: Request canceled.'
Since I see the memory for vscode gradually increase in this virtual desktop environment I use (and this sometimes crashes due to memory issues), I wonder if this is actually caused by this extension.
Do you maybe have any information for me on this subject, or could you show me how to find out what it is actually doing?
Thanks in advance for any information you might have.
Beta Was this translation helpful? Give feedback.
All reactions