Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Neo.Express from vsix #160

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Remove Neo.Express from vsix #160

wants to merge 26 commits into from

Conversation

ngdentdev
Copy link
Collaborator

Removing neo.express from the extension bundle and using the neo.express from local or global instead. This reduces the extension package from 27M to about 700KB.

  • The extension will find neo.express from either local or global, but local takes precedence
  • The extension will prompt if there are new versions available for update
  • Added some tests

@ngdentdev ngdentdev requested a review from devhawk January 25, 2023 00:39
@devhawk devhawk requested a review from JohndeVadoss January 25, 2023 18:18
package.json Outdated Show resolved Hide resolved
…st. It costly(install/uninstall/impacts overall sytem with global option) to test installer code with integration test
…th jest packages. for now ping the version to 4.6.3. We will have to revist this.

ERROR in ./src/extension/index.ts
Module build failed (from ./node_modules/ts-loader/index.js):
Error: Debug Failure. False expression: Non-string value passed to `ts.resolveTypeReferenceDirective`, likely by a wrapping package working with an outdated `resolveTypeReferenceDirectives` signature. This is probably not a problem in TS itself.
    at Object.resolveTypeReferenceDirective (/Users/weijie/code/neo/neo3-visual-tracker/node_modules/typescript/lib/typescript.js:42530:18)
    at /Users/weijie/code/neo/neo3-visual-tracker/node_modules/ts-loader/dist/servicesHost.js:679:18
    at /Users/weijie/code/neo/neo3-visual-tracker/node_modules/ts-loader/dist/servicesHost.js:118:141
    at Array.map (<anonymous>)
    at Object.resolveTypeReferenceDirectives (/Users/weijie/code/neo/neo3-visual-tracker/node_modules/ts-loader/dist/servicesHost.js:118:124)
    at actualResolveTypeReferenceDirectiveNamesWorker (/Users/weijie/code/neo/neo3-visual-tracker/node_modules/typescript/lib/typescript.js:116611:163)
    at resolveTypeReferenceDirectiveNamesWorker (/Users/weijie/code/neo/neo3-visual-tracker/node_modules/typescript/lib/typescript.js:116911:26)
    at processTypeReferenceDirectives (/Users/weijie/code/neo/neo3-visual-tracker/node_modules/typescript/lib/typescript.js:118393:31)
    at findSourceFileWorker (/Users/weijie/code/neo/neo3-visual-tracker/node_modules/typescript/lib/typescript.js:118278:21)
    at findSourceFile (/Users/weijie/code/neo/neo3-visual-tracker/node_modules/typescript/lib/typescript.js:118133:26)

webpack 5.37.0 compiled with 1 error in 1100 ms
@devhawk devhawk changed the title Issue157 Remove Neo.Express from vsix Jan 30, 2023
- added don't show again for neo.express location selection
- added force check function don't show again variables are skipped. This is used when user calls install/update from the command pallate
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.

4 participants