Co-Authored-By: Quentin Torroba <quentin.torroba@mistral.ai>
Co-Authored-By: Michel Thomazo <michel.thomazo@mistral.ai>
Co-Authored-By: Clément Drouin <clement.drouin@mistral.ai>
Co-Authored-by: Thiago Padilha <thiago@coplane.com>
This commit is contained in:
Mathias Gesbert 2025-12-23 19:00:46 +01:00 committed by Mathias Gesbert
parent 2e1e15120d
commit 078693fc64
67 changed files with 3959 additions and 819 deletions

9
.vscode/launch.json vendored
View file

@ -1,5 +1,5 @@
{
"version": "1.2.2",
"version": "1.3.0",
"configurations": [
{
"name": "ACP Server",
@ -46,6 +46,13 @@
"args": [],
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Attach using PID",
"type": "debugpy",
"request": "attach",
"processId": "${command:pickProcess}",
"justMyCode": true
}
],
"inputs": [