forked from valmi-io/valmi-activation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalmi.code-workspace
42 lines (42 loc) · 877 Bytes
/
valmi.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
{
"folders": [
{
"name": "DAGSTER: Dagit and Dagster daemon",
"path": "dagster"
},
{
"name": "DAGSTER: Valmi Repo",
"path": "dagster/valmi_repo"
},
{
"name": "VALMI: Activation",
"path": "."
},
{
"name": "VALMI: Connectors",
"path": "valmi-integrations/connectors"
},
{
"name": "VALMI: App",
"path": "valmi-app"
},
{
"name": "VALMI: App Backend",
"path": "valmi-app-backend"
},
{
"name": "VALMI: Source Dbt Project",
"path": "valmi-integrations/valmi_dbt_source_transform"
},
{
"name": "PACKAGE: valmi-connector-lib",
"path": "packages/valmi-connector-lib/"
},
],
"settings": {
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
}