You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time, I open the terminal in vs code, I see this info text, it is not useful every time, I like to remove this info message, is there any way to remove this?
Edit the %CMDER_ROOT%\bin\vscode_init_args.cmd file, navigate to the bottom and change 1 to 0 in both of the set verbose_output=1 statements.
Example:
ifdefined CMDER_CONFIGURED (
rem Set Cmder settings here for when VSCode is launched inside Cmder.setverbose_output=0
) else (
rem Set Cmder settings here for when VSCode is launched from outside Cmder.setverbose_output=0
)
Then, please also add a rem before both echo Applying Cmder VSCode settings lines in vscode_init_args.cmd as well:
rem echo Applying Cmder VSCode settings from '%~0'...
and
rem echo Applying Cmder VSCode settings is complete!
Edit the %CMDER_ROOT%\bin\vscode_init_args.cmd file, navigate to the bottom and change 1 to 0 in both of the set verbose_output=1 statements.
Example:
ifdefined CMDER_CONFIGURED (
rem Set Cmder settings here for when VSCode is launched inside Cmder.setverbose_output=0
) else (
rem Set Cmder settings here for when VSCode is launched from outside Cmder.setverbose_output=0
)
Then, please also add a rem before both echo Applying Cmder VSCode settings lines in vscode_init_args.cmd as well:
rem echo Applying Cmder VSCode settings from '%~0'...
and
rem echo Applying Cmder VSCode settings is complete!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Edit the
%CMDER_ROOT%\bin\vscode_init_args.cmd
file, navigate to the bottom and change 1 to 0 in both of theset verbose_output=1
statements.Example:
Then, please also add a
rem
before bothecho Applying Cmder VSCode settings
lines invscode_init_args.cmd
as well:and