Advertisement
didkoslawow

Untitled

Apr 1st, 2023
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.  
  3.     "launch": {
  4.  
  5.        
  6.        
  7.  
  8.         "configurations": [
  9.  
  10.             {
  11.  
  12.                 "type": "node",
  13.  
  14.                 "request": "launch",
  15.  
  16.                 "name": "Launch Program",
  17.                
  18.                 "program": "${file}"
  19.  
  20.             }
  21.  
  22.         ],
  23.  
  24.         "compounds": []
  25.  
  26.     },
  27.     "[javascript]": {
  28.         "editor.defaultFormatter": "esbenp.prettier-vscode"
  29.     },
  30.     "editor.tabCompletion": "on",
  31.     "[html]": {
  32.         "editor.defaultFormatter": "esbenp.prettier-vscode"
  33.     },
  34.     "liveServer.settings.donotShowInfoMsg": true,
  35.     "editor.linkedEditing": true,
  36.     "workbench.colorTheme": "Operator Mono Dark Theme",
  37.     "prettier.singleQuote": true,
  38.     "liveServer.settings.donotVerifyTags": true,
  39.     "editor.fontLigatures": false,
  40.     "editor.fontFamily": "'Operator Mono Lig' ,'Fira Code' ,'Droid Sans Mono', 'monospace', monospace",
  41.     "editor.fontVariations": false,
  42.     "editor.fontSize": 14,
  43.     "editor.fontWeight": "bold",
  44.     "snipped.enablePng": true,
  45.     "snipped.scale": 3,
  46.     "codesnap.showWindowControls": false,
  47.     "codesnap.containerPadding": "-1em",
  48.     "emmet.syntaxProfiles": {},
  49.     "emmet.useInlineCompletions": true,
  50.     "emmet.triggerExpansionOnTab": true,
  51.     "[css]": {
  52.         "editor.defaultFormatter": "esbenp.prettier-vscode"
  53.     },
  54.     "editor.guides.bracketPairs": true,
  55.     "editor.unicodeHighlight.invisibleCharacters": false,
  56.     "files.autoGuessEncoding": true,
  57.     "files.defaultLanguage": "bulgarian",
  58.     "editor.unicodeHighlight.ambiguousCharacters": false,
  59.     "workbench.editor.enablePreview": false,
  60.     "workbench.iconTheme": "office-material-icon-theme",
  61.     "window.zoomLevel": 1,
  62.     "liveServer.settings.file": "index.html",
  63.     "prettier.arrowParens": "avoid",
  64.     "prettier.bracketSameLine": true,
  65.     "settingsSync.ignoredSettings": [
  66.    
  67.     ],
  68.  
  69. }
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement