File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.1.0 ] - 2022-05-04
88
99### Added
1010
11+ - Basic syntax highlighting and language configuration for ` gxformat2 ` workflows in YAML.
12+ - Basic schema for native workflows (.ga).
1113- Support schema-based code completion (IntelliSense) for native workflows (.ga).
1214- Support schema-based documentation on hover for native workflows (.ga).
1315- Basic JSON schema-based validation for native workflows (.ga).
Original file line number Diff line number Diff line change 22 "name" : " galaxy-workflows" ,
33 "displayName" : " Galaxy Workflows" ,
44 "description" : " Utilities to assist in the edition of Galaxy (https://galaxyproject.org/) Workflow files." ,
5- "version" : " 0.0.1" ,
6- "publisher" : " galaxyproject" ,
5+ "version" : " 0.1.0" ,
6+ "preview" : true ,
7+ "license" : " MIT" ,
8+ "publisher" : " davelopez" ,
9+ "maintainers" : [
10+ {
11+ "name" : " Simon Bray" ,
12+ "url" : " https://github.com/simonbray"
13+ },
14+ {
15+ "name" : " Wolfgang Maier" ,
16+ "url" : " https://github.com/wm75"
17+ },
18+ {
19+ "name" : " David López" ,
20+ "url" : " https://github.com/davelopez"
21+ }
22+ ],
723 "repository" : {
824 "type" : " git" ,
925 "url" : " https://github.com/davelopez/galaxy-workflows-vscode"
1026 },
27+ "bugs" : {
28+ "url" : " https://github.com/davelopez/galaxy-workflows-vscode/issues"
29+ },
30+ "icon" : " assets/galaxy-logo-icon.png" ,
1131 "engines" : {
1232 "vscode" : " ^1.66.0"
1333 },
You can’t perform that action at this time.
0 commit comments