5be14ed370
* Make copy of hello-world sample as basis for debuggable hot reloading sample * Update the npm run debug script to watch for file changes * Add VSCode launch configuration for attaching debugger to hot reloadable sample * Add 1 second delay on launch when debugging to allow debugger time to connect * Update README for debuggable hot reload sample * Delete hello-world-with-debuggable-hot-reload sample in favor of making existing samples hot reloadable * Update sample npm run debug scripts to watch for file system changes * Avoid race condition between tsc compiler and nodemod file system watcher * Add 1 second delay on launch when debugging to allow debugger time to connect * Modify VSCode launch configurations to allow debugging while hot reloading * Improve sample READMEs to include debugging instructions * Update VSCode launch config to include both attach and launch configurations * Move concurrently from dependencies to devDependencies * Create separate debug-watch and debug commands * Add attach configs to launch.json while keeping existing attach configs intact * Only need one attach config for debugger * Make copy of hello-world sample as basis for debuggable hot reloading sample * Update the npm run debug script to watch for file changes * Add VSCode launch configuration for attaching debugger to hot reloadable sample * Add 1 second delay on launch when debugging to allow debugger time to connect * Update README for debuggable hot reload sample * Delete hello-world-with-debuggable-hot-reload sample in favor of making existing samples hot reloadable * Update sample npm run debug scripts to watch for file system changes * Avoid race condition between tsc compiler and nodemod file system watcher * Add 1 second delay on launch when debugging to allow debugger time to connect * Modify VSCode launch configurations to allow debugging while hot reloading * Improve sample READMEs to include debugging instructions * Update VSCode launch config to include both attach and launch configurations * Move concurrently from dependencies to devDependencies * Create separate debug-watch and debug commands * Add attach configs to launch.json while keeping existing attach configs intact * Only need one attach config for debugger * Tweaks to hot reload and docs * apostrophe * Update package-lock.json * Remove accidentally added eslint-plugin-header package * Update package-lock.json files * Remove startup delay from app.ts * Add startup delay to other samples. * Fix line endings. * Remove opinionated text. * Propagate doc updates to other samples. Co-authored-by: Eric Anderson <eanders@microsoft.com> |
||
---|---|---|
.. | ||
launch.json | ||
settings.json | ||
tasks.json |