Wikitext-VSCode-Extension
Wikitext-VSCode-Extension copied to clipboard
Implement checking for editing conflict
- [ ] When posting, send out the revision ID and timestamp.
- [ ] Try to resolve the conflict remotely or locally.
- [ ] After the remote solution is resolved, return success directly,
- [ ] or Open diff locally and let the editor resolve conflicts manually.
- [ ] Post the resolved edit.