diff --git a/ClearVision.code-workspace b/ClearVision.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/ClearVision.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/mod.code-workspace b/mod.code-workspace deleted file mode 100644 index 6732c67..0000000 --- a/mod.code-workspace +++ /dev/null @@ -1,12 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "extensions": { - "recommendations": [ - "dbaeumer.vscode-eslint" - ] - } -} \ No newline at end of file