The isort server crashed 5 times in the last 3 minutes. The server will not be restarted - visual-studio-code

I just opened Visual Studio Code and this error is displayed at the bottom right of the screen.
The isort server crashed 5 times in the last 3 minutes. The server will not be restarted.
My code can run normally without any problems, but the message keeps popping up every time VSCode is opened.
How to solve this error?

I figured it out that isort is an extension in Visual Studio Code about sorting imports in python, which is not necessary to me. I don't even remember installing it myself.
Therefore, I just uninstall the extension. As a result, the error goes away (of course).

Related

VSCode update failures

I started having this problem a couple of months ago, I believe soon after I installed Visual Studio 2022. I am in the midst using VSCCode for an educational project (JavaScript) that will finish this weekend, so have mostly just been hoping VSCode would work until I finished. (I have not been using VS2022.)
The first time I had this problem, I was closing VSCode and a window appeared regarding some updates. After maybe 10 seconds I received a failure message. After that, I could not start VSCode.
I tried to uninstall VSCode, but it would not work. I tried to install VSCode from the main URL (Download for Windows Stable Build), but it would fail to install with a message about "Not being able to rename or write to a file".
I next tried the System Installer link on the /Download page, but I received the same message. I next tried the User Installer link on this page, and it worked. I could launch VSCode again, but the icon in the toolbar was just a white page instead of the VSCode icon.
I don't exactly remember when, but at some point, perhaps with manual updates from the Help toolbar in VSCode, the VSCode icon reappeared in the toolbar.
But then a few days ago, when closing VSCode the window appeared again regarding some updates, then the failure message, and then VSCode would not start. I tried the various download steps again, but only the User Installer would work. And again, just the blank page for an icon in the toolbar. So just leaving everything open for now!
After this weekend, I am hoping to fix this issue. But hoping someone knows that the problem is.
I am running Windows 10 Pro (up to date), and have the blue dot telling me I can upgrade to Windows 11.
Since VSCode is working, maybe I can do a complete un-install. Or perhaps upgrade to Windows 11, or maybe a complete clean install of Windows 10 or 11.
Has anyone else had this issue?
Thanks!

Visual Studio Code not responding

For the last two days, I am facing a problem with my VSCode. Whenever I write any C/C++ code and click on run, there is no response shown by VSCode. I even uninstalled the whole setup and installed it again but the same issue I am facing again. What should I do to resolve it?

fiddler 4 doesn't start up at all, without out an error code

Fiddler 4 is not opening up. I tried opening it, running it as an administrator and troubleshooting.
I installed it last week, and nothing was wrong then. I could use it until yesterday, when it wouldn't even start up. I didn't have any errors until it wouldn't start up.
I am trying to open it from cortana, the shortcut and in the programs.

Debugging suddenly stopped in Visual Studio Code

I am using Visual Studio Code for debugging PowerShell and everything was working as expected. All of a sudden I started seeing below two messages when I press F5 and debugging is stopped completely. I reinstalled PowerShell plugin but that did not work.
Debug adapter process has terminated unexpectedly
Timed out waiting for the PowerShell extension to start.
Edit: 7/27/18
My issue was resolved automatically last time. Yes, I did not do anything and it started working. Today issue reappear. I reinstalled VSC and Extention but none of that worked for me.
Another message started appearing
Timed out waiting for the PowerShell extension to start.
This is seen in the recent PowerShell/vscode-powershell issue 1334 from a month ago.
Can't execute scripts on debugger using F5 - Start Debugging.
Even a simple one like this.
write-host "Test"
Using the F8 shortcut it works.
The bug report is being reviewed.
Update august 2018: PR 725 will close the issue.
There's a lot of race condition fixes in the PSRL changes, but that was mostly through adding locks.
Those areas could probably benefit from similar refactorings, the locks were more like stop gaps.
It will be available in PowerShell/PowerShellEditorServices 1.8.4 or more.
Mapusoft adds in the comments:
In my case, the problem was a whole day, and it ended just when I removed all the watched expression from former inspections.
As simple as Remove All, and all went magically to work again?

Visual Studio Code causing blue screen of death on Windows

I have Visual Studio Code version 1.22.2 running on Windows. When working on Javascript code, it crashes and causes a blue screen with the following technical info:
STOP: 0X0000007E
mfeavfk.sys - Address <...>
I have a plugin for MS SQL and a beautify plugin installed.
I recently updated Windows and started experiencing BSODs every time I started VS Code. Here's how I fixed it - hopefully this helps someone else:
Open a command prompt and type the following command:
code --disable-extensions
If your computer doesn't BSOD after this step, then an extension is likely causing the issue.
Press ctrl+shift+x to open the extensions sidebar
Under disabled, uninstall any extensions you aren't using or don't recognize.
Restart VS Code, and see if it still crashes.
If step 3 didn't help, try removing all extensions and then reinstalling one at a time until you find one that causes the crash. Then repeat steps 1-4, this time removing the extension you identified as causing the crash.