aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-01-16 20:21:22 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-01-16 20:21:22 -0500
commit5557677f1570eb564a30cfcebb6030235dc84d47 (patch)
tree47c5cb41d6e2a58b61de4b31f35ae0cef903fe4c
parentd110fe9c7624f91dd12a3a3f3d6cf6e230c2e62c (diff)
downloadtanzanite-5557677f1570eb564a30cfcebb6030235dc84d47.tar.gz
tanzanite-5557677f1570eb564a30cfcebb6030235dc84d47.tar.bz2
tanzanite-5557677f1570eb564a30cfcebb6030235dc84d47.zip
.js ending for vscode imports
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a0c5a18..b1cdace 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -91,5 +91,6 @@
"bold": false,
"italic": false
}
- ]
+ ],
+ "javascript.preferences.importModuleSpecifierEnding": "js"
} \ No newline at end of file