diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-03-20 01:08:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 00:08:42 +0100 |
commit | 8bf4173e31a4018fb277c871df7d8d31c98dba0b (patch) | |
tree | cfef73827f10e73d5974cd017f89575592c8f34b /.gitpod.yml | |
parent | fa100618c4b644346bf5666f92d33dce0747d0a2 (diff) | |
download | gitea-8bf4173e31a4018fb277c871df7d8d31c98dba0b.tar.gz gitea-8bf4173e31a4018fb277c871df7d8d31c98dba0b.zip |
Switch to the maintained vitest extension (#29914)
https://marketplace.visualstudio.com/items?itemName=zixuanchen.vitest-explorer
was moved to
https://marketplace.visualstudio.com/items?itemName=vitest.explorer
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index ed2f57f4bf..f573d55a76 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -42,7 +42,7 @@ vscode: - DavidAnson.vscode-markdownlint - Vue.volar - ms-azuretools.vscode-docker - - zixuanchen.vitest-explorer + - vitest.explorer - qwtel.sqlite-viewer - GitHub.vscode-pull-request-github |