VsCode started linting everythin randomly - visual-studio-code

Anybody has an idea why this is happening for C and CPP files. The code itself is fine, it was not linting anything yesterday, and now I open it and it looks like this.
It's probably an Intellisense config thing right ?

Related

VS Code - Extension Details Blank post "disable gpu" fix

I apologize if this question has been answered somewhere else, but so far I am unable to locate it if it was.
Background:
As many folks have suffered the dreaded blank screen on VS Code, I deployed the recommended fix for --disable-gpu. This fix worked just fine for me and I have been using it ever since.
Issue:
Since this fix has been deployed, I'm unable to view the details page when viewing an Extension. The page/tab just shows up as blank. This happens with any extension, regardless of if I've installed it or not. This in and of itself is not a deal breaker for me, but I was hoping to use the Jupyter Notebook extension, but this seems to be impacting this as well.
If anyone has any guidance, please let me know.
Screenshot showing lack of details
I was able to get this corrected by creating a .bat file that I use to open VS Code. The code file was set up like the following:
cd C:\Program Files\Microsoft VS Code\
Code.exe --disable-software-rasterizer --disable-gpu --no-sandbox

How to show all (-Wall) warnings in VSCode

I am using Visual Studio Code with the C/C++ extension. IntelliSense shows some errors but definitely not all of them, I tried settings the following setting:
"C_Cpp.default.compilerArgs": ["${default}", "-Wall"]
But is has no effect. The only thing that's some improvement is adding a build task: when I run it the warnings and errors it generates are displayed inline in VSCode. This workaround is still suboptimal: I need to build to get the errors while I would like to get as soon as I finish typing them (like it already is the case for other errors both in VSCode and other editors I know).
How can I fix this issue ?

Live Sass Compiler not compiling

I have used the live sass compiler a few hours back, it worked fine, but now it's not working. Can you please let me know what can be the problem?
This is what I see when I hit ctrl + s
This is my project folder structure
This is settings in settings.json
Thanks for your help in advance.
Do you have any other folders open at the same time in Visual Studio? This happened to me one day and by closing all the folders started working again. It doesn't work by just restarting Visual Studio, you have to close them by hand.
The settings.json seems alright and the compiler isn't showing any errors.

Input does not work in Visual Studio Code

So I just started learning programming and I think something is messed up with my code runner in Visual Studio Code. When I try to use input in Python I can not write anything in the terminal. This problem came out recently. It writes that when I try to input anything that it "cannot edit in read-only editor". I also checked in here what could be the solution, but it did not help. Input still does not work. I am on Linux, and I also tried to uninstall the program and code runner as well, none of them worked so far.
Ps: I tried the Code-runner: Run in Terminal box check method, which did not work at all.

VS Code Typescript syntaxhighlighting is gone

My syntax highlighting for typescript is gone.
All the other languages are fine.
Things like import, from, const are still blue, but if I use Array<any> it only shows up in white.
Make sure that no extensions are messing with this. Launch vscode from the command line with the command code --disable-extensions and see if the coloring works.
Install a new theme or two and see if that fixes the syntax highlighting.
Are you using the normal builds or the insiders builds? Have you updated recently? What could have changed in your installation or environment?
If nothing else works, open an issue with the team on github because there might be a bug: https://github.com/Microsoft/vscode/issues