File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33
33
" zeshuaro.vscode-python-poetry"
34
34
],
35
35
"settings" : {
36
- "azureFunctions.projectSubpath" : " code/backend/batch" ,
37
36
"python.defaultInterpreterPath" : " /usr/local/bin/python" ,
38
37
"python.pythonPath" : " /usr/local/bin/python" ,
39
- "files.insertFinalNewline" : true ,
40
- "files.trimFinalNewlines" : true ,
41
- "files.trimTrailingWhitespace" : true
38
+ "remote.autoForwardPortsFallback" : 0 ,
39
+ "remote.autoForwardPortsSource" : " process"
42
40
}
43
41
}
44
42
}
Original file line number Diff line number Diff line change 1
1
{
2
- "azureFunctions.deploySubpath" : " code\\ backend\\ batch" ,
2
+ "azureFunctions.deploySubpath" : " code/backend/batch" ,
3
+ "azureFunctions.projectSubpath" : " code/backend/batch" ,
3
4
"azureFunctions.scmDoBuildDuringDeployment" : true ,
4
5
"azureFunctions.projectLanguage" : " Python" ,
5
6
"azureFunctions.projectRuntime" : " ~4" ,
6
7
"debug.internalConsoleOptions" : " neverOpen" ,
7
8
"azureFunctions.projectLanguageModel" : 2 ,
9
+ "files.insertFinalNewline" : true ,
10
+ "files.trimFinalNewlines" : true ,
11
+ "files.trimTrailingWhitespace" : true ,
8
12
"githubPullRequests.ignoredPullRequestBranches" : [
9
13
" main"
10
14
],
You can’t perform that action at this time.
0 commit comments