Skip to content

Commit 30818d1

Browse files
committed
docs(vscode): update notes and add demo video for better usage guidance
1 parent abf81f8 commit 30818d1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

XMLDIffWithVSCode.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,16 @@ The script will output error messages and exit with a non-zero status code if an
109109

110110
If the script runs successfully, it will output a message indicating that the XMLDiff operation completed successfully and provide the path to the generated diff file.
111111

112-
### Notes
112+
## Notes
113113

114114
- Ensure that the `XMLDiff.exe` utility is accessible and has the necessary permissions to execute.
115115
- The script assumes that the modified file path follows the convention where the last folder in the path is of the form `type.modified`.
116+
- If you have some beautification plugins for XML use the alternative save (Ctrl + K S, i.e. "Save without Formatting), which will not involve them, to get the diff as small as possible.
116117

117-
### License
118+
## Small demo
119+
120+
![Small demo video](https://www.youtube.com/watch?v=Jm5Yfu7PrmI)
121+
122+
## License
118123

119124
This script is provided "as-is" without any warranty. Use it at your own risk.

0 commit comments

Comments
 (0)