mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Read custom data from experimental scope. Fix #68554
This commit is contained in:
@@ -55,7 +55,7 @@ export function getCustomDataPathsFromAllExtensions(): string[] {
|
||||
contributes.html.experimental.customData &&
|
||||
Array.isArray(contributes.html.experimental.customData)
|
||||
) {
|
||||
const relativePaths: string[] = contributes.html.customData;
|
||||
const relativePaths: string[] = contributes.html.experimental.customData;
|
||||
relativePaths.forEach(rp => {
|
||||
dataPaths.push(path.resolve(extension.extensionPath, rp));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user