mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-29 00:57:16 +00:00
13 lines
No EOL
263 B
JSON
13 lines
No EOL
263 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
{
|
|
"name": "Debug",
|
|
"type": "gdb",
|
|
"request": "launch",
|
|
"target": "./target/debug/examples/keyboard",
|
|
"cwd": "${workspaceRoot}"
|
|
}
|
|
]
|
|
} |