alefragnani / vscode-project-manager

Project Manager Extension for Visual Studio Code
GNU General Public License v3.0
1.87k stars 222 forks source link

[BUG] - Error building on other machine #728

Closed alefragnani closed 5 months ago

alefragnani commented 5 months ago

Environment/version

Steps to reproduce

  1. Clone the repo on windows
  2. Try build
  3. An error occurs refering to vscode-ext-codicons

Reason: The import was refering to the local source of the lib, instead of the published one (from the same place). The commit that changed the path was a mistake, probably occuring while I was updating the lib with new codicons, and tests were made using the local source prior to publishing to npm.