-
Notifications
You must be signed in to change notification settings - Fork 63
Not recognizing TypeScript files in project #46
Comments
Please open the dev tools window in Atom and see if there are any errors reported. If there are not please enter |
Same issue here, nothing in DevTools console. |
We just hit this issue as well and this time it was due to a trailing comma before a closing curly brace. We also noticed that We should probably:
I am going to re-open this because it's a show-stopping issue when users have a configuration file that contains technically invalid JSON that TypeScript nevertheless accepts. |
We can probably wire up notifications if we see them - I'm not sure if we have any way to tell the typescript language server to treat .json files any differently from the current behavior. (This might be a limitation of the sourcegraph wrapper in which case a fix would need to go upstream) |
Hi! is this issue fixed now? |
check the tree setter to fix the issue. settings-core-treesetter |
Specifically, check the "Use Tree Sitter Parsers" box. This worked for me! |
Some of my TS projects are working just fine. Getting outlines, linting, errors, etc.
But this project isn't getting any IDE support and I'm not sure why https://github.com/corvid-coder/nuthatch
Try opening this file in Atom after cloning and see what happens: https://github.com/corvid-coder/nuthatch/blob/master/packages/debug/src/index.ts
The text was updated successfully, but these errors were encountered: