gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.85k stars 422 forks source link

Add `.gitpod.yml` url extension validate #468

Closed mustard-mh closed 1 year ago

mustard-mh commented 1 year ago

Related Issues

Fixes https://github.com/gitpod-io/gitpod/issues/5466

How to Test

vscode:
  extensions:
    - dbaeumer.vscode-eslint
    - svelte.svelte-vscode
    - svelte.svelte-vscode-not-found12
    - https://openvsxorg.blob.core.windows.net/resources/redhat/java/linux-x64/1.13.2022112403/redhat.java-1.13.2022112403@linux-x64.vsix
    - https://openvsxorg.blob.core
    - https://openvsxorg.blob.core.windows.net/resources/timonwong/shellcheck/linux-x64/0.28.2/timonwong.shellcheck-0.28.2@linux-x64.vsix

Screenshot

URL not Installed

image

URL is not .vsix File

image

Quick Fix

image