mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-03 16:39:16 +00:00
Added download prompt to download glslangValdiator
This commit is contained in:
parent
db321c8566
commit
c5fc9ffedd
7 changed files with 342 additions and 32 deletions
2
setup.py
2
setup.py
|
@ -1,7 +1,6 @@
|
|||
import urllib.request
|
||||
import zipfile
|
||||
from io import BytesIO
|
||||
import shutil
|
||||
import os as o
|
||||
|
||||
os = {
|
||||
|
@ -31,4 +30,5 @@ def main():
|
|||
print('glslangValidator downloaded. Add this line to your VSCode settings:\n"mcglsl.glslangValidatorPath": "' + o.getcwd() + '/' + 'glslangValidator"')
|
||||
return
|
||||
print('There was an error :(')
|
||||
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue