We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this issue occur when all extensions are disabled?: Yes
Version: 1.90.0-insider (user setup) Commit: 00bc155 Date: 2024-05-07T05:51:16.352Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631
Steps to Reproduce:
When running __vsc_report_prompt with __vsc_escape_value, it reports
__vsc_report_prompt
__vsc_escape_value
time __vsc_report_prompt real 0m1.876s user 0m0.000s sys 0m0.000s
versus using __vsc_report_prompt before #211963, which reports
time __vsc_report_prompt real 0m0.249s user 0m0.000s sys 0m0.015s
This is using the prompt
DEFAULT='\[\033[0;0m\]' CYAN='\[\033[0;36m\]' MAGENTA='\[\033[0;35m\]' GREEN='\[\033[0;32m\]' GIT='`__git_ps1`' export PS1="${MAGENTA}\u${DEFAULT} \w${CYAN}${GIT}${DEFAULT}\n@ "
The text was updated successfully, but these errors were encountered:
Duplicate of #212090
Sorry, something went wrong.
lszomoru
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
Version: 1.90.0-insider (user setup)
Commit: 00bc155
Date: 2024-05-07T05:51:16.352Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.22631
Steps to Reproduce:
Details
When running
__vsc_report_prompt
with__vsc_escape_value
, it reportstime __vsc_report_prompt real 0m1.876s user 0m0.000s sys 0m0.000s
versus using
__vsc_report_prompt
before #211963, which reportstime __vsc_report_prompt real 0m0.249s user 0m0.000s sys 0m0.015s
This is using the prompt
The text was updated successfully, but these errors were encountered: