File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
"extensions" :[" .py" ],
9
9
"defaultExecutablePath" :" python" ,
10
10
"defaultWorkerPath" :" %FUNCTIONS_WORKER_RUNTIME_VERSION%/{os}/{architecture}/worker.py" ,
11
- "workerIndexing" : " true"
11
+ "workerIndexing" : " true" ,
12
+ "arguments" : [" -X no_debug_ranges" ]
12
13
},
13
14
"processOptions" : {
14
15
"initializationTimeout" : " 00:02:00" ,
15
16
"environmentReloadTimeout" : " 00:02:00"
16
17
}
17
- }
18
+ }
Original file line number Diff line number Diff line change 4
4
"extensions" :[" .py" ],
5
5
"defaultExecutablePath" :" python" ,
6
6
"defaultWorkerPath" :" worker.py" ,
7
- "workerIndexing" : " true"
7
+ "workerIndexing" : " true" ,
8
+ "arguments" : [" -X no_debug_ranges" ]
8
9
},
9
10
"processOptions" : {
10
11
"initializationTimeout" : " 00:02:00" ,
11
12
"environmentReloadTimeout" : " 00:02:00"
12
13
}
13
- }
14
+ }
You can’t perform that action at this time.
0 commit comments