diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-19 02:22:55 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-19 02:22:55 +0300 |
commit | 3d94211018aa28c32605e001e62b3dbe7f9305f3 (patch) | |
tree | 50c42120d7f4030700a57198340c1c36d87cea15 /.vscode/extensions.json |
v0.0.1
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r-- | .vscode/extensions.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..12ffc20 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "dbaeumer.vscode-eslint" + ] +} |