I'm trying to edit python json settings to edit font size and stuff like that but whenever I open settings.json it opens something else
code:
{
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb",
"*.assets": "default"
},
"java.home": "C:\\Program Files\\Java\\jdk-16.0.1",
"java.help.firstView": "gettingStarted",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"cSpell.ignoreWords": [
],
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Dark Pro Darker",
"security.workspace.trust.untrustedFiles": "open",
"editor.unicodeHighlight.invisibleCharacters": false,
"python.terminal.activateEnvironment": false
}