From 8426cb7166e142fe2dec1a39af1f16abc56f5461 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 22 Apr 2024 14:13:44 +0530 Subject: [PATCH] chore: bump vib action, update recommended extensions Signed-off-by: K.B.Dharun Krishna --- .github/workflows/image.yml | 2 +- .vscode/extensions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 971b0e0..1d8b08f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.6.2 + - uses: vanilla-os/vib-gh-action@v0.7.0 with: recipe: 'recipe.yml' diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c0a6e5a..a7cea0b 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,3 +1,3 @@ { - "recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"] + "recommendations": ["Vue.volar"] }