{ "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "python.showStartPage": true, "explorer.confirmDelete": false, "workbench.startupEditor": "none", "window.zoomLevel": 2, "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "python.defaultInterpreterPath": "C:\\Users\\Shreyas N\\anaconda3\\python.exe", "mssql.connections": [ { "server": "{{put-server-name-here}}", "database": "{{put-database-name-here}}", "user": "{{put-username-here}}", "password": "{{put-password-here}}" } ], "editor.defaultFormatter": "esbenp.prettier-vscode", // Use prettier as default formatter "editor.formatOnPaste": true, // format code on paste "editor.formatOnType": true, // format code as you type "editor.formatOnSave": true, // format code when you hit save "files.trimTrailingWhitespace": true, // remove trailing white spaces from all lines "files.trimFinalNewlines": true, "workbench.iconTheme": "material-icon-theme", "workbench.colorTheme": "Pop N' Lock Theme by Luxcium ✨ TSA/ASD 🧩", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "gitlens.advanced.messages": { "suppressGitMissingWarning": true }, "tabnine.experimentalAutoImports": true, "terminal.integrated.defaultProfile.windows": "Git Bash", "gitlens.defaultDateShortFormat": null, "gitlens.defaultTimeFormat": null, "git.autofetch": true, "git.confirmSync": false, "explorer.confirmDragAndDrop": false, "files.autoSave": "onWindowChange", "editor.cursorSmoothCaretAnimation": true, "editor.cursorBlinking": "phase", "editor.fontFamily": "Jetbrains Mono, Consolas ,'Courier New', monospace", // Ensures there's only one blank line at the end of the file "editor.fontLigatures": true, // Override default value of false "editor.smoothScrolling": true, "sync.autoDownload": true, "sync.autoUpload": true, "sync.forceDownload": false, "sync.gist": "997910ad9733573044d31874e9380847" // Enable smooth scrolling in the editor }