mixed-reality-extension-sdk.../.vscode
Don Alvarez 5be14ed370
Add support for hot reload of modified code (#49)
* 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>
2020-04-03 09:34:51 -07:00
..
launch.json Add support for hot reload of modified code (#49) 2020-04-03 09:34:51 -07:00
settings.json Add first sample setup (not compiling) 2018-11-30 16:56:04 -08:00
tasks.json [Samples] Remove ForwardPromise from actor creation calls (#39) 2019-07-10 14:26:02 -07:00