Created by: InTEGr8or
Updated VS Code launch.json configuration settings so that interactive debugging can be initiated from the debugger menu.
The variable workspaceRoot has been deprecated in favor of workspaceFolder, as per the VS Code website: https://code.visualstudio.com/docs/editor/variables-reference
Q: Why isn't ${workspaceRoot} documented? A: The variable ${workspaceRoot} was deprecated in favor of ${workspaceFolder} to better align with Multi-root Workspace support.
I confirmed the new configuration as you can see in the screenshot.