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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ Please be aware - each release archive has an appropriate link to the [VirusTota
275
275
- Improved
276
276
- XMLDiff: The first attribute of elements in XPath will be always added to make a diff more clear.
277
277
- XMLDiff: If one attribute is not enough to define the element, the next one will be added to the XPath, iteratively.
278
-
- XMLDiff: Added the short description of integration with VSCode via RunXMLDiff.bat script and appropriate extension to make a diffs "on the fly" during editing XML files (modified ones).
278
+
- XMLDiff: Added the [short description of integration with VSCode](/forVSCode/XMLDIffwithVSCode.md) via RunXMLDiff.bat script and appropriate extension to make a diffs "on the fly" during editing XML files (modified ones).
Copy file name to clipboardExpand all lines: forVSCode/XMLDIffwithVSCode.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This document describes how to use XMLDiff with Visual Studio Code.
7
7
## Prerequisites
8
8
9
9
- Visual Studio Code
10
-
- XMLDiff.exe and RunXMLDiff.bat from this repository
11
-
- VSCode extension (Run on Save)[https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave] by (emeraldwalk)[https://marketplace.visualstudio.com/publishers/emeraldwalk]
10
+
- XMLDiff.exe and [RunXMLDiff.bat](/forVSCode/RunXMLDiff.bat) from this repository
11
+
- VSCode extension [Run on Save](https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave) by [emeraldwalk](https://marketplace.visualstudio.com/publishers/emeraldwalk)
12
12
13
13
## Steps
14
14
@@ -27,10 +27,10 @@ This document describes how to use XMLDiff with Visual Studio Code.
27
27
│ md.original
28
28
```
29
29
30
-
2. You can scipt creation `*.original` folders, if you will use the `extracted` files folder.
31
-
3. Copy the `RunXMLDiff.bat` file to the root of your project.
30
+
2. You can script creation `*.original` folders, if you will use the `extracted` files folder.
31
+
3. Copy the [RunXMLDiff.bat](/forVSCode/RunXMLDiff.bat) file to the root of your project.
32
32
4. Copy the `XMLDiff.exe` file to the `XMLDiffAndPatch` folder in the root of your project.
33
-
5. Install the VSCode extension (Run on Save)[https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave] by (emeraldwalk)[https://marketplace.visualstudio.com/publishers/emeraldwalk]
33
+
5. Install the VSCode extension [Run on Save](https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave) by [emeraldwalk](https://marketplace.visualstudio.com/publishers/emeraldwalk)
34
34
6. Open the settings of the extension by pressing `Ctrl + ,` and search for `runOnSave.commands`
35
35
7. Add the following configuration to the settings:
36
36
7.1 In case of not to use the "Extracted" files folder, i.e. with `*.original` folders:
0 commit comments