Jason
Jason
@sibille can this be closed?
Currently there are two unit tests, one for App.tsx and one for Card.tsx. We added a new command to package.json `test: react-scripts test --coverage` which uses the react-scripts Jest testing...
We current localize all our strings on the client and the extension: https://github.com/microsoft/WebTemplateStudio/wiki/Internationalization Extra work is still needed to detect the user's locale, and also send our resource files off...
@amrrsharaff @dandua98 How were you guys planning on implementing this? After investigating a bit, I found these: 1) We could try generating .vscode folder with this setting `"workbench.startupEditor": "readme",` in...
@dsaints2344 thanks for the suggestion, supporting TypeScript is a great idea