You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump CI from Node 18 to Node 20 (the latest `@vscode/vsce` requires
44
+
Node 20+); bump `actions/setup-node`, `actions/upload-artifact`, and
45
+
`actions/download-artifact` from v3 to v4.
46
+
- Add a grammar test suite (`vscode-tmgrammar-test` for inline-annotated
47
+
unit tests and `vscode-tmgrammar-snap` for snapshot tests over real-world
48
+
Rzk extracted from sHoTT). `npm test` runs both layers; CI invokes it.
49
+
- Update the README to document `rzk.format.enable` and to mention support
50
+
for `*.rzk.tex` files.
51
+
7
52
## v0.4.5 - 2023-12-08
8
53
9
54
- Added some sensible default settings for Rzk files formatting and a message upon formatting for the first time ([#66](https://github.com/rzk-lang/vscode-rzk/pull/66))
| `rzk.path` | `string` | `""` | The path to the `rzk` executable to use for the language server. `""` (default) means that `rzk` executable available in `PATH` will be used. |
49
-
| `rzk.fetchPrereleases` | `boolean` | `false` | If true, will include releases marked as \"pre-release\" on GitHub when fetching the latest binaries. |
| `rzk.path` | `string` | `""` | The path to the `rzk` executable to use for the language server. `""` (default) means that `rzk` executable available in `PATH` will be used. |
50
+
| `rzk.fetchPrereleases` | `boolean` | `false` | If true, will include releases marked as \"pre-release\" on GitHub when fetching the latest binaries. |
51
+
| `rzk.format.enable` | `boolean` | `true` | Enable the Rzk formatter (provided via LSP). Disable to opt out of formatting on save. |
52
+
| `rzk.updateCheckIntervalMinutes` | `number` | `60` | How often (in minutes) to check GitHub for new releases of `rzk`. Only applies to extension-managed installations; set to `0` to disable periodic checks. You can always trigger a check via the `Rzk: Check for updates` command. |
"description": "If true, will include releases marked as \"pre-release\" on GitHub when fetching the latest binaries"
161
+
},
162
+
"rzk.updateCheckIntervalMinutes": {
163
+
"type": "number",
164
+
"default": 60,
165
+
"minimum": 0,
166
+
"description": "How often (in minutes) to check GitHub for new releases of rzk. Only applies to extension-managed installations; set to 0 to disable periodic checks (you can still trigger a check manually via the \"Rzk: Check for updates\" command)."
0 commit comments