summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2024-07-22 21:38:46 -0700
committerMatthew Miller <matthew@millerti.me>2024-07-22 21:38:46 -0700
commit43404e9c97cc775be092cd0c6bed3eade31b6ede (patch)
tree1f1c64ffefc45dac8a41b29e0ad045da82ac5ec4
parent6f2bba51d973eb6a5b7d132e08c2e5eca28adf1b (diff)
Tell VS Code Deno where to find the root config
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index c069d30..aa6d1ce 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,6 +6,7 @@
"./packages/server",
"./packages/types"
],
+ "deno.config": "./deno.jsonc",
"editor.rulers": [
100
],