How to solve the problem with settings.json in VSCode - python-3.x

I was setting up my VSCode to auto format my code when I save changes but it took me to this settings page and told me I couldn't set it up before correcting these errors(as you can see in the picture). Any assistance will be highly appreciated.

Provide property value for "/bin/bash":

Related

Why does the function definition and doctring show twice when I hover over the function in VS Code? How to resolve to showing once?

On hovering the mouse pointer over a function, whether inbuilt or custom, the definition and docstring of the function shows as expected, however it shows twice. I have had a search for what might be causing this and looked around my settings, but have yet to find a reason for it. If it makes a difference, am using Python on VSCode.
Perhaps someone knows what might be causing this and how to resolve? I have not attached any images, since I think the issue is quite clear, but happy to provide if needed for clarification.
Thanks!
Disabling the Jupyter extension seems to fix it for me.
Update: Enabling the Jupyter extension and setting this also does the trick:
"jupyter.pylanceHandlesNotebooks": false
Not sure still what caused the issue, but disabling and then re-enabling the Pylance extension has solved this. Thanks.

How to disable tips or explanations

I'm using VSC latest version on OSX Big Sur, with the Python extension and a couple of theme and icon extensions.
I'm not sure if the extra information shown below for the print function and others can be turned off.
If so and someone knows the proper name and how to disable them I'd appreciate it.
Thank you

Enable Coding assistance for Node.js in WebStorm

For some reason, I can't enable "Coding assistance for Node.js".
My WebStorm version is 2019.3.
When I click on the checkbox it starts loading and after some time unchecks it again:
The answer is as simple as it can be, I just needed to update webstorm c:
Thanks, #jonrsharpe for pointing it out to me

how to remove Loading time focus in etherpad?

My issue is posted on below link
https://github.com/ether/etherpad-lite/issues/2231
if anyone have solution then plz give ans.
click on below link to get answer.
I made one plugin which disable the init time focus.
https://github.com/odoo/odoo/tree/master/addons/pad/static/plugin/ep_disable_init_focus

VS2012 - How to Enable / Re-Enable Method List?

I used to be able to see the Method List below. But it seems that it's gone now and I have no idea how to re-enable it. Any help is appreciated :)
Try this but I'm not sure if this will solve your problem.
Tools>Import and Export settings, and select Reset all settings

Resources