Skip to content

Commit

Permalink
fix: fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen committed Sep 13, 2024
1 parent c8fe20e commit 69b4bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gradient-theme",
"displayName": "Gradient Theme",
"description": "A Gradient Theme",
"version": "0.1.3",
"version": "0.1.4",
"author": "shaobeichen",
"publisher": "shaobeichen",
"icon": "icon.png",
Expand All @@ -25,7 +25,7 @@
"onCommand:gradient_theme.enableNeon",
"onCommand:gradient_theme.disableNeon"
],
"main": "./src/extension.js",
"main": "./src/extension",
"contributes": {
"themes": [
{
Expand Down

0 comments on commit 69b4bdc

Please sign in to comment.