Advertisement
Neri0817

Untitled

Mar 7th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. "launch": {
  3.  
  4.  
  5.  
  6.  
  7. "configurations": [
  8. {
  9. "type": "node",
  10. "request": "launch",
  11. "name": "Launch Program",
  12. "program": "${file}",
  13. "cwd":"${workspaceFolder}",
  14. "outputCapture": "std"
  15. }
  16. ],
  17. "compounds": []
  18. },
  19. "files.autoSave": "afterDelay",
  20. "workbench.iconTheme": "material-icon-theme",
  21. "[html]": {
  22. "editor.defaultFormatter": "vscode.html-language-features"
  23. },
  24. "[javascript]": {
  25. "editor.defaultFormatter": "esbenp.prettier-vscode"
  26. },
  27. "liveServer.settings.donotShowInfoMsg": true,
  28. "workbench.editorAssociations": {
  29. "*.zip": "default"
  30. },
  31. "security.workspace.trust.untrustedFiles": "open",
  32. "liveServer.settings.donotVerifyTags": true,
  33. "explorer.confirmDelete": false,
  34. "workbench.colorTheme": "Dracula Soft",
  35. "tabnine.experimentalAutoImports": true,
  36. "window.zoomLevel": 1
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement