fix: Update main field of package.json (#130)
Without the .js on the file name the Material Theme: Settings command doesn't work for me.
This commit is contained in:
parent
77f6f52a91
commit
40dd529899
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"*"
|
"*"
|
||||||
],
|
],
|
||||||
"main": "./extensions/material.theme.config",
|
"main": "./extensions/material.theme.config.js",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue