-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazurelocal-github-io.code-workspace
More file actions
52 lines (52 loc) · 1.07 KB
/
azurelocal-github-io.code-workspace
File metadata and controls
52 lines (52 loc) · 1.07 KB
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
{
"folders": [
{
"name": "azurelocalcloud-azurelocal.github.io",
"path": "."
},
{
"name": "azurelocal-avd",
"path": "../azurelocal-avd"
},
{
"name": "azurelocal-sofs-fslogix",
"path": "../azurelocal-sofs-fslogix"
},
{
"name": "azurelocal-loadtools",
"path": "../azurelocal-loadtools"
},
{
"name": "azurelocal-vm-conversion-toolkit",
"path": "../azurelocal-vm-conversion-toolkit"
},
{
"path": "../azurelocal-toolkit"
},
{
"path": "../demo-repository"
}
],
"settings": {
"files.exclude": {
"**/node_modules": true,
"**/.docusaurus": true,
"**/build": true
},
"search.exclude": {
"**/node_modules": true,
"**/.docusaurus": true,
"**/build": true
}
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"errata-ai.vale-server",
"yzhang.markdown-all-in-one",
"davidanson.vscode-markdownlint",
"unifiedjs.vscode-mdx"
]
}
}