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

15 lines
506 B
JSON
Raw Normal View History

2022-01-20 16:59:46 +00:00
{
// 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"
}
]
}