Skip to content

Commit a312e48

Browse files
committed
update README
1 parent 291af1a commit a312e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This extension contributes the following settings:
3232
- `ooxml.outPutFilePath`:
3333
String that specifies the absolute file path to write the output of the validator. If the file name does not end in ".json" or ".csv", ".csv" will be appended to the filename and saved as a .csv file. Path **MUST** be absolute. If no value is set, no log file will be saved.
3434
- `ooxml.overwriteLogFile`: If true, the log file will overwrite previous log files of the same name if they exist. If false, a unique timestamp is added to the filename. Default is false.
35+
- `ooxml.dotNetPath`: The absolute path to the .Net Runtime. Path **MUST** be absolute. If not set, the extension will use [.NET Install Tool for Extension Authors](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime) to download the .Net Runtime.
3536

3637
## Release Notes
3738

0 commit comments

Comments
 (0)