Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jul 10, 2024
1 parent 6cbd013 commit b582554
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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}"
],
Expand All @@ -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"
]
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b582554

Please sign in to comment.