Skip to content

Commit

Permalink
Revert "fix: default "deno.enable" to false temporarily (#913)" (#921)
Browse files Browse the repository at this point in the history
This reverts commit d299be8.
  • Loading branch information
nayeemrmn authored Sep 15, 2023
1 parent 74c8c2b commit ae828db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"properties": {
"deno.enable": {
"type": "boolean",
"default": false,
"default": null,
"markdownDescription": "Controls if the Deno Language Server is enabled. When enabled, the extension will disable the built-in VSCode JavaScript and TypeScript language services, and will use the Deno Language Server instead.\n\nIf omitted, your preference will be inferred as true if there is a `deno.json[c]` at your workspace root and false if not.\n\nIf you want to enable only part of your workspace folder, consider using `deno.enablePaths` setting instead.\n\n**Not recommended to be enabled globally.**",
"scope": "resource",
"examples": [
Expand Down

0 comments on commit ae828db

Please sign in to comment.