Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Make broker preserve extensions for downloaded plugins #61

Closed
wants to merge 1 commit into from

Commits on May 17, 2019

  1. Make broker preserve extensions for downloaded plugins

    - Add function DownloadPreserveFilename to ioutil
      - Attempts to use Content-Disposition header to determine filename
      - If unable, behaves as previous Download() function
      - Necessary for keeping file extensions (e.g. .theia for theia
        plugins)
    - Make broker add file extension, if available, to copied local plugins
      - This is necessary as files without .theia extension are not picked
        up as plugins at workspace runtime
    - Remove mentions of VS Code in logging when step can apply to Theia
      plugins as well
    - gofmt ran automatically on edited files so there are some formatting
      changes.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed May 17, 2019
    Configuration menu
    Copy the full SHA
    6b69c34 View commit details
    Browse the repository at this point in the history