We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87781d7 commit c0e4756Copy full SHA for c0e4756
.devcontainer/devcontainer.json
@@ -13,7 +13,11 @@
13
"markdown-lint.markdownlinter",
14
"ms-python.python", // Python extension
15
"ms-python.vscode-pylance" // Pylance extension for Python
16
- ]}
+ ],
17
+ "settings": {
18
+ "chat.agent.enabled": true,
19
+ }
20
21
},
22
"forwardPorts": [
23
3000, // React default port
@@ -25,7 +29,7 @@
25
29
"label": "octofit-tracker",
26
30
"requireLocalPort": true,
27
31
"visibility": "public"
28
- },
32
+ },
33
"8000": { // Django port attributes
34
"label": "octofit-api",
35
0 commit comments