microsoft / vscode-eslint

VSCode extension to integrate eslint into VSCode
MIT License
1.73k stars 334 forks source link

Plugin not working in vscode #1933

Open weiyanggod opened 2 days ago

weiyanggod commented 2 days ago

The eslint version currently used in my project is 9.11.1. I tried to enable the Use Flat Config configuration of the plugin, but after enabling it, the project still cannot prompt errors. When I run npx Eslint, there are code errors displayed. image image

dbaeumer commented 2 days ago

@weiyanggod can you please provide me with a GitHub repository I can clone that contains a minimal setup demoing the problem you are seeing?

weiyanggod commented 17 hours ago

@dbaeumer https://github.com/weiyanggod/EslintTest.git Hello, this is the repository I created. In the App.vue file, I wrote the wrong code on the fourth line, but the eslint plugin did not prompt me. When I use the eslint command in the console, an error will be displayed.