denoland / vscode_deno

Visual Studio Code plugin for Deno
https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno
MIT License
1.5k stars 146 forks source link

feat: disable "enableProjectDiagnostics" on enable #1191

Closed nayeemrmn closed 4 weeks ago

nayeemrmn commented 1 month ago

The diagnostics from this setting cannot be suppressed by our plugin: https://github.com/denoland/vscode_deno/issues/437#issuecomment-1720393193. When users see diagnostics from both ts and deno-ts, this has always been the cause. So disable it for the workspace if it's enabled there or in user settings.

Non-exhaustive list of reports: https://github.com/denoland/vscode_deno/issues/66#issuecomment-1316154839

466

https://github.com/denoland/vscode_deno/issues/668#issuecomment-1159481069

715

1072

1098

1184

1190