hyuga: added required, fix installer for windows.

This commit is contained in:
Yuta Sakurai
2024-01-06 16:20:57 +09:00
committed by mattn
parent 87bed91617
commit 223c7382e5
2 changed files with 9 additions and 7 deletions

View File

@@ -55,14 +55,14 @@ rem upgrade pip (windows: use `python -m pip`)
rem and install target package
echo :"%PYTHON%" -m pip install -U pip
"%PYTHON%" -m pip install -U pip
echo :"%PYTHON%" -m pip install %2
"%PYTHON%" -m pip install %2
echo :"%PYTHON%" -m pip install hyuga
"%PYTHON%" -m pip install hyuga
rem exec cmd generate
echo :generate %1.cmd
echo :generate hyuga.cmd
echo @echo off ^
"%BINPATH%%1" %%* ^
"%BINPATH%hyuga" %%* ^
> %1.cmd
type %1.cmd
> hyuga.cmd
type hyuga.cmd

View File

@@ -584,7 +584,9 @@
"command": "hyuga",
"url": "https://github.com/sakuraiyuta/hyuga",
"description": "Yet another hy language server",
"requires": [],
"requires": [
"python3"
],
"root_uri_patterns": [
"__pycache__"
]