Skip to content

Commit cd06c3c

Browse files
Jakob WernerJakob Werner
authored andcommitted
Fixed warnings in configuration
1 parent bd252dd commit cd06c3c

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "RelativePath",
33
"description": "Get relative url paths from files in the current workspace.",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jakob101/RelativePath"
@@ -39,9 +39,12 @@
3939
"type": "object",
4040
"properties": {
4141
"relativePath.ignore": {
42-
"type": "string[]",
42+
"type": "array",
4343
"default": ["**/node_modules/**","**/*.dll","**/obj/**","**/objd/**"],
44-
"description": "An array of glob keys to ignore when searching."
44+
"description": "An array of glob keys to ignore when searching.",
45+
"items": {
46+
"type": "string"
47+
}
4548
}
4649
}
4750
}

vsc-extension-quickstart.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)