From 10efd8a3f3ef2cc02e7c404131d5abbed62bedbd Mon Sep 17 00:00:00 2001 From: Patricio Soriano Date: Wed, 22 Apr 2020 19:17:26 +0200 Subject: [PATCH] setting vscode --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3f7ebc6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +"files.associations": { + // "**/components/*-component.js": "javascriptreact" + "*.js": "javascriptreact" +} \ No newline at end of file