Closed Ankush-lastmile closed 8 months ago
[vscode] Fix package.json path parsing issue
Summary:
Ran into trouble when attempting to package the vscode extension due to errors parsing the logo path.
Running vsce package locally resulted in the following error:
vsce package
ERROR The specified icon 'extension/./static/Logo.png' wasn't found in the extension.
This diff attempts to fix that.
Test Plan:
vsce package and installed locally
Stack created with Sapling. Best reviewed with ReviewStack.
[vscode] Fix package.json path parsing issue
Summary:
Ran into trouble when attempting to package the vscode extension due to errors parsing the logo path.
Running
vsce package
locally resulted in the following error:ERROR The specified icon 'extension/./static/Logo.png' wasn't found in the extension.
This diff attempts to fix that.
Test Plan:
vsce package
and installed locallyStack created with Sapling. Best reviewed with ReviewStack.
1422