You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugger: Use 32-bit thread IDs for improved compatibility with some LSP clients (5055763)
debugger: If there is already a debugpy adapter endpoint defined we don't need explicitly attach the python debugger (7f3010a)
intellij: Stabilize test discovery at project startup (7aeb379)
vscode,intellij: Escape glob patterns in --suite and --parse-include arguments for discover and executing tests (4007481)
Features
robotcode: Automatically create .gitignore in .robotcode_cache (79d14e4)
You no longer need to manually add .robotcode_cache to your .gitignore file, as it is now automatically ignored.
If you already have an existing .robotcode_cache folder, simply run the command RobotCode: Clear Cache and Restart Language Servers.
For IntelliJ-based platforms, you can find this command in the RobotCode menu under the Tools main menu.
vscode: Add shell integration to run RobotCode in a VSCode terminal without requiring Python package installation (febf5d8)
vscode: Use shell integration instead of full python command line to start repl if shell integration is enabled (50426a2)