Skip to content

Commit f703482

Browse files
committed
Refactor activate() to use await
Closes redhat-developer#2906 Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 5c0123f commit f703482

File tree

2 files changed

+561
-270
lines changed

2 files changed

+561
-270
lines changed

src/commands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export namespace Commands {
283283

284284
export const NOT_COVERED_EXECUTION = '_java.notCoveredExecution';
285285

286-
export const MEATDATA_FILES_GENERATION = '_java.metadataFilesGeneration';
286+
export const METADATA_FILES_GENERATION = '_java.metadataFilesGeneration';
287287

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

0 commit comments

Comments
 (0)