Closed wmitrus closed 2 years ago
same problem here
Me too. I had to downgrade to v11 to make it work.
Hello, thanks for your report! I see that many people have the same issue.
Unfortunately, I can't reproduce, it works fine on my side (using Ubuntu 22.04, Node.js v18.11.0, npm v8.19.2, ts-standard v12.0.1, VSCode v1.72.2).
Also, all issues related to the VSCode extension should be open on the vscode-standard repository. And this issue is a duplicate of https://github.com/standard/vscode-standard/issues/483.
I will close this issue but please continue investigating and discussing the problem, in the issue linked above, so hopefully, we can find a solution and we can have a way to reproduce it.
What version of this package are you using? v12.0.1
What operating system, Node.js, and npm version? Windows 10 node -v v16.18.0 npm -v 8.19.2
What happened? My project is configured to work with vscode-standard extension. It works with version 11 of ts-standard. After Upgrade to v12 TypeScript Standard Style server is not able to find tsconfig.json
Output:
.vscode/settings.json
tsconfig.json
What did you expect to happen?
Typescript standard engine should do autofix code
Are you willing to submit a pull request to fix this bug?