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
# How to upgrade to next vscode and monaco-editor versions
2
+
3
+
## Preparation
4
+
5
+
- It is assumed `monaco-vscode-api`, `vscode` and `monaco-editor` repos are cloned locally on the same directory level. `monaco-editor` is not required, but helpful
6
+
7
+
## vscode repository
8
+
9
+
- Get the new vscode commit from the new monaco-editor release version (in the package.json there is a `vscodeRef` field)
10
+
- Go to the vscode repo directory, reset to the previous vscodeRef commit
11
+
- Apply the current patch: `patch -p1 < ../monaco-vscode-api/scripts/vscode.patch`
0 commit comments