1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2025-01-15 06:24:47 +01:00
unofficial_jisho_api_dart/.vscode/launch.json

14 lines
405 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": "unofficial-jisho-api-dart",
"request": "launch",
"type": "dart",
"program": "example/api/phrase_search_copy.dart"
}
]
}