Aleksandar_Katsarov

New settings JSON file VS code

Jan 13th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.44 KB | None | 0 0
  1.  
  2. {
  3.     "launch": {
  4.         "configurations": [
  5.             {
  6.                 "type": "node",
  7.                 "request": "launch",
  8.                 "name": "Launch Program",
  9.                 "program": "${file}"
  10.             }
  11.         ],
  12.         "compounds": []
  13.     },
  14.     "editor.tabSize": 2,
  15.     "editor.formatOnSave": true,
  16.     "[javascript]": {
  17.         "editor.defaultFormatter": "vscode.typescript-language-features"
  18.     }
  19. }
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment