update docs to alleviate issues with legacy build vs new build (#120)

This commit is contained in:
Vu Nguyen
2021-03-01 21:10:18 -08:00
committed by GitHub
parent 67944e307c
commit 1e315bcfcc
4 changed files with 19 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ jsxhint --jsx-only .
There is a precommit hook that lints the code before commiting the changes.
### Load unpacked in Chrome
### Load unpacked in Chrome (current in chrome store)
1. Clone repository to disk
2. Remove `browser_specific_settings` key from manifest.json (only necessary for firefox)
@@ -73,8 +73,12 @@ There is a precommit hook that lints the code before commiting the changes.
5. Click `Load unpacked extension...`
6. Select repository directory
![load reportistory directory](./screenshots/load-repo-folder.png)
### Troubleshooting
Check for errors by inspecting the extension.
![inspecting extension](./screenshots/wakatime-chrome-debug.gif)
The extension is going through a refactor, the new build [instructions are here](./DEVELOPMENT.md)