Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

I can't find python json settings in vs code

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
}

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Just copy "editor.fontSize": 24 into your setting.json at the end for set the font-size to 24.

More about settings.json in Visual Studio Code, you can read here.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading