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

[on-hold]: Updated the vscode-uri version. #6712

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 6, 2019

  1. Updated the vscode-uri version.

    To fix the dependency hoisting in the `node_modules`.
    Updated the imports between version `1.x.x` and `2.x.x`.
    
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    794a12c View commit details
    Browse the repository at this point in the history
  2. Revert: #5322

     - This is the default in `vscode-uri@2.x.x`.
     - No need to disable the error throwing if the scheme is missing.
     - No/Invalid URI `scheme` falls back to `file`.
    
    microsoft/vscode#66802 (comment)
    Signed-off-by: Akos Kitta <kittaakos@typefox.io>
    Akos Kitta committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    555e9da View commit details
    Browse the repository at this point in the history