Skip to content

Commit 9973ea9

Browse files
committed
added config.json example to README.md
1 parent 066539b commit 9973ea9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,34 @@ CodeMic is a Visual Studio Code extension that enables developers to create inte
1515

1616
Install from [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=ComputingDen.codemic).
1717

18+
## Development
19+
20+
Create config.json in the root directory like this:
21+
22+
```json
23+
{
24+
"server": "https://codemic.io",
25+
"logWebviewVideoEvents": false,
26+
"logBackendVideoEvents": false,
27+
"logWebviewAudioEvents": false,
28+
"logBackendAudioEvents": false,
29+
"logRecorderAcceptedVscEvents": false,
30+
"logRecorderRawVscEvents": false,
31+
"logSessionRRUpdateStep": false,
32+
"logTrackPlayerUpdateStep": false,
33+
"logMasterAndTracksTimeUpdates": false,
34+
"logVscWorkspaceStepper": false,
35+
"exportFullBody": false,
36+
"testWithLastParams": false,
37+
"testRepeatCount": 2,
38+
"testComplexityMultiplier": 10,
39+
"stepOnly": false,
40+
"debug": true
41+
}
42+
```
43+
44+
After doing `npm install`, you should be able to run the extension for development directly from VSCode.
45+
1846
## License
1947

2048
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)