Skip to content

[Launch.json] Does not support "*" class match in args #29

@adashen

Description

@adashen

Steps

  1. In launch.json add config: "args": "com.microsoft.azuretools.adauth.*",
  2. F5 to start debug
  3. Got error:
    initializationError(org.junit.runner.JUnitCommandLineParseResult)
    java.lang.IllegalArgumentException: Could not find class [com.microsoft.azuretools.adauth.*]
    at org.junit.runner.JUnitCommandLineParseResult.parseParameters(JUnitCommandLineParseResult.java:102)
    at org.junit.runner.JUnitCommandLineParseResult.parseArgs(JUnitCommandLineParseResult.java:50)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions