From 3db1fc00b9ada4b1795c08c607dd7df581e85f54 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Tue, 9 May 2023 14:54:30 +0000 Subject: [PATCH 1/3] Use official vue extension in Gitpod The previous one didn't work well --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 442f434eaaa65..e8b57184a44a9 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 From d9a168aab8dbfc4f82df528ff5d4a4e3312fe3a1 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 9 May 2023 17:42:48 +0200 Subject: [PATCH 2/3] Use proper casing in identifier --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index e8b57184a44a9..f1b2fb195712b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -31,7 +31,7 @@ vscode: - golang.go - stylelint.vscode-stylelint - DavidAnson.vscode-markdownlint - - vue.volar + - Vue.volar - ms-azuretools.vscode-docker - zixuanchen.vitest-explorer - alexcvzz.vscode-sqlite From 753eebffa3e279c316c67138e959765920b0203f Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Tue, 9 May 2023 17:32:02 +0000 Subject: [PATCH 3/3] Trigger build (mergers please enable auto-merge) Signed-off-by: Yarden Shoham