mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
allow debugging cli process
This commit is contained in:
@@ -35,7 +35,7 @@ function code() {
|
||||
VSCODE_DEV=1 \
|
||||
ELECTRON_ENABLE_LOGGING=1 \
|
||||
ELECTRON_ENABLE_STACK_DUMPING=1 \
|
||||
"$ELECTRON" "$CLI" . "$@"
|
||||
"$ELECTRON" --debug=5874 "$CLI" . "$@"
|
||||
}
|
||||
|
||||
code "$@"
|
||||
|
||||
Reference in New Issue
Block a user