We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90878ee commit fe98efbCopy full SHA for fe98efb
integration/vscode/ada/src/alsExecuteCommand.ts
@@ -91,9 +91,9 @@ export const alsCommandExecutor = (client: LanguageClient): CommandExecutor => {
91
);
92
if (!proceedWithExecution) return Promise.resolve(undefined);
93
} else if (command === 'als-reload-project') {
94
- // Clear the cache and the predefined tasks when the project
+ // Clear the cache and the predefined tasks when the project
95
// has been reloaded.
96
- adaExtState.clearCacheAndTasks('project has been reloading: clearing caches and tasks');
+ adaExtState.clearCacheAndTasks('project is being reloaded: clearing caches and tasks');
97
}
98
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
99
return next(command, args);
0 commit comments