mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-21 18:59:15 +00:00
builtin: dont delete when disabled
This commit is contained in:
@@ -59,7 +59,6 @@ function syncExtension(extension, controlState) {
|
|||||||
switch (controlState) {
|
switch (controlState) {
|
||||||
case 'disabled':
|
case 'disabled':
|
||||||
util.log(util.colors.blue('[disabled]'), util.colors.gray(extension.name));
|
util.log(util.colors.blue('[disabled]'), util.colors.gray(extension.name));
|
||||||
rimraf.sync(getExtensionPath(extension));
|
|
||||||
return es.readArray([]);
|
return es.readArray([]);
|
||||||
|
|
||||||
case 'marketplace':
|
case 'marketplace':
|
||||||
|
|||||||
Reference in New Issue
Block a user