Skip to content

v0.76.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 23:06
· 553 commits to main since this release
v0.76.0
de57e81

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

Performance

  • analyzer: Optimization of the analysis of imports, accelerated by a factor of 3 (321b88d)
  • langserver: Try to use the last initialized namespace for completions to be a bit more responsive (2c6fe37)