Simply VS Code debugging

This commit is contained in:
Daniel Imms
2016-11-04 17:58:47 -07:00
parent 06753a756c
commit dbbe98487e
3 changed files with 3 additions and 11 deletions

View File

@@ -5,14 +5,7 @@ An early proof of concept of a program that can generate theme files for editors
## Usage
```bash
npm run build
npm start
npm run build && npm start
```
## Testing the generated theme
```bash
code out
```
<kbd>F5</kbd> will launch the VS Code debugger with the theme available to switch to.
To test VS Code extensions, <kbd>F5</kbd> will launch the Code debugger with the theme available to switch to.