-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathedgequake.code-workspace
More file actions
37 lines (37 loc) · 885 Bytes
/
edgequake.code-workspace
File metadata and controls
37 lines (37 loc) · 885 Bytes
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
{
"folders": [
{
"path": "."
},
{
"path": "../edgequake-llm"
},
{
"path": "../edgequake-pdf2md"
}
],
"settings": {
"php.validate.enable": false,
"php.suggest.basic": false,
"php.executablePath": "/usr/bin/php",
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.workspace.symbol.search.scope": "workspace",
"rust-analyzer.diagnostics.disabled": [
"unresolved-proc-macro"
],
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"typescript.tsdk": "lightrag_webui/node_modules/typescript/lib",
"chat.tools.terminal.ignoreDefaultAutoApproveRules": true,
"chat.tools.eligibleForAutoApproval": {
"execute/*": true
},
"chat.tools.terminal.autoApprove": {
"/^git log --oneline -15 \\| cat$/": {
"approve": true,
"matchCommandLine": true
}
}
}
}