Skip to content

Commit fe98efb

Browse files
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Elie Richa <richa@adacore.com>
1 parent 90878ee commit fe98efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/vscode/ada/src/alsExecuteCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ export const alsCommandExecutor = (client: LanguageClient): CommandExecutor => {
9191
);
9292
if (!proceedWithExecution) return Promise.resolve(undefined);
9393
} else if (command === 'als-reload-project') {
94-
// Clear the cache and the predefined tasks when the project
94+
// Clear the cache and the predefined tasks when the project
9595
// has been reloaded.
96-
adaExtState.clearCacheAndTasks('project has been reloading: clearing caches and tasks');
96+
adaExtState.clearCacheAndTasks('project is being reloaded: clearing caches and tasks');
9797
}
9898
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
9999
return next(command, args);

0 commit comments

Comments
 (0)