mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 11:44:44 +00:00
Added a Downloading notification for glslangValidator
This commit is contained in:
parent
2d5d074157
commit
243eb671bc
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue