I wasn't able to get the extension running, due to a file-not-found error in main.js line 138
Was able to solve this by navigating to /~/Library/Application Support/Nova/Extensions/com.johnlindop.nova-typescript/bin, running touch lastUpdated, and then restarting the extension.
Unfortunately, Typescript LSP does not appear to be doing anything. No code hints, errors for badly formed code, just nothing. And the standard Typescript Nova extension is not giving me memory heap errors on one of my projects. (LSP is not giving me feedback on either that one, or my normal ones which the default extension can still handle fine.)
Sigh. Dark days in Nova land.
I wasn't able to get the extension running, due to a file-not-found error in
main.jsline 138Was able to solve this by navigating to
/~/Library/Application Support/Nova/Extensions/com.johnlindop.nova-typescript/bin, runningtouch lastUpdated, and then restarting the extension.Unfortunately,
Typescript LSPdoes not appear to be doing anything. No code hints, errors for badly formed code, just nothing. And the standardTypescriptNova extension is not giving me memory heap errors on one of my projects. (LSP is not giving me feedback on either that one, or my normal ones which the default extension can still handle fine.)Sigh. Dark days in Nova land.