NNeoinit
db5d3e7e创建于 2025年11月5日历史提交
{
    // 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": "example",
            "cwd": "example",
            "request": "launch",
            "type": "dart",
        },
        {
            "name": "example-release",
            "cwd": "example",
            "request": "launch",
            "type": "dart",
            "flutterMode": "release",
        },
        {
            "name": "example-profile",
            "cwd": "example",
            "request": "launch",
            "type": "dart",
            "flutterMode": "profile",
        },
    ]
}