From 9c61f760a82a19a9b1aca2dbd1cbe451d812128a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:50:59 -0300 Subject: [PATCH] Add VS Code extension recommendations (#1495) VS Code `extension.json` recommends this extension: - EditorConfig for VS Code - id: editorconfig.editorconfig --- .vscode/extensions.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..fda5ad57 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "editorconfig.editorconfig" + ] +}