Skip to content

Commit 4c210e7

Browse files
author
Jakob Werner
committed
Updated readme with new plugin settings
1 parent 6c7dd5a commit 4c210e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ The following Visual Studio Code settings are available for the RelativePath ext
2828

2929
// Removes the leading ./ character when the path is pointing to a parent folder.
3030
"relativePath.removeLeadingDot": false
31+
32+
// An array of extensions to exclude from the relative path url (Useful for used with Webpack or when importing files of mixed types)
33+
"relativePath.excludedExtensions": [
34+
".js"
35+
],
3136
```
3237

3338
## Bugs

0 commit comments

Comments
 (0)