You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I specify the --backend:js and -d:js parameters everything works fine, tested with:
nimble as a project file (the backend specification in the nimble file did nothing, had to be via command line)
with a nim file it worked and the define could be as a parameter of cfg
This has a work around, extension authors can help here by passing the backend parameter -- this is done in the nim vscode plugin, but not the TS plugin, IIRC.
My thoughts on a more meaningful fix are as follows, if nimsuggest is going to treat the nimble file as a project file, then it should be more nimble aware an get the backend from there. Alternatively, if nimble is going to track this information then it should be more nimsuggest aware and provide a properly configured nimsuggest instance that it can launch for the user or an editor.
nimsuggest reports an error even with the simplest Karax code, simply if buildHtml is called:
Nimsuggest output:
The text was updated successfully, but these errors were encountered: