Unverified Commit 5faab264 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #279400 from js6pak/vscode-extensionJson-relativeLocation

vscode-utils: add relativeLocation in toExtensionJson
parents c0c2f290 08d28f1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@ let

    version = ext.version;

    relativeLocation = ext.vscodeExtUniqueId;

    location = {
      "$mid" = 1;
      fsPath = ext.outPath + "/share/vscode/extensions/${ext.vscodeExtUniqueId}";