forked from wso2/vscode-extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbi-extension.code-workspace
More file actions
50 lines (50 loc) · 922 Bytes
/
bi-extension.code-workspace
File metadata and controls
50 lines (50 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"folders": [
{
"path": "workspaces/ballerina/ballerina-visualizer"
},
{
"path": "workspaces/ballerina/ballerina-extension"
},
{
"path": "workspaces/ballerina/component-diagram"
},
{
"path": "workspaces/bi/bi-extension"
},
{
"path": "workspaces/ballerina/ballerina-core"
},
{
"path": "workspaces/ballerina/ballerina-rpc-client"
},
{
"path": "workspaces/ballerina/ballerina-side-panel"
},
{
"path": "workspaces/common-libs/service-designer"
},
{
"path": "workspaces/common-libs/ui-toolkit"
},
{
"path": "workspaces/ballerina/type-diagram"
},
{
"path": "workspaces/ballerina/record-creator"
},
{
"path": "workspaces/ballerina/type-editor"
},
{
"path": "workspaces/common-libs/font-wso2-vscode"
},
{
"path": "workspaces/ballerina/bi-diagram"
},
{
"path": "workspaces/ballerina/data-mapper-view"
}
],
"settings": {}
}