Unverified Commit 953a8289 authored by Hong Minhee's avatar Hong Minhee
Browse files

Get rid of `enablePaths` as we now use workspaces

[ci skip]
parent 863a24d4
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
{
  "deno.enable": true,
  "deno.enablePaths": [
    "cli",
    "src",
    "examples/blog",
    "examples/hono-sample",
    "scripts"
  ],
  "deno.unstable": true,
  "editor.detectIndentation": false,
  "editor.indentSize": 2,
+0 −6
Original line number Diff line number Diff line
{
  "deno": {
    "enable": true,
    "enablePaths": [
      "cli",
      "src",
      "examples/blog",
      "examples/hono-sample"
    ],
    "unstable": true
  },
  "ensure_final_newline_on_save": true,