lastmile-ai / aiconfig

AIConfig is a config-based framework to build generative AI applications.
https://aiconfig.lastmileai.dev
MIT License
963 stars 79 forks source link

[vscode] Fix package.json path parsing issue #1423

Closed Ankush-lastmile closed 8 months ago

Ankush-lastmile commented 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:

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

Screenshot 2024-03-11 at 1 40 27 PM

Stack created with Sapling. Best reviewed with ReviewStack.