mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -05:00
Add remote debugging port to launch scripts (#14472)
This commit is contained in:
@@ -41,7 +41,7 @@ function code() {
|
||||
export ELECTRON_ENABLE_STACK_DUMPING=1
|
||||
|
||||
# Launch Code
|
||||
exec "$CODE" . "$@"
|
||||
exec "$CODE" . "$@" --remote-debugging-port=9222
|
||||
}
|
||||
|
||||
code "$@"
|
||||
|
||||
Reference in New Issue
Block a user