This is an automated email from the ASF dual-hosted git repository. thurka pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-vscode.git
commit 7e78f94584c6eeea4d9c7e2a067939ab47af9117 Author: Tomas Hurka <[email protected]> AuthorDate: Thu Aug 7 20:34:34 2025 +0200 MAVEN_COMMAND_REGEX fixed after move from netbeans to netbeans-vscode --- vscode/src/test/launcher/launch.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/src/test/launcher/launch.test.ts b/vscode/src/test/launcher/launch.test.ts index f42a405..af79c2d 100644 --- a/vscode/src/test/launcher/launch.test.ts +++ b/vscode/src/test/launcher/launch.test.ts @@ -41,7 +41,7 @@ Mocha.afterEach(() => { myExtension.clearDebugConsoleListeners(); }) -const MAVEN_COMMAND_REGEX = /\/netbeans\/java\/java\.lsp\.server\/vscode\/nbcode\/java\/maven\/bin\/mvn/; +const MAVEN_COMMAND_REGEX = /\/vscode\/nbcode\/java\/maven\/bin\/mvn/; const MAVEN_PLUGIN_RUN_REGEX = /io\.micronaut\.maven:micronaut-maven-plugin:run/; function isMavenCommand(input: string) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
