Skip to content

Commit e110714

Browse files
authored
Owui operator integration (#37)
* data struct for owui CRD * chemchat removal to resources * update dep
1 parent c903e44 commit e110714

33 files changed

Lines changed: 1524 additions & 708 deletions

File tree

.vimspector.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44
"adapter": "CodeLLDB",
55
"configuration": {
66
"request": "launch",
7-
"program": "./target/debug/${fileDirname}"
7+
"program": "${workspaceFolder}/target/debug/${projectFolderBasename}"
8+
}
9+
},
10+
"attach": {
11+
"adapter": "CodeLLDB",
12+
"filetypes": [ "rust", "c", "cpp", "jai" ],
13+
"configuration": {
14+
"request": "attach",
15+
"program": "${workspaceRoot}/${fileBasenameNoExtension}",
16+
"PID": "${PID}",
17+
"sourceLanguages": [ "rust" ]
818
}
919
}
1020
}

0 commit comments

Comments
 (0)