Skip to content

Commit

Permalink
Update open-in-browser script to use --quality
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSearch18 committed Nov 6, 2024
1 parent 72e5e62 commit b613912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"compile": "webpack --mode none",
"compile:dev": "tsc -p ./",
"watch": "webpack --mode none --watch",
"open-in-browser": "vscode-test-web --open-devtools --version sources --extensionDevelopmentPath=. .",
"open-in-browser": "vscode-test-web --open-devtools --quality insiders --extensionDevelopmentPath=. .",
"test": "npm run compile:dev && node ./node_modules/vscode/bin/test"
},
"contributes": {
Expand Down

0 comments on commit b613912

Please sign in to comment.