What's Changed
- Add Zed Editor Extension, Fix #239 by @foxoman in #250
- Adds nimsuggest idle timeout. by @jmgomez in #251
- adds
extension/tasks
which returns all nimble tasks for the current project by @jmgomez in #256 - Removes
pcre
dep by @jmgomez in #259 - implements
extension/runTask
by @jmgomez in #261 - Only send lsp status updates when the lsp status changes by @jmgomez in #263
- Convert utf8 column position to utf16 by @doongjohn in #264
- Uses
setup-nimble-action
in CI by @jmgomez in #268 - fix: format fail by @NamPNQ in #267
- Adds
excNimbleTask
extension capability by @jmgomez in #270 - updates setup-nimble-action by @jmgomez in #269
- Integrates
nim check
as opt-out replacement fornimsuggest chk
by @jmgomez in #271 - Handles .nimble and .nims files. Fixes #36 by @jmgomez in #273
- Expands macros when hovering a skMacro by @jmgomez in #274
- Expands arc when hovering a proc by @jmgomez in #275
- Fixes nim check misleading errors in nimble files due to nimscriptapi by @jmgomez in #276
- Allow numbers in nimble tasks detection by @jmgomez in #277
- Fixes a nimsuggest crash when working with nimble files by @jmgomez in #278
- Adds the concept of
idleFile
a file by @jmgomez in #280 - Improves process handling by @jmgomez in #282
- bump version 1.8.0 by @jmgomez in #283
New Contributors
- @foxoman made their first contribution in #250
- @doongjohn made their first contribution in #264
- @NamPNQ made their first contribution in #267
Full Changelog: v1.6.0...v1.8.0