UNPKG

surveybuilder

Version:

Build surveys in the most advanced, flexable, and more moderated way, for all users to build and see.

38 lines (36 loc) 1.12 kB
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch Chrome", "request": "launch", "type": "pwa-chrome", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" }, { "name": "Attach to Chrome", "port": 443, "request": "attach", "type": "pwa-chrome", "webRoot": "${workspaceFolder}" }, { "name": "Launch Edge", "request": "launch", "type": "pwa-msedge", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" }, { "name": "Attach to Edge", "port": 443, "request": "attach", "type": "pwa-msedge", "webRoot": "${workspaceFolder}" }, ] }