-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdmtools.code-workspace
More file actions
38 lines (38 loc) · 930 Bytes
/
dmtools.code-workspace
File metadata and controls
38 lines (38 loc) · 930 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
38
{
"folders": [
{
"path": "."
},
{
"path": "../dmtools-agentic-workflows"
},
{
"path": "../dmtools-flutter"
},
{
"path": "../cursor_demo/gemini-cli"
}
],
"settings": {
"java.debug.settings.onBuildFailureProceed": true,
"java.import.gradle.enabled": false,
"java.import.gradle.wrapper.enabled": false,
"java.configuration.updateBuildConfiguration": "manual",
"spring-boot.ls.checkJVM": false,
"java.compile.nullAnalysis.mode": "automatic",
"files.associations": {
"*.gradle": "gradle",
"*.yaml": "yaml",
"*.yml": "yaml"
},
"java.project.sourcePaths": [
"dmtools-core/src/main/java",
"dmtools-server/src/main/java"
],
"java.debug.settings.enableRunDebugCodeLens": true,
"java.debug.settings.showHex": false,
"java.debug.settings.showStaticVariables": false,
"java.debug.settings.showQualifiedNames": false,
"java.configuration.maven.userSettings": null
}
}