File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 " zeshuaro.vscode-python-poetry"
3434 ],
3535 "settings" : {
36- "azureFunctions.projectSubpath" : " code/backend/batch" ,
3736 "python.defaultInterpreterPath" : " /usr/local/bin/python" ,
3837 "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"
4240 }
4341 }
4442 }
Original file line number Diff line number Diff line change 11{
2- "azureFunctions.deploySubpath" : " code\\ backend\\ batch" ,
2+ "azureFunctions.deploySubpath" : " code/backend/batch" ,
3+ "azureFunctions.projectSubpath" : " code/backend/batch" ,
34 "azureFunctions.scmDoBuildDuringDeployment" : true ,
45 "azureFunctions.projectLanguage" : " Python" ,
56 "azureFunctions.projectRuntime" : " ~4" ,
67 "debug.internalConsoleOptions" : " neverOpen" ,
78 "azureFunctions.projectLanguageModel" : 2 ,
9+ "files.insertFinalNewline" : true ,
10+ "files.trimFinalNewlines" : true ,
11+ "files.trimTrailingWhitespace" : true ,
812 "githubPullRequests.ignoredPullRequestBranches" : [
913 " main"
1014 ],
You can’t perform that action at this time.
0 commit comments