Skip to content

Commit

Permalink
Refactor activate() to use await
Browse files Browse the repository at this point in the history
Closes #2906

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Feb 8, 2023
1 parent 5c0123f commit f703482
Show file tree
Hide file tree
Showing 2 changed files with 561 additions and 270 deletions.
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

0 comments on commit f703482

Please sign in to comment.