Skip to content

Commit 413d11d

Browse files
authored
Merge pull request #152 from DeltaXML/release-1.7
Updates for Release 1.7 Reviewed by Tejas Barhate from @DeltaXML
2 parents d9c2cab + f4d5e9c commit 413d11d

15 files changed

+7629
-14195
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ out/xslLexerRun.js
99
src/**
1010
resources/**
1111
sample/**
12+
test/**
1213
.gitignore
1314
tsconfig.json
1415
jest.config.js

notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@ Find all references from <xsl:mode name>
2626
Rename Symbol from <xsl:mode name>
2727
# What doesn't work
2828
Goto Definition from anywhere
29-
Rename Symbol for anywhere other than <xsl:mode name>
29+
Rename Symbol for anywhere other than <xsl:mode name>
30+
31+
Open VS Code with no user-settings
32+
33+
```
34+
vscode-xslt-tokenizer % code --user-data-dir $(mktemp -d)
35+
```

0 commit comments

Comments
 (0)