fix unset brackets (#618)
This commit is contained in:
Родитель
962a3d05b2
Коммит
c24deb2797
|
@ -384,7 +384,7 @@ export class ProjectOutlineProvider
|
|||
extension.updateMakefileFilePresent(false);
|
||||
}
|
||||
const unset = localize("Unset", "Unset");
|
||||
return `${kind}: ${unset}`;
|
||||
return `${kind}: [${unset}]`;
|
||||
}
|
||||
|
||||
const pathInSettingsToTest: string | undefined =
|
||||
|
|
Загрузка…
Ссылка в новой задаче