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 d9feee0 commit a8fe3e5Copy full SHA for a8fe3e5
1 file changed
src/composables/workspace-context.ts
@@ -24,7 +24,7 @@ export function useWorkspaceContext() {
24
25
ctx.loadPackageManifestInfo.delete(uri)
26
ctx.loadWorkspaceCatalogInfo.delete(uri)
27
- logger.info(`[workspace-context] delete cache: ${uri.path}`)
+ logger.info(`[workspace-context] delete dependencies cache: ${uri.path}`)
28
}
29
30
useDisposable(workspace.onDidChangeTextDocument(({ document }) => {
0 commit comments