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
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