mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Fix #22083
This commit is contained in:
@@ -316,7 +316,7 @@ export class ExtensionScanner {
|
||||
|
||||
const {id, version} = getIdAndVersionFromLocalExtensionId(folder);
|
||||
|
||||
if (!id && !version) {
|
||||
if (!id || !version) {
|
||||
nonGallery.push(folder);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user