mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -36,9 +36,6 @@ set ELECTRON_ENABLE_STACK_DUMPING=1
|
||||
|
||||
:: Launch Code
|
||||
|
||||
:: Use the following to get v8 tracing:
|
||||
:: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %*
|
||||
|
||||
%CODE% . %*
|
||||
goto end
|
||||
|
||||
|
||||
@@ -50,7 +50,4 @@ function code() {
|
||||
exec "$CODE" . "$@"
|
||||
}
|
||||
|
||||
# Use the following to get v8 tracing:
|
||||
# code --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" "$@"
|
||||
|
||||
code "$@"
|
||||
|
||||
Reference in New Issue
Block a user