PHP BASic

 PHP

XAMPP MySQL shutdown unexpectedly , Cannot connect: invalid settings.

solution:-https://www.youtube.com/watch?v=tDf-QA4vZ2s

error vscode:

Failed to save 'Untitled-1': (this.configurationService.getValue(...) || []).filter is not a function

0

I had the same error, where the jupyter-notebook extension was updated and caused a bug.

In the settings navigate to "workbench.editorAssociations",

replace

 "*.ipynb": "jupyter-notebook"

with

 "viewType": "jupyter-notebook",
 "filenamePattern": "*.ipynb"

and everything will work fine.

For the settings file,

By default VS Code shows the Settings editor, but you can still edit the underlying settings.json file by using the Open Settings (JSON) command or by changing your default settings editor with the workbench.settings.editor setting.

Depending on your platform, the user settings file is located here:

Windows %APPDATA%\Code\User\settings.json

macOS $HOME/Library/Application Support/Code/User/settings.json

Linux $HOME/.config/Code/User/settings.json

Comments

Popular posts from this blog

interview questions js[ Anurag Singh ProCodrr]

reactnative_creation