Skip to content

Commit 6d83c45

Browse files
Updated options in package.json
1 parent b4b848b commit 6d83c45

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publisher": "jakob101",
1010
"galleryBanner": {
1111
"color": "#373277",
12-
"theme": "dark"
12+
"theme": "dark"
1313
},
1414
"engines": {
1515
"vscode": "^0.10.1"
@@ -45,7 +45,17 @@
4545
"items": {
4646
"type": "string"
4747
}
48-
}
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+
"type": "boolean",
56+
"default": false,
57+
"description": "Removes the leading ./ character when the path is pointing to a parent folder."
58+
}
4959
}
5060
}
5161
},

0 commit comments

Comments
 (0)