Visual Studio code annoying auto launch - visual-studio-code

My Visual Studio code keeps launching itself randomly and points to a .JS file.
I had to uninstall it because it becomes very annoying.
Anyone had this problem before?
enter image description here

Related

Visual Studio code UI shows weird pattern

I've tried reboot, remove and install again but visual studio code shows me blank spaces with some weird "thing"
Can someone help me?

Why SASS code is not showed up in colored form in Visual Studio Code?

I am using Visual Studio Code for the front end development project. Unfortunately, VS Code stopped showing me colored version of SASS file. May I ask please what is the solution?
I've had the same problem, you can install this extension in vscode:
https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented

Visual studio code closing on "Save As"/CTRL+SHIFT+S

I recently started using visual studio code for learning HTML/CSS/JavaScript. This editor seems really nice but I encounter a very annoying issue, which is:
Visual studio code closes whenever I do a SAVE-AS
Any lead on what is going on and how to fix it?
Thank you for your time and help!

CMD-K in Visual Studio Code

I often clear the terminal on macOS with CMD-K (sort of equivalent to reset). When I use the terminal in Visual Studio Code and I press CMD-K, the banner at the bottom of the screen shows "(CMD-K) was pressed. Waiting for second key of chord..."
How can I make CMD-K pass through the editor to go to the terminal in Visual Studio Code?
I have occasionally run into this bug (VS Code on MacOS) and each time it randomly would fix itself until recently it kept persisting even through restarting my laptop. I have now found that closing all open projects seems to fix this issue for me.
Might be related to how VS Code stores your current workspace state (opened projects and file modifications). It seems maybe these state settings sometimes get corrupted somehow 🤔

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.