@@ -15,6 +15,34 @@ CodeMic is a Visual Studio Code extension that enables developers to create inte
1515
1616Install 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
2048This project is licensed under the MIT License. See the [ LICENSE] ( LICENSE ) file for details.
0 commit comments