mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2025-04-21 04:05:51 +09:00
update tinymist & powershell-editorservice (#20)
* update tinymist & powershell-editorservice * fix(CI): update psmodulecache
This commit is contained in:
parent
732f11195d
commit
4cf64aa9fb
3 changed files with 8 additions and 8 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
repository: ScoopInstaller/Scoop
|
repository: ScoopInstaller/Scoop
|
||||||
path: scoop_core
|
path: scoop_core
|
||||||
- name: Init Test Suite
|
- name: Init Test Suite
|
||||||
uses: potatoqualitee/psmodulecache@v5.1
|
uses: potatoqualitee/psmodulecache@main
|
||||||
with:
|
with:
|
||||||
modules-to-cache: BuildHelpers
|
modules-to-cache: BuildHelpers
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
repository: ScoopInstaller/Scoop
|
repository: ScoopInstaller/Scoop
|
||||||
path: scoop_core
|
path: scoop_core
|
||||||
- name: Init Test Suite
|
- name: Init Test Suite
|
||||||
uses: potatoqualitee/psmodulecache@v5.1
|
uses: potatoqualitee/psmodulecache@main
|
||||||
with:
|
with:
|
||||||
modules-to-cache: BuildHelpers
|
modules-to-cache: BuildHelpers
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "4.2.0",
|
"version": "4.3.0",
|
||||||
"description": "A common platform for PowerShell development support in any editor or application!",
|
"description": "A common platform for PowerShell development support in any editor or application!",
|
||||||
"homepage": "https://github.com/PowerShell/PowerShellEditorServices",
|
"homepage": "https://github.com/PowerShell/PowerShellEditorServices",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"url": "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v4.2.0/PowerShellEditorServices.zip",
|
"url": "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v4.3.0/PowerShellEditorServices.zip",
|
||||||
"hash": "381f80294645e81bef52f9db07f3f852bb29233ccbdde1a09380ff31655d5289",
|
"hash": "cbe2f11f0076b05d44f148f0c7bbd38a3b30eeeae99c45c6d0c309edff50136a",
|
||||||
"bin": "",
|
"bin": "",
|
||||||
"extract_dir": "",
|
"extract_dir": "",
|
||||||
"checkver": "github"
|
"checkver": "github"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "0.13.4",
|
"version": "0.13.10",
|
||||||
"description": "A brand-new language server for Typst",
|
"description": "A brand-new language server for Typst",
|
||||||
"homepage": "https://github.com/Myriad-Dreamin/tinymist",
|
"homepage": "https://github.com/Myriad-Dreamin/tinymist",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.4/tinymist-win32-x64.exe",
|
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.10/tinymist-win32-x64.exe",
|
||||||
"hash": "023fe59726b0570ddc369b324f53dbb9acb5c6991766436586be94df3f22b674"
|
"hash": "06dedacea6590d1ff8a78b2102a7c67742da023de7c86700fd981a7e6e894324"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue