Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

am i expecting to much from launch.json

$
0
0

Hi

I am use Visual Code to test react UI and an Azure functions back end (which has multiple projects with azure functions)

I need to have npm start to run react
i need to run the Azure Storage Emulator
and I need to run multiple azure function projects

1, should i do all this in launch json, or should i lauch react and the emulator maually since i only need to run them once and they run in the background (I keep forgetting to start them so would like toput them in the launch)

2, can i run multiple azure functions projects at the same time? (at present i can only get it to launch one)

3, are there any good docs for the launch.json and task.json the debugging info about vs code is fairly limited

4, if i am running the azure functions with react Or postman do i use lauch as the type and if i want to use them in the browser use attach?

Any info  would be appriciated


Viewing all articles
Browse latest Browse all 3509

Trending Articles