Skip to content

Commit 243eb67

Browse files
committed
Added a Downloading notification for glslangValidator
1 parent 2d5d074 commit 243eb67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ async function promptDownloadGlslang() {
7575
}
7676

7777
async function downloadGlslang() {
78+
connection.window.showInformationMessage('Downloading. Your settings will be updated automatically and you\'ll be notified when its done.')
79+
7880
const res = await fetch(url[platform()])
7981

8082
try {

0 commit comments

Comments
 (0)