Skip to content

Commit

Permalink
update vscode extension settings
Browse files Browse the repository at this point in the history
Since denoland/vscode_deno v3.34.0 (Feb 25, 2024), command 'Deno: Initialize
Workspace Configuration' now is an alias for 'Deno: Enable' which only sets

    "deno.enable": true

See denoland/vscode_deno@4851ae73 (feat: restore init workspace command as
alias, 2024-01-31)
  • Loading branch information
muzimuzhi committed Oct 11, 2024
1 parent fc4f4c7 commit 4908308
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime/getting_started/setup_your_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ following configuration:

```json
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true
"deno.enable": true
}
```

Expand Down

0 comments on commit 4908308

Please sign in to comment.