Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

24 linhas
637 B

  1. {
  2. // Use IntelliSense to learn about possible attributes.
  3. // Hover to view descriptions of existing attributes.
  4. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "name": "Launch NPM",
  9. "type": "node",
  10. "request": "launch",
  11. "cwd": "${workspaceRoot}",
  12. "runtimeExecutable": "npm",
  13. "runtimeArgs": ["run-script", "start"]
  14. },
  15. {
  16. "type": "chrome",
  17. "request": "launch",
  18. "name": "Launch Chrome against localhost",
  19. "url": "http://localhost:8080",
  20. "webRoot": "${workspaceFolder}"
  21. }
  22. ]
  23. }