Skip to content

Commit 185d825

Browse files
chore: sync schema, editor, and version to workflow v0.3.40 (plugin v0.3.4000)
1 parent bc11ee4 commit 185d825

5 files changed

Lines changed: 3052 additions & 1335 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.3.37 or later.
5+
> This extension requires workflow engine v0.3.40 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.3.37
137+
go install github.com/GoCodeAlone/workflow/cmd/wfctl@v0.3.40
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.3.37
147+
go install github.com/GoCodeAlone/workflow/cmd/workflow-lsp-server@v0.3.40
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.3.3700",
5+
"version": "0.3.4000",
66
"publisher": "GoCodeAlone",
77
"license": "MIT",
88
"repository": {
@@ -161,7 +161,7 @@
161161
"publish": "vsce publish"
162162
},
163163
"devDependencies": {
164-
"@gocodealone/workflow-editor": "file:../workflow-editor/gocodealone-workflow-editor-0.1.0.tgz",
164+
"@gocodealone/workflow-editor": "^0.3.40",
165165
"@types/mocha": "^10.0.0",
166166
"@types/node": "^20.0.0",
167167
"@types/vscode": "^1.85.0",

0 commit comments

Comments
 (0)