Provides a Run/Debug Configuration to easily test your VS Code extension inside of IntelliJ IDEA.
- Uses remote debugging, which is slower than native VS Code debugging
- Debugger does not work immediately after invoking Reload Window
- Cannot debug tests
Before launch tasks are blocking, so we cannot use.npm watch(never terminates).
I'll have to think how to work around this
See also: https://youtrack.jetbrains.com/issue/WEB-61430
The plugin needs JavaScript and NodeJS support, and because of that IntelliJ IDEA Community is not supported.