Skip to content

Commit

Permalink
Update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis committed Nov 8, 2024
1 parent 744bf8a commit c894b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_DEV.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Building and publishing via Github Actions
The extension is built as an artifact of Github Actions on every commit to `main`.
It's published on the VSCode marketplace at every tagged commit.
The version of the extension is hardcoded on `client/package.json` and `server/server.py`.
The version of the extension is hardcoded on `client/package.json`, `client/package-lock.json` and `server/server.py`.
### Local development:
Use the devcontainer included or a GitHub Codespace and
* Compile the `client` by running `npm --prefix client run compile`.
Expand Down

0 comments on commit c894b03

Please sign in to comment.