Skip to content

Commit

Permalink
fix(vscode): missing prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmemorygrinder committed Jul 12, 2024
1 parent c8aa4c6 commit fa76378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"@vscode/test-cli": "^0.0.9",
"@vscode/test-electron": "^2.4.0"
"@vscode/test-electron": "^2.4.0",
"prettier": "^3.3.5"
},
"scripts": {
"vscode:prepublish": "npm run package",
Expand Down

0 comments on commit fa76378

Please sign in to comment.