Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code Powershell "←]633;P;IsWindows=True"

I am working on a web application using Angular in Vs code. I ran into some errors while I am fixing them in the process my vscode is bricked after a couple of minutes it return to its normal state but some weird beep sounds raised so i restarted my Laptop.

When I opened VS code again beep sound repeated and my powershell is showing some weird text

So, I thought the error this is due to some misconfigurations in my vscode and I uninstalled VScode ,deleted all related data

After installation the same weird text with beep sounds appeared again

The weird text

←]633;P;IsWindows=True
633;A633;P;Cwd=D:\user\website\quizPS D:\chiru\website\quiz> 633;B
←]633;C```
like image 636
Chiranjeevi Bomma Avatar asked Jul 20 '26 07:07

Chiranjeevi Bomma


1 Answers

As @meganrogge said in https://github.com/microsoft/vscode/issues/160419 setting terminal.integrated.shellIntegration.enabled to false fixes this

like image 65
Mingun Avatar answered Jul 22 '26 20:07

Mingun