-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-chef.code-workspace
More file actions
120 lines (120 loc) · 4.37 KB
/
code-chef.code-workspace
File metadata and controls
120 lines (120 loc) · 4.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"folders": [
{
"path": ".",
"name": "Dev-Tools Root"
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/__pycache__": true
},
"workbench.iconTheme": "vs-seti-folder",
"workbench.colorTheme": "vira-ocean",
"github.copilot.chat.alternateGptPrompt.enabled": true,
"github.copilot.chat.anthropic.thinking.enabled": true,
"github.copilot.chat.anthropic.tools.websearch.enabled": true,
"github.copilot.chat.codesearch.enabled": true,
"github.copilot.chat.editor.temporalContext.enabled": true,
"github.copilot.chat.edits.temporalContext.enabled": true,
"github.copilot.chat.generateTests.codeLens": true,
"github.copilot.chat.languageContext.fix.typescript.enabled": true,
"github.copilot.chat.languageContext.inline.typescript.enabled": true,
"github.copilot.chat.languageContext.typescript.enabled": true,
"github.copilot.chat.languageContext.typescript.includeDocumentation": true,
"github.copilot.chat.newWorkspace.useContext7": true,
"github.copilot.chat.notebook.enhancedNextEditSuggestions.enabled": true,
"github.copilot.chat.notebook.followCellExecution.enabled": true,
"github.copilot.chat.responsesApiReasoningEffort": "medium",
"github.copilot.chat.scopeSelection": true,
"github.copilot.chat.tools.memory.enabled": true,
"mcp": {
"servers": {
"Linear": {
"type": "stdio",
"command": "npx",
"args": ["mcp-remote", "https://mcp.linear.app/sse"]
}
},
"inputs": []
},
"github.copilot.nextEditSuggestions.enabled": true,
"github.copilot.chat.responsesApiReasoningSummary": "off",
"github.copilot.chat.summarizeAgentConversationHistory.enabled": true,
"editor.aiStats.enabled": true,
"github-actions.workflows.pinned.workflows": [
".github/workflows/deploy-intelligent.yml",
".github/workflows/publish-extension.yml"
],
"chat.mcp.serverSampling": {
"dev-tools.code-workspace: Docs by LangChain": {
"allowedModels": [
"copilot/claude-sonnet-4.5",
"copilot/auto",
"copilot/claude-haiku-4.5",
"copilot/claude-sonnet-4",
"copilot/gemini-2.5-pro",
"copilot/gemini-3-pro-preview",
"copilot/gpt-4.1",
"copilot/gpt-5",
"copilot/gpt-5-codex",
"copilot/gpt-5.1",
"copilot/gpt-5.1-codex",
"copilot/gpt-5.1-codex-mini",
"copilot/grok-code-fast-1",
"copilot/oswe-vscode-prime"
]
}
},
"terminal.integrated.cursorStyle": "line",
"chat.agent.thinking.collapsedTools": "all",
"chat.checkpoints.showFileChanges": true,
"chat.customAgentInSubagent.enabled": true,
"chat.extensionUnification.enabled": true,
"chat.renderRelatedFiles": true,
"chat.todoListTool.writeOnly": false,
"chat.tools.terminal.autoReplyToPrompts": true,
"chat.useNestedAgentsMdFiles": true,
"inlineChat.enableV2": true,
"inlineChat.notebookAgent": true,
"devtools.linearHubIssue": "DEV-68",
"devtools.linearWorkspaceSlug": "dev-ops",
"devtools.mcpGatewayUrl": "http://45.55.173.72:8000",
"devtools.orchestratorUrl": "http://45.55.173.72:8001",
"devtools.autoApproveThreshold": "medium",
"chat.allowAnonymousAccess": true,
"chat.edits2.enabled": true,
"chat.mcp.gallery.enabled": true,
"chat.promptFilesLocations": {
".agent_orchestrator/prompts": true
},
"python.analysis.typeCheckingMode": "standard",
"codechef.autoApproveThreshold": "medium",
"codechef.apiKey": "gt5Ae88fz-inOpFmRf1kVAkOJSV3enR7qr8ri1V2so0",
"codechef.maxContextTokens": 8000,
"github-actions.workflows.pinned.refresh.enabled": true,
"chat.agent.maxRequests": 250,
"chat.agent.thinkingStyle": "collapsedPreview",
"chat.editor.wordWrap": "on",
"chat.emptyState.history.enabled": true,
"chat.mcp.assisted.nuget.enabled": true
},
"extensions": {
"recommendations": [
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.black-formatter",
"GitHub.copilot",
"esbenp.prettier-vscode",
"redhat.vscode-yaml",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-containers",
"linear.linear-connect",
"chrisdias.promptboost",
"task.vscode-task",
"hfloveyy.langgraphv",
"l-igh-t.vscode-theme-seti-folder"
]
}
}