v0.76.0
Bug Fixes
- langserver: Add duplicated imports to references (e603628)
- langserver: Correct variable handling from resource imports (619eee4)
- vscode: Correct resolving resource documentation in keywords treeview (2935bb8)
Features
-
langserver: Introduce new setting
robotcode.analysis.cache.ignoreArgumentsForLibrary
(bb55ff4)This is usefull if you have library that get's variables from a python file that contains complex data like big dictionaries or complex objects that robotcode can't handle.
-
marketplace: Create a Q&A discussion category on github (605377d)
as a second way to ask questions and collect answers about robotcode I created a discussion group on the RobotCode github repository
-
vscode: Use the official python extension api to get informations about python environments (c032814)
closes [ENHANCEMENT] Integrate new Python Extension API #215