Skip to content

Commit

Permalink
doc: update upgrade doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 17, 2024
1 parent 59fd467 commit 36f4d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vscode_monaco_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Fetch the new tag: `git fetch origin <tag>`
- rebase on the new tag: `git rebase <tag>`
- Resolve conflicts / update code (e.g. broken imports)
- Generate new patch: `rm -rf ../monaco-vscode-api/vscode-paches && git format-patch --zero-commit --no-numbered <tag>.. -o '../monaco-vscode-api/vscode-paches'`
- Generate new patch: `rm -rf ../monaco-vscode-api/vscode-paches && git format-patch --zero-commit --no-numbered --no-signature <tag>.. -o '../monaco-vscode-api/vscode-paches'`

## monaco-vscode-api repository

Expand Down

0 comments on commit 36f4d40

Please sign in to comment.