Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export namespace Commands {

export const NOT_COVERED_EXECUTION = '_java.notCoveredExecution';

export const MEATDATA_FILES_GENERATION = '_java.metadataFilesGeneration';
export const METADATA_FILES_GENERATION = '_java.metadataFilesGeneration';

export const RUNTIME_VALIDATION_OPEN = 'java.runtimeValidation.open';

Expand Down
Loading