Skip to content

Commit bca106a

Browse files
chore: sync schema, editor, and version to workflow v0.9.0 (plugin v0.9.3)
1 parent 22578c6 commit bca106a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

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.8.0 or later.
5+
> This extension requires workflow engine v0.9.0 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.8.0
137+
go install github.com/GoCodeAlone/workflow/cmd/wfctl@v0.9.0
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.8.0
147+
go install github.com/GoCodeAlone/workflow/cmd/workflow-lsp-server@v0.9.0
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.8.2",
5+
"version": "0.9.3",
66
"publisher": "GoCodeAlone",
77
"license": "MIT",
88
"repository": {
@@ -231,7 +231,7 @@
231231
"publish": "vsce publish"
232232
},
233233
"devDependencies": {
234-
"@gocodealone/workflow-editor": "^0.8.0",
234+
"@gocodealone/workflow-editor": "^0.9.0",
235235
"@types/mocha": "^10.0.0",
236236
"@types/node": "^20.0.0",
237237
"@types/vscode": "^1.85.0",

webview-dist/index.js

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

0 commit comments

Comments
 (0)