From 620c3c5a930672856a6558be915ce641bdc1fe28 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 5 Feb 2025 00:26:57 +0100 Subject: [PATCH 1/2] Formatting fix --- .github/workflows/test-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-dependabot.yml b/.github/workflows/test-dependabot.yml index 77d950f..a7db533 100644 --- a/.github/workflows/test-dependabot.yml +++ b/.github/workflows/test-dependabot.yml @@ -29,4 +29,4 @@ jobs: run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 5c56f917d260ba23bd88d134234cde74e18df2a5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 5 Feb 2025 00:27:17 +0100 Subject: [PATCH 2/2] Only show LTS versions --- src/deno/devcontainer-feature.json | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/src/deno/devcontainer-feature.json b/src/deno/devcontainer-feature.json index a6097d5..547afd7 100644 --- a/src/deno/devcontainer-feature.json +++ b/src/deno/devcontainer-feature.json @@ -9,24 +9,7 @@ "proposals": [ "latest", "none", - "1.41.0", - "1.40.5", - "1.39.4", - "1.38.5", - "1.37.2", - "1.36.4", - "1.35.3", - "1.34.3", - "1.33.4", - "1.32.5", - "1.31.3", - "1.30.3", - "1.29.4", - "1.28.3", - "1.27.2", - "1.26.2", - "1.25.4", - "1.24.3" + "2.1.9" ], "default": "latest", "description": "Select or enter a Deno version to install" @@ -34,11 +17,11 @@ }, "customizations": { "vscode": { - "settings": { - "deno.enable": true, - "deno.lint": true, - "editor.defaultFormatter": "denoland.vscode-deno" - }, + "settings": { + "deno.enable": true, + "deno.lint": true, + "editor.defaultFormatter": "denoland.vscode-deno" + }, "extensions": [ "denoland.vscode-deno" ]