Skip to content

Latest commit

 

History

History
65 lines (63 loc) · 2 KB

README.md

File metadata and controls

65 lines (63 loc) · 2 KB

VS-CODE-Extensions

  1. AUTO RENAME TAG
  2. BRACKET PAIR COLORIZE
  3. CODE RUNNER
  4. CODE SPELL CHECKR
  5. EJS SNIPPESTS
  6. HTML SNIPPESTS
  7. JAVASCRIPT (ES6) CODE SNIPPESTS
  8. JQUERY SNIPPEST
  9. LIVE SERVER
  10. MATERIAL ICON THEME
  11. PRETTIER - CODE FORMATTER
  12. QUOKKA.JS
  13. SYNTH WAVE '84
  14. live share
  15. ES7 REact/Redux/GraphQL/React-Native Snippets
  16. ToDo Highlight
  17. codesnap
  18. Path Intellisense
  19. Music Time for Spotify
  20. one dark pro
  21. Tabnine Autocomplete
  22. Tailwind CSS intelliSense
  23. Thunder Client

{ "python.pythonPath": "C:\Users\sunny\AppData\Local\Programs\Python\Python37-32\python.exe", "terminal.integrated.shell.windows": "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe", "workbench.settings.openDefaultSettings": true, "workbench.settings.openDefaultKeybindings": true, "debug.node.autoAttach": "on", "workbench.activityBar.visible": false, "editor.fontSize": 18, "window.zoomLevel": 0, "javascript.updateImportsOnFileMove.enabled": "always", "[html]": { "editor.defaultFormatter": "vscode.html-language-features"

},
"workbench.iconTheme": "vscode-icons",
"editor.formatOnSave": true,
"editor.mouseWheelZoom": true,
"liveServer.settings.donotShowInfoMsg": true,
"editor.minimap.enabled": true,
"workbench.colorTheme": "One Dark Pro",
"code-runner.clearPreviousOutput": true,
"code-runner.runInTerminal": true,
"code-runner.saveFileBeforeRun": true,
"python.autoComplete.addBrackets": true,
"git.autofetch": true,
"editor.accessibilitySupport": "off",
"editor.renameOnType": true,
"[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"window.menuBarVisibility": "toggle",
"[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.editorAssociations": [],
"[python]": {
    "editor.defaultFormatter": "ms-python.python"
},"emmet.includeLanguages": {
    "javascript": "javascriptreact"}

}