Skip to content

Commit

Permalink
Force language to 'quarkus-properties' doesn't work for
Browse files Browse the repository at this point in the history
application.properties

Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored and datho7561 committed Aug 22, 2024
1 parent b9cb9e3 commit 8dedecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function displayWelcomePageIfNeeded(context: ExtensionContext): void {
}
}

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

/**
* Update if required the language ID to 'quarkus-properties' if needed.
Expand Down

0 comments on commit 8dedecb

Please sign in to comment.