Hi all,
I am new to VS Code. As part of instructions, I need to add the following code for Ruff formatter. It was not clear from video where to add this JSON code. Where do I add this code?
"[python]": {
"editor.formatOnType": true,
"editor.defaultFormatter": "charliermarsh.ruff"
},
Thanks