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
The TypeScript Standard Style server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
#540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
I have a project with a workspace with 6 sub folders that have typescripts projects. Each project have ts-standard installed.
Sometimes, when vscode starts up, I get this error:
The TypeScript Standard Style server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
Its weird, but after 5 restart the elapsed time is lower than 1 minute.
All crashes happen because the plugin don't detect the tsconfig.json file:
[Info - 18:18:15] TypeScript Standard Style library loaded from: /home/someuser/somepath/somesubpath/node_modules/ts-standard/index.js
Unable to locate the project file. A project file (tsconfig.json or tsconfig.eslint.json)
Here's what I did
I have a project with a workspace with 6 sub folders that have typescripts projects. Each project have ts-standard installed.
Sometimes, when vscode starts up, I get this error:
Its weird, but after 5 restart the elapsed time is lower than 1 minute.
All crashes happen because the plugin don't detect the tsconfig.json file:
Obviusly the file is there.
What I expected to happen
No TypeScript Standard Style restarts and stop
What seems to have happened
The text was updated successfully, but these errors were encountered: