forked from Sage-Bionetworks/iAtlas-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiatlasinfra.code-workspace
39 lines (39 loc) · 1.07 KB
/
iatlasinfra.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"cody.codebase": "git@github.com:Sage-Bionetworks/iAtlas-infra.git",
"cody.autocomplete.languages": {
"markdown": true,
"yaml": true
},
"editor.wordWrap": "on",
"markdown-preview-github-styles.colorTheme": "light",
"workbench.editor.highlightModifiedTabs": true,
"yaml.customTags": [
"!Base64 scalar",
"!Cidr scalar",
"!And sequence",
"!Equals sequence",
"!If sequence",
"!Not sequence",
"!Or sequence",
"!Condition scalar",
"!FindInMap sequence",
"!GetAtt scalar",
"!GetAtt sequence",
"!GetAZs scalar",
"!ImportValue scalar",
"!Join sequence",
"!Select sequence",
"!Split sequence",
"!stack_output_external scalar",
"!Sub scalar",
"!Transform mapping",
"!Ref scalar",
]
}
}