Skip to content

Commit f69d899

Browse files
committed
Don't autoforward ports in devcontainer
Otherwise docs autobuild doesn't work as the forward kicks in before sphinx can start the server
1 parent 64dcd6b commit f69d899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"settings": {
2020
"python.defaultInterpreterPath": "/workspaces/${localWorkspaceFolderBasename}/.venv/bin/python",
2121
"python.terminal.activateEnvInCurrentTerminal": false,
22-
"python.terminal.activateEnvironment": false
22+
"python.terminal.activateEnvironment": false,
23+
"remote.autoForwardPorts": false
2324
},
2425
// Add the IDs of extensions you want installed when the container is created.
2526
"extensions": [

0 commit comments

Comments
 (0)