0

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
}

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

I got it now thank you

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.