diff --git a/heat.code-workspace b/heat.code-workspace deleted file mode 100644 index 2e9551c04..000000000 --- a/heat.code-workspace +++ /dev/null @@ -1,11 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - { - "path": "../my_dev_stuff" - } - ], - "settings": {} -} diff --git a/heat/core/linalg/tests/heat.code-workspace b/heat/core/linalg/tests/heat.code-workspace deleted file mode 100644 index f262b6319..000000000 --- a/heat/core/linalg/tests/heat.code-workspace +++ /dev/null @@ -1,11 +0,0 @@ -{ - "folders": [ - { - "path": "../../../.." - }, - { - "path": "../../../../../my_ml_experiments" - } - ], - "settings": {} -}