We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7dd5a commit 4c210e7Copy full SHA for 4c210e7
README.md
@@ -28,6 +28,11 @@ The following Visual Studio Code settings are available for the RelativePath ext
28
29
// Removes the leading ./ character when the path is pointing to a parent folder.
30
"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
+ ],
36
```
37
38
## Bugs
0 commit comments