Browse Source

ref: vsc settings; disable deno

Sv443 2 tháng trước cách đây
mục cha
commit
ad7b96e40b
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      .vscode/settings.json

+ 7 - 1
.vscode/settings.json

@@ -1,6 +1,10 @@
 {
-  "javascript.preferences.importModuleSpecifier": "relative",
   "typescript.tsdk": "node_modules/typescript/lib",
+  "typescript.preferences.importModuleSpecifier": "non-relative",
+  "javascript.preferences.importModuleSpecifier": "non-relative",
+  "typescript.preferences.importModuleSpecifierEnding": "js",
+  "javascript.preferences.importModuleSpecifierEnding": "js",
+  "npm.packageManager": "pnpm",
 
   "search.exclude": {
     "**/*.user.js": true,
@@ -12,6 +16,8 @@
   },
   "editor.tabSize": 2,
 
+  "deno.enable": false,
+
   // requires extension: fabiospampinato.vscode-highlight
   "highlight.regexes": {
     "(TODO(\\((\\s|\\d|\\w|[,.-_+*&])+\\))?:?)": { // TODO: or TODO or TODO(xy): but not todo or todo: