diff --git a/openvidu-meet.code-workspace b/openvidu-meet.code-workspace index 3506843..a85ac12 100644 --- a/openvidu-meet.code-workspace +++ b/openvidu-meet.code-workspace @@ -8,6 +8,7 @@ "name": "openvidu-meet (root)", "path": ".", }, + { "name": "openvidu-meet (CE)", "path": "meet-ce", @@ -16,14 +17,14 @@ "name": "openvidu-meet (PRO)", "path": "meet-pro", }, - { - "name": "testapp", - "path": "testapp", - }, { "name": "shared-meet-components", "path": "meet-ce/frontend/projects/shared-meet-components", }, + { + "name": "meet-testapp", + "path": "testapp", + }, { "name": "meet-webcomponent", "path": "meet-ce/frontend/webcomponent", @@ -34,13 +35,13 @@ "**/meet-ce": true, "**/meet-pro": true, "**/webcomponent": true, + "**/webhooks-snippets": true, + "**/testapp": true, "**/.angular": true, "**/public": true, "**/dist": true, "**/node_modules": true, "**/test-results": true, - "**/webhooks-snippets": true, - "**/testapp": true, }, "jest.disabledWorkspaceFolders": ["openvidu-meet", "typings", "frontend"], "mochaExplorer.files": "tests/e2e/**/*.test.ts",