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 e5d5de3 commit c679a6fCopy full SHA for c679a6f
src/main/task/task.ts
@@ -1328,10 +1328,10 @@ export class Task {
1328
}
1329
1330
public async updateAutocompletionData(words?: string[], force = false) {
1331
- logger.info('Updating autocompletion data', {
+ logger.debug('Updating autocompletion data', {
1332
baseDir: this.project.baseDir,
1333
taskId: this.taskId,
1334
- words,
+ words: words?.length,
1335
});
1336
if (words) {
1337
this.eventManager.sendUpdateAutocompletion(this.project.baseDir, this.taskId, words);
0 commit comments