Skip to content

Commit

Permalink
update deno config
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 22, 2023
1 parent b9e3bb3 commit 4d2e489
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
"deno.enablePaths": [
"./extensions",
"./internal/cli/embed",
"sdk",
"./pkg/typescript",
"scripts",
"./www/install"
],
"deno.disablePaths": [
"./pkg/typescript/npm"
],
"deno.unstable": true,
"markdownlint.config": {
"no-inline-html": false
Expand Down

0 comments on commit 4d2e489

Please sign in to comment.