Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Check package.json dependencies for @evidence-dev/* libraries to enable Evidence app dev/extension commands #43

Closed
3 tasks done
RandomFractals opened this issue May 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@RandomFractals
Copy link
Contributor

RandomFractals commented May 31, 2023

  • Create utils/jsonUtils.ts to load package.json from the open project workspace
  • Add hasDependency() to the new jsonUtils.ts to check for any dev and regular node.js dependencies
  • Use new jsonUtils in extension activation method to enable Start Dev Server command, etc.
@RandomFractals RandomFractals added the enhancement New feature or request label May 31, 2023
RandomFractals added a commit that referenced this issue May 31, 2023
…dependency (#43)

- use it as an extra check for a valid Evidence project and enabling all the ext. commands
- reorder imports in extension.ts
- add status display code comments
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant