wasm-micro-runtime/test-tools/wamr-ide/VSCode-Extension/src
Ben ff0752b4ff
Fix wamr-ide debugger ignoring launch config (#2155)
The `DebugConfigurationProvider` was overwriting configurations provided
in `launch.json`. In particular, this for example prevented from specifying a
custom port for the debugger.

Example `launch.json`
```
{
    "configurations": [
        {
            "type": "wamr-debug",
            "request": "attach",
            "name": "Attach Debugger",
            "stopOnEntry": true,
            "attachCommands": [
                "process connect -p wasm connect://127.0.0.1:1237"
            ]
        }
    ]
}
```

Co-authored-by: Ben Riegel <benjuri@amazon.com>
2023-05-10 12:47:43 +08:00
..
utilities VSCode-Extension: Download lldb built for ubuntu 20.04 (#2139) 2023-04-23 14:33:52 +08:00
view Perfect the codebase for wamr-ide (#1817) 2022-12-27 15:04:36 +08:00
constants.ts Add docker images auto check and setup support for WAMR-IDE (#1882) 2023-01-29 09:41:03 +08:00
debugConfigurationProvider.ts Fix wamr-ide debugger ignoring launch config (#2155) 2023-05-10 12:47:43 +08:00
decorationProvider.ts Perfect the codebase for wamr-ide (#1817) 2022-12-27 15:04:36 +08:00
extension.ts Fix wamr-ide debugger ignoring launch config (#2155) 2023-05-10 12:47:43 +08:00
taskProvider.ts Perfect the codebase for wamr-ide (#1817) 2022-12-27 15:04:36 +08:00