Added a Downloading notification for glslangValidator

This commit is contained in:
Noah Santschi-Cooney 2018-08-05 00:32:24 +01:00
parent 2d5d074157
commit 243eb671bc
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -75,6 +75,8 @@ async function promptDownloadGlslang() {
}
async function downloadGlslang() {
connection.window.showInformationMessage('Downloading. Your settings will be updated automatically and you\'ll be notified when its done.')
const res = await fetch(url[platform()])
try {