Extension appears to be running but doesn't provide any functionality #59
Description
Unfortunately, the extension does not work at all (except for syntax highlighting) in Nova 1.0b20.
To Reproduce
Steps to reproduce the behavior:
- Update Nova to 1.0b20
- Edit any TypeScript file and try to access properties on imported, typed objects.
- Or even try something simpler like, let test: number = "hello";
- No errors. :(
Expected behavior
I would expect autocomplete to show a list of properties for typed objects.
And I would expect obvious type assignment errors to display an error.
Note: this worked in 1.0b19.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: macOS 10.15.6 (19G2021)
- Nova version: 1.0b20 Build 199815
- Extension version: 1.6.1
- TypeScript version: 3.7.5
- Sidebar information: Running. Version 4.0.2
- NodeJS information:
- node version: 10.16.3
- npm version: 6.11.3
- installation method: Rush.js > pnpm
Additional context
The extension was working until the most recent Nova update (and the extension has not changed to my knowledge).
Since I am working in a monorepo, I also tried setting the path to the TypeScript server, and I still don't get TypeScript support in Nova.
npm-debug.log
Nothing output.