We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5d074 commit 243eb67Copy full SHA for 243eb67
server/src/config.ts
@@ -75,6 +75,8 @@ async function promptDownloadGlslang() {
75
}
76
77
async function downloadGlslang() {
78
+ connection.window.showInformationMessage('Downloading. Your settings will be updated automatically and you\'ll be notified when its done.')
79
+
80
const res = await fetch(url[platform()])
81
82
try {
0 commit comments