Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 11, 2024
1 parent db40e1c commit 2f1fc6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist
.output
.vinxi
pnpm-lock.yaml
node_modules
6 changes: 6 additions & 0 deletions packages/workflow-languageserver/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @pipelineui/workflow-languageserver

> [!NOTE]
> This is just a wrapper around [@actions/languageserver](https://github.com/actions/languageservices/tree/main/languageserver)
Init a connection in a web worker (so this package is browser only now) instead of importing all node related modules from original package

0 comments on commit 2f1fc6d

Please sign in to comment.