Skip to content

Commit 51c2b7e

Browse files
authored
Update settings, including port forwarding (#604)
1 parent 4e7eafb commit 51c2b7e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@
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
}

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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
],

0 commit comments

Comments
 (0)