Skip to content

Commit

Permalink
jdtls: Use Get-Command in script (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Mar 25, 2024
1 parent 54b7429 commit f612116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/jdtls.json
Expand Up @@ -10,7 +10,7 @@
"url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.34.0-202403200828.tar.gz",
"hash": "11467f999b38eda6f3f6fe0a9dfdd7bd5daf4b98e5dfe983237176c0f8018db5",
"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": {
"script": "rm_shim jdtls (shimdir $global) jdtls"
Expand Down

0 comments on commit f612116

Please sign in to comment.