Skip to content

Commit

Permalink
refactor: Disable deno.enable in .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Heihokon committed Jun 19, 2024
1 parent 55f73ed commit bac64b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@
"[typescript]": {
"editor.defaultFormatter": null
},
// "deno.enable": true,
// "deno.lint": true,
// "deno.unstable": true
"deno.enable": false,
}

0 comments on commit bac64b8

Please sign in to comment.