Skip to content

Commit 8dedecb

Browse files
angelozerrdatho7561
authored andcommitted
Force language to 'quarkus-properties' doesn't work for
application.properties Signed-off-by: azerr <azerr@redhat.com>
1 parent b9cb9e3 commit 8dedecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function displayWelcomePageIfNeeded(context: ExtensionContext): void {
116116
}
117117
}
118118

119-
const APP_PROPERTIES_PATTERN = /^application(?:-[A-Za-z]+)\.properties$/;
119+
const APP_PROPERTIES_PATTERN = /^application(?:-[A-Za-z]+)?\.properties$/;
120120

121121
/**
122122
* Update if required the language ID to 'quarkus-properties' if needed.

0 commit comments

Comments
 (0)