Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"autoimport.showNotifications": {
"type": "boolean",
"default": false,
"description": "Specifies wether to show notifications from Auto Import"
"description": "Specifies whether to show notifications from Auto Import"
},
"autoimport.doubleQuotes": {
"type": "boolean",
"default": false,
"description": "Specifies wether to use double quotes"
"description": "Specifies whether to use double quotes"
},
"autoimport.spaceBetweenBraces": {
"type": "boolean",
"default": true,
"description": "Specifies wether to use spaces between first and last brace"
"description": "Specifies whether to use spaces between first and last brace"
},
"autoimport.autoComplete": {
"type": "boolean",
Expand Down Expand Up @@ -86,4 +86,4 @@
"dependencies": {
"lodash": "^4.13.1"
}
}
}