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

quiet plugin unzipping #6138

Closed
akosyakov opened this issue Sep 9, 2019 · 0 comments · Fixed by #6149
Closed

quiet plugin unzipping #6138

akosyakov opened this issue Sep 9, 2019 · 0 comments · Fixed by #6149
Labels
enhancement issues that are enhancements to current functionality - nice to haves good first issue good first issues for new contributors help wanted issues meant to be picked up, require help plug-in system issues related to the plug-in system

Comments

@akosyakov
Copy link
Member

It is very verbose right now:

root INFO unzipping the plugin ProxyPluginDeployerEntry {
  deployer:
   PluginVsCodeFileHandler {
     unpackedFolder:
      '/private/var/folders/h2/m_txl3zj69x8nnhqmj03r2000000gn/T/vscode-unpacked' },
  delegate:
   PluginDeployerEntryImpl {
     originId: 'local-dir:../../plugins',
     pluginId: 'codezombiech.gitignore-0.6.0.vsix',
     map: Map {},
     changes: [],
     acceptedTypes: [],
     currentPath:
      '/Users/vincentfugnitto/workspace/theia/plugins/codezombiech.gitignore-0.6.0.vsix',
     initPath:
      '/Users/vincentfugnitto/workspace/theia/plugins/codezombiech.gitignore-0.6.0.vsix',
     resolved: true,
     resolvedByName: 'LocalDirectoryPluginDeployerResolver' },
  deployerName: 'PluginVsCodeFileHandler' }

We don't need to see the whole json object. It should b replaced by one liner, something like unzipping such id in the following folder.

@akosyakov akosyakov added enhancement issues that are enhancements to current functionality - nice to haves help wanted issues meant to be picked up, require help plug-in system issues related to the plug-in system good first issue good first issues for new contributors labels Sep 9, 2019
@kpge kpge self-assigned this Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves good first issue good first issues for new contributors help wanted issues meant to be picked up, require help plug-in system issues related to the plug-in system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants