Skip to content

Only use local project's version of angular and typescript, don't download angular anymore#93

Merged
jpike88 merged 2 commits into
nathansbradshaw:mainfrom
jpike88:main
Jul 23, 2026
Merged

Only use local project's version of angular and typescript, don't download angular anymore#93
jpike88 merged 2 commits into
nathansbradshaw:mainfrom
jpike88:main

Conversation

@jpike88

@jpike88 jpike88 commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

fixes #92

This extension is unnecessarily downloading angular and typescript, when angular projects will always have those dependencies available (and at the correct version) in their node_modules folder.

This PR simplifies things by:

  • just using the local versions available
  • no longer trying to download angular anymore

This is simplify maintenance of the extension and make it more flexible and future proof at the same time.

@jpike88

jpike88 commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator Author

@nathansbradshaw please review, i have tested it already. works fine

@jpike88
jpike88 merged commit 28f2090 into nathansbradshaw:main Jul 23, 2026
1 check passed
@jpike88

jpike88 commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator Author

thanks man. please publish :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error: Failed to resolve 'typescript/lib/tsserverlibrary'

2 participants