We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7b98d commit 7acd482Copy full SHA for 7acd482
cli/src/targets.ts
@@ -1042,7 +1042,7 @@ export class Targets {
1042
1043
const includeDetail = path.parse(include.toPath);
1044
1045
- if (includeDetail.ext !== `.rpgleinc`) {
+ if (includeDetail.ext.toLowerCase() !== `.rpgleinc`) {
1046
const possibleName = includeDetail.name.toLowerCase().endsWith(`.pgm`) ? includeDetail.name.substring(0, includeDetail.name.length - 4) : includeDetail.name;
1047
1048
if (this.suggestions.renames) {
0 commit comments