I started learning python recently. I use vscode and i really hate the default variable color in vscode(white) i want to change it to something colorful. I tried searching online most of them say to edit in settings.json
. I couldn't figure out how.
edit : i edited my settings.json
to this
{
"python.pythonPath": "c:\\Users\\Kakshipth\\Documents\\coding\\py\\virtualauto\\Scripts\\python.exe",
"code-runner.respectShebang": false,
"editor.tokenColorCustomizations": {
"variables": "#1100ff"
},
}
but still the color for variables did not change