bicep-types-az/bicep-types-az.code-workspace

31 строка
459 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"name": "github-actions",
"path": "scripts/github-actions"
},
{
"name": "autorest.bicep",
"path": "src/autorest.bicep"
},
{
"name": "generator",
"path": "src/generator"
},
{
"name": "bicep-types",
"path": "bicep-types/src/bicep-types"
}
],
"settings": {
"jest.disabledWorkspaceFolders": [
"bicep-types-az",
"generator",
"bicep-types",
"autorest.bicep",
]
}
}