Skip to content

Commit c0e4756

Browse files
enable agent mode in devcontainer
1 parent 87781d7 commit c0e4756

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"markdown-lint.markdownlinter",
1414
"ms-python.python", // Python extension
1515
"ms-python.vscode-pylance" // Pylance extension for Python
16-
]}
16+
],
17+
"settings": {
18+
"chat.agent.enabled": true,
19+
}
20+
}
1721
},
1822
"forwardPorts": [
1923
3000, // React default port
@@ -25,7 +29,7 @@
2529
"label": "octofit-tracker",
2630
"requireLocalPort": true,
2731
"visibility": "public"
28-
},
32+
},
2933
"8000": { // Django port attributes
3034
"label": "octofit-api",
3135
"requireLocalPort": true,

0 commit comments

Comments
 (0)