Skip to content

v1.4.0

Compare
Choose a tag to compare
@nickysn nickysn released this 18 Jul 11:11
· 26 commits to master since this release
69e94dd

What's Changed

  • in case rootUri is null, but rootPath is set, take rootPath instead of using by @nickysn in #179
  • tilde expand nimsuggestPath in config. Fixes #190. by @nickysn in #192
  • specify Nim 2.0.2 instead of Nim devel in the lock file. Resolves #193. by @nickysn in #194
  • Restart all nimsuggest instances when exception inlay hints are toggled. Fixes #172. by @nickysn in #195
  • removed the nim.provider: lsp setting from .vscode/settings.json, because it's not needed by our official VS code extension by @nickysn in #196
  • Add Sublime Text section by @AmjadHD in #199
  • Gets the nimsuggest path from nimble when nimble has nimdir by @jmgomez in #200
  • refactor: extracts nimble dump info type by @jmgomez in #201
  • cache nim dump results by @jmgomez in #202
  • Projectsetup by @jmgomez in #204
  • improves test should pick testproject.nim as the main file and prov… by @jmgomez in #206
  • Introduces extension/status by @jmgomez in #208
  • wip project setup. Improves status, better handling on unknown files by @jmgomez in #209
  • Reuses nimsuggests instances in known files by @jmgomez in #211
  • Adds support for nimble dump entryPoints by @jmgomez in #212
  • Trim instances on save to avoid race condition by @jmgomez in #213
  • Introduces extension/statusChanged by @jmgomez in #215

New Contributors

Full Changelog: v1.2.0...v1.4.0