Skip to content

Commit

Permalink
actions: release
Browse files Browse the repository at this point in the history
version 1.7.9
fixing some build system compatability bugs
  • Loading branch information
jaredly committed Jun 25, 2020
1 parent e013e32 commit 6e40e2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,19 @@ NOTE it's important that you don't run the `RunTests.exe` from within an esy she
- Edit the files in editor-extensions/vscode/src/syntaxes
- Run `cd editor-extensions/vscode && npm run build-syntaxes`

## To test your changes in one of the example projects
### To test your changes in one of the example projects
- Open the "Debug" pane in VS Code. Select a debug target. Press "Run"
- It should start up a window titled `[Extension development host]`
- Run `npm install && npm run build` in the project directory
- To reload the server if something goes wrong: `Ctrl/Cmd + Shift + P` "Restart Reason Language Server"

You can then develop on the language server! When you change something, the server will automatically reload.

### Building a new release

- Add a commit with the message `actions: release` (it can have anything in the body), that increments the version in `extensions/vscode/package.json` to the desired version. Github actions will see that commit, and build a new github release.
- then download the .vsix, briefly test it locally, and then use `vsce` to publish the release

## Copyright & License

Copyright © 2018 Jared Forsyth and contributors.
Expand Down
2 changes: 1 addition & 1 deletion editor-extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "IDE & Syntax support for Reason/OCaml",
"author": "Jared Forsyth",
"license": "ISC",
"version": "1.7.8",
"version": "1.7.9",
"publisher": "jaredly",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6e40e2b

Please sign in to comment.