diff --git a/platform.code-workspace b/platform.code-workspace deleted file mode 100644 index 98dcab6..0000000 --- a/platform.code-workspace +++ /dev/null @@ -1,60 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - { - "path": "stubs/protevus" - }, - { - "path": "stubs/ignition" - }, - { - "path": "stubs/console" - }, - { - "path": "stubs/service" - }, - { - "path": "stubs/desktop" - }, - { - "path": "stubs/web" - }, - { - "path": "stubs/mobile" - }, - { - "path": "stubs/IoT" - }, - { - "path": "resources/branding" - }, - { - "path": "resources/ghb-profile" - }, - { - "path": "resources/org-profile" - }, - { - "path": "resources/per-profile" - }, - { - "path": "../resources" - } - ], - "settings": { - "files.exclude": { - "**/resources/**/tests": true - }, - "search.exclude": { - "**/resources/**/tests": true - }, - "dart.testExclude": [ - "**/resourcese/**" - ], - "files.watcherExclude": { - "**/resources/**": true - } - } -} \ No newline at end of file