diff options
author | Yarden Shoham <git@yardenshoham.com> | 2023-05-09 21:03:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 18:03:50 +0000 |
commit | 4f1065030fb43f72478b068d08ad747b00300168 (patch) | |
tree | 40d123a4c860ae2f63ec6cd70a759ee536f7cefd | |
parent | cd9a13ebb47d32f46b38439a524e3b2e0c619490 (diff) | |
download | gitea-4f1065030fb43f72478b068d08ad747b00300168.tar.gz gitea-4f1065030fb43f72478b068d08ad747b00300168.zip |
Use official Vue extension in Gitpod (#24609)
The previous one didn't work well
---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 442f434eaa..f1b2fb1957 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -31,7 +31,7 @@ vscode: - golang.go - stylelint.vscode-stylelint - DavidAnson.vscode-markdownlint - - johnsoncodehk.volar + - Vue.volar - ms-azuretools.vscode-docker - zixuanchen.vitest-explorer - alexcvzz.vscode-sqlite |