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

Version mismatch warning with latest canary #1141

Closed 0f-0b closed 3 months ago

0f-0b commented 3 months ago

Describe the bug

The extension reports a warning saying Deno is outdated when used with the latest canary version of Deno.

To Reproduce

  1. Upgrade Deno to 1.46.0-rc.0+631e175.
  2. Start the language server.
  3. See the warning below.

Expected behavior

No warning.

Screenshots

Warning notification from the Deno extension: The version of Deno language server ("1.46.0-rc.0+631e175") does not meet the requirements of the extension (">=1.17.0"). Please update Deno and restart.

Versions