From b582554b6aea8dcbd20b9123c183c3a2a31ce9e6 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Wed, 10 Jul 2024 11:58:57 +0200 Subject: [PATCH] minor changes --- CHANGELOG.md | 10 ++++++++++ package.json | 12 +++++++----- pnpm-lock.yaml | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d6c5e..bef7ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# viash-vscode v0.0.2 + +## MINOR CHANGES + +* Lowered the minimum vscode version from 1.91.0 to 1.63.0. + +* Added `redhad.vscode-yaml` as an extension dependency. + +* Removed `onLanguage:yaml` as an activation event. + # viash-vscode v0.0.1 Initial release. diff --git a/package.json b/package.json index 23b0aa7..7091942 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "workflows", "nextflow" ], - "version": "0.0.1", + "version": "0.0.2", "repository": { "type": "git", "url": "https://github.com/viash-io/viash-vscode.git" @@ -26,10 +26,9 @@ "Linters" ], "engines": { - "vscode": "^1.91.0" + "vscode": "^1.63.0" }, "activationEvents": [ - "onLanguage:yaml", "workspaceContains:**/*.vsh.{yaml,yml,py,R,r,sh,js,scala,cs}", "workspaceContains:**/_viash.{yaml,yml}" ], @@ -44,7 +43,10 @@ }, "devDependencies": { "@types/node": "~20.14.10", - "@types/vscode": "^1.91.0", + "@types/vscode": "^1.63.0", "typescript": "^5.5.3" - } + }, + "extensionDependencies": [ + "redhat.vscode-yaml" + ] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4910071..9d07f99 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: specifier: ~20.14.10 version: 20.14.10 '@types/vscode': - specifier: ^1.91.0 + specifier: ^1.63.0 version: 1.91.0 typescript: specifier: ^5.5.3