This repository has been archived on 2024-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
go-scim/.vscode/launch.json
2022-01-20 17:59:46 +01:00

15 lines
No EOL
506 B
JSON

{
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
// Pointez pour afficher la description des attributs existants.
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/liiibre-sp/main.go"
}
]
}