-
Notifications
You must be signed in to change notification settings - Fork 3
/
bccm-frontends.code-workspace
56 lines (56 loc) · 1.11 KB
/
bccm-frontends.code-workspace
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
51
52
53
54
55
56
{
"folders": [
{
"path": "submodules/bccm_flutter/bccm_core",
"name": "bccm_core"
},
{
"path": "submodules/bccm_player",
"name": "bccm_player"
},
{
"path": ".",
"name": "bccm: mobile"
},
{
"path": "./kids",
"name": "bccm: kids mobile"
},
{
"path": "../bcc-media-platform/web",
"name": "bccm: web",
},
{
"path": "../bcc-connect-live/flutter",
"name": "live: app"
},
{
"path": "../bcc-connect-live/web",
"name": "live: web"
},
{
"path": "../bcc-connect-live/tvos",
"name": "live: tvos"
},
{
"path": "../bccm-cast-receiver",
"name": "bccm: cast receiver"
},
{
"path": "../bcc-media-tvos",
"name": "bccm: tvos"
}
],
"settings": {
"git.autoRepositoryDetection": "subFolders",
"files.associations": {
".env.dart": "dart",
".env.dart.template": "dart"
},
"graphql-config.load.rootDir": "submodules/bccm_flutter/bccm_core",
"dart.lineLength": 150,
"[dart]": {
"editor.rulers": [150]
}
}
}