3.8.0
版本发布时间: 2021-08-10 20:05:01
denoland/vscode_deno最新发布版本:3.41.1(2024-10-08 04:32:31)
3.8.0 / 2021.08.10
-
feat: add ability to set cache directory in settings (#477)
The plugin supports setting the
deno.cache
option, which allows setting a specific cache directory for the Deno language server to use. This is similar to theDENO_DIR
environment variable that can be set when invoking Deno on the command line. -
feat: hide the status bar unless
deno.enable
is true (#485)The Deno language server runs in a workspace even when the project isn't enabled for Deno, as the formatting services are still available and the language server needs to keep track of the state of documents in case the workspace does become enabled. It is confusing to see the version of Deno in the status bar. The extension now will not display this information unless the workspace is enabled for Deno.
-
fix: properly handle plugin configuration at startup (#474)
This led to an issue where if Deno started before the built in TypeScript language service in a Deno enabled project, the TypeScript language service diagnostics were not muted and incorrect or duplicate diagnostics were being displayed.
1、 vscode-deno.vsix 2.24MB