mirror of https://github.com/microsoft/vscode.git
builtin: dont delete when disabled
This commit is contained in:
parent
2ebd2a7dd2
commit
d9bf02d19e
|
@ -59,7 +59,6 @@ function syncExtension(extension, controlState) {
|
|||
switch (controlState) {
|
||||
case 'disabled':
|
||||
util.log(util.colors.blue('[disabled]'), util.colors.gray(extension.name));
|
||||
rimraf.sync(getExtensionPath(extension));
|
||||
return es.readArray([]);
|
||||
|
||||
case 'marketplace':
|
||||
|
|
Loading…
Reference in New Issue