Getting Started ​
This VS Code extension is not published yet, so you'll need to run it locally to try it out.
🧰 Prerequisites ​
- Visual Studio Code
- Familiarity with basic Git commands
📖 Local Setup Instructions ​
- Clone repository
git clone https://github.com/bencodezen/vs-pop-extension.git
- Open project in VS Code
- Open
extension.js
- Run
Debug: Start Debugging
command- Press
F5
- Run command from command palette
- Use top navigation
Run > Start Debugging
- Press
- If a dropdown opens up to select the debugger context, select the one for
VS Code Extensions
- This should open up a debugger workspace in a new window
- You should see a VS POP panel
- Add a folder that is an existing git project to the debugger workspace
- Add commits to the project which should trigger notifications that work is being tracked
- Click "Get Commits" in the VS POP panel to see work that's been accomplished
- This data should persist as you close the workspace and/or add new projects