Skip to content

Commit 26d2c68

Browse files
authored
Update README.md
1 parent b61daa9 commit 26d2c68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ To use the task-provider for the _Java_ Saxon XSLT Processor, the following sett
6969
"XSLT.tasks.saxonJar": "/path/to/folder/SaxonHE10-0J/saxon-he-10.0.jar"
7070
```
7171

72+
The Saxon XSLT-Java and XSLT-JS TaskProviders are enabled by default. These can be enabled/disable using the following settings properties:
73+
74+
```
75+
"XSLT.tasks.java.enabled": true
76+
"XSLT.tasks.js.enabled": true
77+
78+
```
79+
7280
## Formatting
7381

7482
### VSCode Formatting Command Keyboard Shortcuts

0 commit comments

Comments
 (0)