Skip to content

Instantly share code, notes, and snippets.

View mrinalkamboj's full-sized avatar

Mrinal Kamboj mrinalkamboj

View GitHub Profile
@mrinalkamboj
mrinalkamboj / settings.json
Created March 25, 2020 13:10
VSCode Settings
{
"code-runner.clearPreviousOutput": true,
"code-runner.showExecutionMessage": false,
"editor.suggestSelection": "first",
"editor.formatOnSave": true,
"kite.showWelcomeNotificationOnStartup": false,
"python.pythonPath": "/home/mkamboj/Workspaces/Python/3.8.2/Learn/localtest/bin/python3.8",
"python.linting.pylintCategorySeverity.convention": "Information",
"python.formatting.provider": "black",
"python.jediEnabled": true,