Skip to content

Test run doesnt start from workspace (overrrides config.json) #102

Closed
@VadymPatuk

Description

@VadymPatuk

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions