mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
jdtls: Use Get-Command in script (#5643)
This commit is contained in:
parent
54b74290c6
commit
f612116c30
@ -10,7 +10,7 @@
|
|||||||
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.34.0-202403200828.tar.gz",
|
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.34.0-202403200828.tar.gz",
|
||||||
"hash": "11467f999b38eda6f3f6fe0a9dfdd7bd5daf4b98e5dfe983237176c0f8018db5",
|
"hash": "11467f999b38eda6f3f6fe0a9dfdd7bd5daf4b98e5dfe983237176c0f8018db5",
|
||||||
"installer": {
|
"installer": {
|
||||||
"script": "shim (search_in_path python.exe) $global jdtls \"$dir\\bin\\jdtls\""
|
"script": "shim (Get-Command 'python.exe').Source $global jdtls \"$dir\\bin\\jdtls\""
|
||||||
},
|
},
|
||||||
"uninstaller": {
|
"uninstaller": {
|
||||||
"script": "rm_shim jdtls (shimdir $global) jdtls"
|
"script": "rm_shim jdtls (shimdir $global) jdtls"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user