Skip to content

Commit e4c6aaf

Browse files
authored
code lens cache can be created delayed (microsoft#159531)
microsoft#159178
1 parent 5daeec1 commit e4c6aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/codelens/browser/codeLensCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ export class CodeLensCache implements ICodeLensCache {
129129
}
130130
}
131131

132-
registerSingleton(ICodeLensCache, CodeLensCache, false);
132+
registerSingleton(ICodeLensCache, CodeLensCache, true);

0 commit comments

Comments
 (0)