barsikus007

Results 24 comments of barsikus007

same here https://github.com/barsikus007/deb-ounce/tree/blazing-slow

@rrajaste, I found solution: use `get count() {return signal()}` instead of `count: signal()` btw this at least should be mentioned in docs

> rollback to Prettier 2.0 as well as the extension I rollbacked prettier to 2.8.8 and extension to 5.1.0 (then 5.0.3) and problem still exist I rollbacked extension to 3.1.0...

@ozyx ooh, could you give versions of your tools? (cause I have latest 😅) ((except node, which is lts)

@ozyx, I updated tools and packages, but unfortunately, bug still persist..

I modified extension and enabled logging Unlike cli, extension returned me some interesting lines of logs: ```log log.ts:437 ERR [Extension Host] Trace: prettier-eslint [TRACE]: executeOnText returned the following report: Array...

> @barsikus007 Another solution might be to use the Prettier and ESLint vscode plugins instead of this one and have this configuration in settings.json: > > ``` > "editor.defaultFormatter": "esbenp.prettier-vscode",...

> @barsikus007 I have the same issue. For now I'm using eslint-plugin-simple-import-sort instead, which seems to work better with this vscode plugin. thx, I'll try that solution

> > > @barsikus007 Another solution might be to use the Prettier and ESLint vscode plugins instead of this one and have this configuration in settings.json: > > > ```...