Home > OS >  Strange Error Showing Up in VS Code With Every Command
Strange Error Showing Up in VS Code With Every Command

Time:09-03

I am using the terminal in VS code on a Mac to run Python code and with every command I return whether it results in an error or not, I get the following before my output:

sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]

I have no idea how this began showing up and no idea how to get rid of it. Can someone please help point me in the right direction of removing this from my output?

CodePudding user response:

Same here. Looks like an issue with the latest update of vscode: 1.71.0

CodePudding user response:

I also just started getting this error today and I'm glad this thread is so recent, hopefully vscode can fix it

  • Related