Skip to content

Commit

Permalink
hyuga: added required, fix installer for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakuraiyuta authored and mattn committed Jan 6, 2024
1 parent 87bed91 commit 223c738
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions installer/install-hyuga.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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__"
]
Expand Down

0 comments on commit 223c738

Please sign in to comment.