-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Examplesdeveloper-experienceIssues affecting ease of use and overall experience of LB usersIssues affecting ease of use and overall experience of LB users
Description
When I was working on the extension starter project, I added configuration allowing developers to avoid possibly long compilation time by leveraging tsc --watch mode. See DEVELOPING.md for the documentation.
We should apply this configuration to everything that can be used independently from our monorepo:
- All example packages
- CLI templates for app and extension projects
This is a follow-up task for #836.
Acceptance criteria
Update the following places in our monorepo
- Example packages (replace this checkbox with an up-to-date list of example packages)
- Extension project template
- Application project template
For each place, make the following changes:
- Setup
build:watchandtest:devscripts inpackage.json(source) - Add
.vscodeconfiguration with "Watch and compile TypeScript" and "Test and lint" tasks - (source) - Add
DEVELOPING.mdfile describing dev setup and workflow for developers using VS Code but also for developers using their own IDE/editor (source)
raymondfeng and joeytwiddle
Metadata
Metadata
Assignees
Labels
Examplesdeveloper-experienceIssues affecting ease of use and overall experience of LB usersIssues affecting ease of use and overall experience of LB users