#VS code powershell help

1 messages · Page 1 of 1 (latest)

earnest patrol
#

Hello.When I print instead of seeing blank powershell with a print statement before the statement I see a bunch of words like "Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved....." How do I make those disappear? They take up like the entire PowerShell so I have to scroll down to see my print statement.

bronze elbowBOT
#

This post has been reserved for your question.

Hey @earnest patrol! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

earnest patrol
#

Tried these instructions :
Open VS Code. Go to File > Preferences > Settings (or press Ctrl + ,). In the settings, search for "terminal.integrated.shellArgs.windows". Click on "Edit in settings.json" link. Add the following line inside the "settings.json" file: json Copy code "terminal.integrated.shellArgs.windows": ["-NoLogo"] This argument, -NoLogo, suppresses the introductory message. Save the settings file (press Ctrl + S or click the save icon).

#

but I do not have the edit in json option this is what I have