From acbcc357035aabccfef35b8b3e02c4224cb3e535 Mon Sep 17 00:00:00 2001 From: Mikhail Chechnev Date: Sun, 24 Sep 2023 22:28:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20VSCode=20=D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B2=20=D1=81=D0=B8=D0=BD=D1=85=D1=80=D0=BE?= =?UTF-8?q?=D0=BD=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +---- .vscode/settings.json | 8 ++++++++ 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 45ec153..a338e5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ # Dependency directories -node_modules/ - -# VS Code -.vscode/ \ No newline at end of file +node_modules/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..36ba82a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "[javascript]": {}, + "[json]": { + "editor.quickSuggestions": { "strings": true } + } +}