mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-03 21:40:53 +00:00
37 lines
912 B
JSON
37 lines
912 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
{
|
|
"name": "Attach to Process",
|
|
"type": "go",
|
|
"request": "attach",
|
|
"mode": "local",
|
|
"processId": 0
|
|
},
|
|
|
|
|
|
{
|
|
"name": "Connect to server",
|
|
"type": "go",
|
|
"request": "attach",
|
|
"mode": "remote",
|
|
"remotePath": "${workspaceFolder}",
|
|
"port": 2345,
|
|
"host": "127.0.0.1"
|
|
},
|
|
|
|
|
|
|
|
{
|
|
"name": "PowerShell: Launch Current File",
|
|
"type": "PowerShell",
|
|
"request": "launch",
|
|
"script": "${file}",
|
|
"args": []
|
|
}
|
|
]
|
|
} |