Skip to content

Commit

Permalink
Changed phpCodeLens to work when test directory starts with capital T
Browse files Browse the repository at this point in the history
  • Loading branch information
PianistaMichal authored and elonmallin committed Jul 31, 2024
1 parent efa2a97 commit 3d91236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeLens/CodeLensFeature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function enableCodeLens(context: ExtensionContext) {
{
language: "php",
scheme: "file",
pattern: "**/test*/**/*.php",
pattern: "**/[tT]est*/**/*.php",
},
new PhpCodeLensProvider(),
);
Expand Down

0 comments on commit 3d91236

Please sign in to comment.