Skip to content

Commit 74d8b94

Browse files
committed
Simplify the token counting progress notification title
1 parent f95e5fe commit 74d8b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/context/providers/workspace-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class WorkspaceProvider
107107
vscode.window.withProgress(
108108
{
109109
location: vscode.ProgressLocation.Notification,
110-
title: 'Please wait, calculating token counts in the workspace...',
110+
title: 'Please wait, crunching token counts...',
111111
cancellable: false
112112
},
113113
async (_progress) => {

0 commit comments

Comments
 (0)