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 Jan 30, 2023
1 parent 6765a6e commit b2a4279
Show file tree
Hide file tree
Showing 2 changed files with 560 additions and 269 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 b2a4279

Please sign in to comment.