diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/extensions.json | 3 | ||||
-rw-r--r-- | .vscode/settings.json | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..3df8d33 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": [ "EditorConfig.EditorConfig" ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9e26dfe..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1 +0,0 @@ -{}
\ No newline at end of file |