PopeSpaceous / CodeTalker

A Visual Studio Code Add-on that allows Speech to HTML code.
3 stars 4 forks source link

Add activation event for HTML #7

Open Michael-Overall opened 6 years ago

Michael-Overall commented 6 years ago

Add an onLanguage activation event to package.json as described here

Since VS Code lazy loads its extensions, this extension will need to be loaded when VS Code detects html files.

Michael-Overall commented 6 years ago

Additional complexity to this problem: we detect the file to fire up the extension (as described above), but the extension itself would need a listener for mic input and record/stream the input only when someone talks into the mic.