BREAKING CHANGE: Material Theme requires now Visual Studio Code >= v1.24.0
This commit is contained in:
parent
681db679b9
commit
c91cc8cc0f
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
"url": "https://github.com/equinusocio/vsc-material-theme/issues"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.19.0"
|
||||
"vscode": "^1.24.0"
|
||||
},
|
||||
"standard-version": {
|
||||
"scripts": {
|
||||
|
@ -81,7 +81,7 @@
|
|||
],
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "Material Theme configuration",
|
||||
"title": "Material Theme",
|
||||
"properties": {
|
||||
"materialTheme.accent": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue