mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 20:15:19 +02:00
Update to VS Code 1.52.1
This commit is contained in:
@@ -49,7 +49,7 @@ export class ExtensionsScanner extends Disposable {
|
||||
) {
|
||||
super();
|
||||
this.systemExtensionsPath = environmentService.builtinExtensionsPath;
|
||||
this.extensionsPath = environmentService.extensionsPath!;
|
||||
this.extensionsPath = environmentService.extensionsPath;
|
||||
this.uninstalledPath = path.join(this.extensionsPath, '.obsolete');
|
||||
this.uninstalledFileLimiter = new Queue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user