We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddcd45 commit 8aaef26Copy full SHA for 8aaef26
docs/guide/contributing.md
@@ -17,7 +17,8 @@ This is useful when you want to build the extension with the source repo to get
17
3. then run `yarn run build:watch` & `yarn run dev:chrome` in parallel
18
4. Open the Chrome extension page (currently under `Menu` > `More Tools` > `Extensions`)
19
5. Check "developer mode" on the top-right corner
20
-6. Click the "load unpacked" button on the left, and choose the folder: `vue-devtools/packages/shell-chrome/`
+6. Click the "load unpacked" button on the left, and choose the folder: `vue-devtools/packages/shell-chrome/` (it will have an orange disk icon)
21
+7. Make sure you disable all other versions of the extension
22
23
## Testing as Firefox addon
24
0 commit comments