From 4d8256be22d2690ed01ee29cffc8b8b5b24640ed Mon Sep 17 00:00:00 2001 From: tom <98792+pandrr@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:49:02 +0100 Subject: [PATCH] Update install.md --- docs/install.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 1fd42cc..217e390 100644 --- a/docs/install.md +++ b/docs/install.md @@ -176,13 +176,17 @@ brew install imagemagick ## visual studio code * install extensions: `Editorconfig`, `Eslint` +* add this to your settings.json so the imports jave a .js suffix: +``` + "javascript.preferences.importModuleSpecifierEnding": "js", + "typescript.preferences.importModuleSpecifierEnding": "js", +``` * vscode: in eslint config set to "code actions on save mode" to "all" * vscode: open workspace via "open workspace from file" only from system menu, option not available in the welcome/open panel * good list of files to exclude from search: ``` *.min.js,*.max.js,*.map*,*/ace/*,*dist*,*jsdoc*,*build*,*/public/*,*/logs* ``` - ## copy jobs in build process ### cables