Skip to content

Commit 203c8e2

Browse files
committed
docs(README): update VSCode integration details and improve link formatting
1 parent dad5f06 commit 203c8e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Please be aware - each release archive has an appropriate link to the [VirusTota
275275
- Improved
276276
- XMLDiff: The first attribute of elements in XPath will be always added to make a diff more clear.
277277
- 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).
279279

280280
### [0.2.21] - 2025-03-03
281281

forVSCode/XMLDIffwithVSCode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This document describes how to use XMLDiff with Visual Studio Code.
77
## Prerequisites
88

99
- 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)
1212

1313
## Steps
1414

@@ -27,10 +27,10 @@ This document describes how to use XMLDiff with Visual Studio Code.
2727
│ md.original
2828
```
2929
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.
3232
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)
3434
6. Open the settings of the extension by pressing `Ctrl + ,` and search for `runOnSave.commands`
3535
7. Add the following configuration to the settings:
3636
7.1 In case of not to use the "Extracted" files folder, i.e. with `*.original` folders:

0 commit comments

Comments
 (0)