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 b4b848b commit 6d83c45Copy full SHA for 6d83c45
package.json
@@ -9,7 +9,7 @@
9
"publisher": "jakob101",
10
"galleryBanner": {
11
"color": "#373277",
12
- "theme": "dark"
+ "theme": "dark"
13
},
14
"engines": {
15
"vscode": "^0.10.1"
@@ -45,7 +45,17 @@
45
"items": {
46
"type": "string"
47
}
48
- }
+ },
49
+ "relativePath.removeExtension": {
50
+ "type": "boolean",
51
+ "default": false,
52
+ "description": "Excludes the extension from the relative path url (Useful for systemjs imports)."
53
54
+ "relativePath.removeLeadingDot": {
55
56
57
+ "description": "Removes the leading ./ character when the path is pointing to a parent folder."
58
+ }
59
60
61
0 commit comments