Guest User

Untitled

a guest
May 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. {
  2. "window.zoomLevel": 1,
  3. "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
  4. "gitlens.advanced.messages": {
  5. "suppressCommitHasNoPreviousCommitWarning": false,
  6. "suppressCommitNotFoundWarning": false,
  7. "suppressFileNotUnderSourceControlWarning": false,
  8. "suppressGitVersionWarning": false,
  9. "suppressLineUncommittedWarning": false,
  10. "suppressNoRepositoryWarning": false,
  11. "suppressResultsExplorerNotice": false,
  12. "suppressShowKeyBindingsNotice": true,
  13. "suppressUpdateNotice": false,
  14. "suppressWelcomeNotice": true
  15. },
  16. "terminal.explorerKind": "external",
  17. "python.terminal.executeInFileDir": true,
  18. "terminal.integrated.cursorStyle": "line",
  19. "terminal.integrated.cursorBlinking": true,
  20. "[javascriptreact]": {},
  21. "atomKeymap.promptV3Features": true,
  22. "editor.multiCursorModifier": "ctrlCmd",
  23. "editor.formatOnPaste": true,
  24. "team.showWelcomeMessage": false,
  25. "editor.minimap.enabled": false,
  26. "editor.tabSize": 2,
  27. "git.enableSmartCommit": true,
  28. "editor.fontSize": 15,
  29. "vsicons.projectDetection.autoReload": true,
  30. "workbench.iconTheme": "material-icon-theme",
  31. "gitlens.keymap": "chorded",
  32. "workbench.activityBar.visible": true,
  33. "window.menuBarVisibility": "toggle",
  34. "editor.insertSpaces": false,
  35. "editor.detectIndentation": false,
  36. "editor.smoothScrolling": true,
  37. "editor.folding": false,
  38. "files.associations": {
  39. "*.cpp": "cpp"
  40. },
  41. "[cpp]": {
  42.  
  43. },
  44. "gitlens.historyExplorer.enabled": true,
  45. "emmet.optimizeStylesheetParsing": false,
  46. "emmet.includeLanguages": {
  47. "vue-html": "html",
  48. "javascript" : "javascriptreact",
  49. "typescript" : "typescriptreact"
  50. },
  51. "npm.packageManager": "yarn",
  52. "npm.enableScriptExplorer": true,
  53. "vetur.format.defaultFormatter.html": "js-beautify-html",
  54. "vetur.trace.server": "verbose",
  55. "workbench.statusBar.feedback.visible": false,
  56. "php.validate.executablePath": null,
  57. "prettier.printWidth": 120,
  58. "prettier.requireConfig": false,
  59. "prettier.singleQuote": true,
  60. "parser": "flow"
  61. }
Add Comment
Please, Sign In to add comment