Closed
Description
Hi James,
Has same issue #98
Figured out that using workspaces with this definition your extensión works well (same if only app.Test
openned in VS)
{
"folders": [
{
"path": "app"
},
{
"path": "app.Test"
},
{
"path": ".AL-Go"
}
],
"settings": {}
}
But if you change with this one extension stop working. After run test its loading indefinitely and never ends.
{
"folders": [
{
"path": ".AL-Go"
},
{
"path": "app"
},
{
"path": "app.Test"
}
],
"settings": {
}
}
Did you try format workspace file @alexandr-gladkiy @vengo2021 ?
Metadata
Metadata
Assignees
Labels
No labels