Yan Zhang

Results 232 comments of Yan Zhang

A setting (e.g. `maven.archetype.catalogUrl`) would work, with a default value of the maven central. Note that according to current implementation, metadata of archetypes are retrieved and saved to a local...

First thank @scandinave for creating PR #412 , providing the solution with the new setting mentioned above. After I add a nexus repo into the vscode settings, it does list...

@polardegausser Sorry I mentioned the wrong guy. For the moment, I'm ok with the "quickfix" implementation you created, as long as you guys think it unblocks you and it's helpful...

@eiki25 It's a regression issue also reported in https://github.com/microsoft/vscode-maven/issues/611 . We'll fix it in next release, and update embedded archetypes.json to lastest version.

@jdneo I don't see any available API for the `Progress`, can you point a way?

> maven.executable.options: Specifies default options for all mvn commands. E.g. -o -DskipTests You can modify `maven.executable.options`. And as far as I know you can also use profiles to achieve that.

@joelspadin-garmin Same issue for me, remote scenarios. According to my experiments, both `machine` and `machine-overridable` are affected. When using below API to update config, ```ts vscode.workspace.getConfiguration("foo").update("bar", "value", vscode.ConfigurationTarget.Global) ``` a)...

Any updates on this PR? Can we expect it to be merged soon? I'm a contributor of [JDT Language Server](https://github.com/eclipse/eclipse.jdt.ls), and one of our core component [m2e](https://github.com/eclipse-m2e/m2e-core) is depending on...