why some of my vs code's extension are disabled? - visual-studio-code

why these extensions are disabled by vscode? I tried enabling them but got no success. what to do?
Got this problem, after updating the vscode

Related

Visual Studio Code doctrings not showing

Using Python in Visual Studio Code, when I am inside parentheses after a function, Visual Studio Code shows only available function signatures. No doctstrings are shown, although this used to be the case. I have searched Internet and stack overflow to no avail (found things, but not helpful). This problem occurs both in Jupyter notebooks and .py scripts. I have Python and Pylance extensions installed.
I've tried both hovering over the code and pressing ctrl + I within parentheses. Ctrl+k also did not work for me.
How can I recover the appearance of doctrings for dynamic/quick info, short of reinstalling VS Code?
Versions:
VS Code 1.74.2
Python extension v2022.20.1
Pylance extension v2023.1.10
I disabled and reenabled the Python extension. Disabling disabled both Python and Pylance extensions, and reenabling reenabled both; so I'm not sure if culprit was Python or Pylance extension. In any case, docstrings are showing now.

Prettier not working on VScode tried everything from stackoverflow still nothing happened?

Prettier not working on VSCode
I have been using prettier for java on vs code from very long everything was working smoothly till yesterday and suddenly prettier stopped working for java.
I have tried every available resource on Youtube and Stack Overflow still didn't solve my issue, please help.
I tried from changing default formatter and format on save to settings.json still now working showing error - FormattingExtension 'Prettier - Code formatter' is configured as formatter but it cannot format 'Java'-files
Normally this happens when you have another extension overlapping the prettier settings. Disabling other extensions normally solves the problem. Reinstalling visual studio can be your best option, but you have to remove all remaining settings, or it will just be the same.
You can always install directly in terminal using: https://prettier.io/docs/en/install.html
Confirm on extensions that prettier is enabled. Update Visual Studio and Windows.

OmniSharp server is not running macOS 10.13.6

OmniSharp server is not running on my VS code. I tried with reinstall both VS code and C# extension powered by omniSharp, but it is still not running. I am working in a macOS 10.13.6.
So I do not get any error (red highlighting in case inaccurate code ) or in my code. Any advise how to solve this?
Reinstalling of an older version of C# extension solved my problem. Now OmniSharp is functioning fine.
I changed "omnisharp.useGlobalMono": "always" to "omnisharp.useGlobalMono": "never" in settings.json file and now it's working for me.
You can open the "settings.json" file from ctrl+p and type "settings.json" to opened window.
You can follow these steps:
Go to the VSCode settings (File > Preferences > Settings).
Search with the keywords omnisharp use global mono to locate the configuration.
Change the value to never from either auto or always.
REMEMBER to restart the VSCode to activate the change (I restarted it twice to be sure).

How to troubleshoot a VSCode extension not loading after restart?

I installed and configured the Apollo GraphQL extension in VSCode. It worked perfectly.
However, when I close and reopen VSCode it doesn't load. The icon never shows up and nothing loads in the console output.
The extension is definitely loaded because syntax highlighting still works but we get none of scheme features.
I tried
uninstall/reinstall of the extension.
closing vscode, deleting the extension folder directly, reinstall extension, restart vscode.
installing the Insiders Edition of vscode and installing the extension there.
In all cases it works the first time but not after a restart.
How can I troubleshoot/fix this issue?

Auto Suggestion is not working as expected in Visual Studio Code

I have been facing this issue for a while now.I tried installing extensions as well for it but still it doesn't seems to resolve the issue of auto suggestions fields visibility.
Reset your vscode to default settings and then try again. Find how to reset to default here
How to reset settings in Visual Studio Code?
Update
Looks like resetting to default did work..