Description
If a variable definition has been added to the launch.json file, but that variable does not exist in the schema the debugger will not start.
Steps to Reproduce
- Add a viarable defintion to the launch.json file:
- Launch debugger with launch.json file
- See pop-up error
Expected Behavior
This should probably just generate a warning. Definitely does not need to be an error that prevents debugger from running.
Actual Behavior
Catastrophic error that aborts debugger.

Environment
- Found on Windows 11 (but probably NOT OS dependent)
- Extension version 1.5.0 RC 1
Description
If a variable definition has been added to the launch.json file, but that variable does not exist in the schema the debugger will not start.
Steps to Reproduce
Expected Behavior
This should probably just generate a warning. Definitely does not need to be an error that prevents debugger from running.
Actual Behavior
Catastrophic error that aborts debugger.

Environment