Skip to content

Activate extension if a java file exists in src directory #3941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Activate extension if a java file exists in src directory
  • Loading branch information
jrstanley authored Feb 3, 2025
commit ce733f180b1bcc16d8bee68f3b6bbc498123414e
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"workspaceContains:*/settings.gradle.kts",
"workspaceContains:.classpath",
"workspaceContains:*/.classpath",
"workspaceContains:src/**/*.java",
"onCommand:_java.templateVariables",
"onCommand:_java.metadataFilesGeneration"
],
Expand Down