mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 06:17:27 +02:00
chore(vscode): update to 1.56.0
This commit is contained in:
@@ -44,3 +44,7 @@ export function removeFileFromParseCache(document: TextDocument) {
|
||||
const filename = document.uri.toString();
|
||||
_parseCache.delete(filename);
|
||||
}
|
||||
|
||||
export function clearParseCache() {
|
||||
_parseCache.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user