Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
Release list
v1.0.2
Bug Fixes
- debugger: Remove unnecessary environment variables for debugpy sessions (08cba92)
v1.0.1
v1.0.0
v0.109.6
Bug Fixes
- vscode: Downgrade to typescript 5.7.3 because eslint dont support newer ones (f1ea63e)
v0.109.4
Bug Fixes
- debugger: Don't connect to non config debugpy sessions, use our own (1a1d515)
v0.109.3
Documentation
- Added an article about avoiding a global resource file (18327b6)
- Correct links (22af24d)
- Update the articel about avoiding global resource files (57f9209)
- Update the articel about avoiding global resource files (bd396fb)
- Add examples of good project structure and a small migration guide to avoiding global resources document (dfd495c)
- Update article about avoiding global resource files (87bd175)
- Rewrite index of tips&tricks (579e728)
v0.109.2
v0.109.1
Bug Fixes
- vscode: Correct appending profile options to robotcode commands (8746faa)
v0.109.0
Bug Fixes
- 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
.gitignorein.robotcode_cache(79d14e4)You no longer need to manually add
.robotcode_cacheto your.gitignorefile, as it is now automatically ignored.
If you already have an existing.robotcode_cachefolder, simply run the commandRobotCode: 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)