From 5557677f1570eb564a30cfcebb6030235dc84d47 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 16 Jan 2022 20:21:22 -0500 Subject: .js ending for vscode imports --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit