Skip to content

Commit e9ba5d5

Browse files
chore: sync schema, editor, and version to workflow v0.5.5 (plugin v0.5.500)
1 parent 7f0b3dd commit e9ba5d5

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
IDE support for [Workflow Engine](https://github.com/GoCodeAlone/workflow) configuration files: real-time validation, autocomplete, hover docs, snippets, and AI assistant integration via MCP.
44

5-
> This extension requires workflow engine v0.5.4 or later.
5+
> This extension requires workflow engine v0.5.5 or later.
66
77
[![VS Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/GoCodeAlone.workflow-engine)](https://marketplace.visualstudio.com/items?itemName=GoCodeAlone.workflow-engine)
88
[![VS Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/GoCodeAlone.workflow-engine)](https://marketplace.visualstudio.com/items?itemName=GoCodeAlone.workflow-engine)
@@ -134,7 +134,7 @@ The `wfctl` CLI powers command palette commands and MCP integration. It is downl
134134
To install manually instead:
135135

136136
```sh
137-
go install github.com/GoCodeAlone/workflow/cmd/wfctl@v0.5.4
137+
go install github.com/GoCodeAlone/workflow/cmd/wfctl@v0.5.5
138138
```
139139

140140
If you install it manually, set `workflow.wfctl.path` to the binary path so the extension uses your local build instead of auto-downloading.
@@ -144,7 +144,7 @@ If you install it manually, set `workflow.wfctl.path` to the binary path so the
144144
The LSP server binary powers validation, autocomplete, and hover docs. It is downloaded automatically on first activation. You can also install it manually:
145145

146146
```sh
147-
go install github.com/GoCodeAlone/workflow/cmd/workflow-lsp-server@v0.5.4
147+
go install github.com/GoCodeAlone/workflow/cmd/workflow-lsp-server@v0.5.5
148148
```
149149

150150
If you install it manually, set `workflow.lspServer.path` to the binary path so the extension uses your local build instead of auto-downloading.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "workflow-engine",
33
"displayName": "Workflow Engine",
44
"description": "IDE support for Workflow Engine configs — validation, autocomplete, snippets, and AI integration",
5-
"version": "0.5.400",
5+
"version": "0.5.500",
66
"publisher": "GoCodeAlone",
77
"license": "MIT",
88
"repository": {
@@ -231,7 +231,7 @@
231231
"publish": "vsce publish"
232232
},
233233
"devDependencies": {
234-
"@gocodealone/workflow-editor": "^0.5.4",
234+
"@gocodealone/workflow-editor": "^0.5.5",
235235
"@types/mocha": "^10.0.0",
236236
"@types/node": "^20.0.0",
237237
"@types/vscode": "^1.85.0",

0 commit comments

Comments
 (0)