Skip to content

Commit

Permalink
fix(vscode): Extension patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Dec 14, 2024
1 parent 20082da commit 5c9fc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"activationEvents": [
"onLanguage:css"
],
"main": "./out/extension.js",
"main": "./dist/extension.js",
"contributes": {
"configuration": {
"type": "object",
Expand All @@ -33,7 +33,7 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"build": "tsc -p ./",
"watch": "tsc -watch -p ./"
},
"devDependencies": {
Expand Down

0 comments on commit 5c9fc27

Please sign in to comment.