-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApexSigmaProjects.Dev.code-workspace
More file actions
57 lines (57 loc) · 1.05 KB
/
ApexSigmaProjects.Dev.code-workspace
File metadata and controls
57 lines (57 loc) · 1.05 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"powershell.cwd": "ApexSigmaProjects.Dev",
"git.decorations.enabled": false,
"markdown.validate.enabled": true,
"marktree.additionalIgnores": [
".git",
".gitignore",
".vscode/",
".idea/",
".settings/",
".vs/",
".code-workspace",
"yarn.lock",
"pnpm-lock.yaml",
"package-lock.json",
"README.md",
"LICENSE",
"LICENSE.md",
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"SECURITY.md",
".editorconfig",
".gitattributes",
".mailmap",
"Apex Sigma Docker Network Convention.md",
"apexsigma.glossary.as.md",
"Valhalla Shield Engineering Standard v1.2.md"
],
"editor.fontSize": 14,
"mcp": {
"servers": {
"Trunk-MCP": {
"url": "https://mcp.trunk.io/mcp",
"type": "http"
},
"Semgrep-MCP": {
"url": "https://mcp.semgrep.ai/mcp",
"type": "http"
}
},
"inputs": []
}
},
"extensions": {
"recommendations": [
"google.gemini-cli-vscode-ide-companion",
"ms-python.vscode-pylance"
]
}
}