dilyana2001

Untitled

Dec 15th, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "launch": {
  3.         "configurations": [
  4.             {
  5.             "type": "node",
  6.              "request": "launch",
  7.              "outputCapture": "std",
  8.              "name": "Launch Program",
  9.              "program": "${file}"
  10.         }],
  11.         "compounds": []
  12.     },
  13.     "liveServer.settings.donotShowInfoMsg": true,
  14.     "emmet.triggerExpansionOnTab": true,
  15.     "emmet.includeLanguages": {
  16.         "javascript": "javascriptreact"
  17.     },
  18.     "git.enableSmartCommit": true,
  19.     "workbench.colorTheme": "Material Theme Ocean High Contrast",
  20.     "terminal.integrated.tabs.enabled": true,
  21.     "[javascript]": {
  22.         "editor.defaultFormatter": "Wscats.eno"
  23.     },
  24.     "editor.codeActionsOnSave": { "source.fixAll.eslint": false, "source.fixAll": false, },
  25.     "explorer.confirmDragAndDrop": false,
  26.     "extensions.ignoreRecommendations": true,
  27.     "editor.formatOnSave": false,
  28.     "editor.minimap.enabled": false,
  29.     "editor.renderWhitespace": "all",
  30.     "workbench.iconTheme": "material-icon-theme",
  31.     "workbench.sideBar.location": "right",
  32.     "[javascriptreact]": {
  33.         "editor.defaultFormatter": "vscode.typescript-language-features"
  34.     },
  35.     "files.associations": {
  36.         "*.js": "javascriptreact"
  37.     },
  38.     "javascript.updateImportsOnFileMove.enabled": "always",
  39.     "[json]": {
  40.         "editor.defaultFormatter": "lonefy.vscode-JS-CSS-HTML-formatter"
  41.     },
  42.     "[css]": {
  43.         "editor.defaultFormatter": "HookyQR.beautify"
  44.     },
  45.     "[jsonc]": {
  46.         "editor.defaultFormatter": "Wscats.eno"
  47.     },
  48.     "[html]": {
  49.         "editor.defaultFormatter": "HookyQR.beautify"
  50.     },
  51.         "php.validate.executablePath": "c:/php/php.exe",
  52.         "window.zoomLevel": 1
  53. }
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. {
  81.     // Use IntelliSense to learn about possible attributes.
  82.     // Hover to view descriptions of existing attributes.
  83.     // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  84.     "version": "0.2.0",
  85.     "configurations": [
  86.         {
  87.             "type": "pwa-msedge",
  88.             "request": "launch",
  89.             "name": "Launch Edge against localhost",
  90.             "url": "http://localhost:8080",
  91.             "webRoot": "${workspaceFolder}"
  92.         }
  93.     ]
  94. }
Add Comment
Please, Sign In to add comment