Skip to content

Commit 1084088

Browse files
committed
Integrate vscode theme helpers into monaco-languageclient
1 parent b050946 commit 1084088

19 files changed

Lines changed: 1282 additions & 852 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: '16'
24+
node-version: '18'
2525
- name: Build
2626
shell: bash
2727
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The following table describes which version of **monaco-languageclient** and **m
154154

155155
| monaco-languageclient | monaco-vscode-api | monaco-editor | comment |
156156
| :---- | :---- | :--- | :--- |
157-
| 5.0.0 | 1.69.21 | 0.36.0 | Planned |
157+
| 5.0.0 | 1.69.24 | 0.34.1 | Planned |
158158
| 4.0.3 | 1.69.13 | 0.34.1 | |
159159
| 4.0.1 | 1.69.12 | 0.34.1 | |
160160
| 4.0.0 | 1.69.10 | 0.34.0 | |

0 commit comments

Comments
 (0)