File tree 4 files changed +35
-0
lines changed
4 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "recommendations" : [
3
+ " ms-azuretools.vscode-azurefunctions"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "configurations" : [
4
+ {
5
+ "name" : " Attach to Node Functions" ,
6
+ "type" : " node" ,
7
+ "request" : " attach" ,
8
+ "port" : 9229 ,
9
+ "preLaunchTask" : " func: host start"
10
+ }
11
+ ]
12
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "azureFunctions.deploySubpath" : " ." ,
3
+ "azureFunctions.projectLanguage" : " JavaScript" ,
4
+ "azureFunctions.projectRuntime" : " ~4" ,
5
+ "debug.internalConsoleOptions" : " neverOpen"
6
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 2.0.0" ,
3
+ "tasks" : [
4
+ {
5
+ "type" : " func" ,
6
+ "label" : " func: host start" ,
7
+ "command" : " host start" ,
8
+ "problemMatcher" : " $func-node-watch" ,
9
+ "isBackground" : true
10
+ }
11
+ ]
12
+ }
You can’t perform that action at this time.
0 commit comments