vscode-php-debug icon indicating copy to clipboard operation
vscode-php-debug copied to clipboard

Use quickPick to allow user to select what portion of launch.json is created

Open zobo opened this issue 3 years ago • 0 comments

Consider using a DebugConfigurationProvider and the provideDebugConfiguration could use the quickPick api to ask the user he would like to listen to xDebug or to launch current file, and based on that only create one configuration

zobo avatar Apr 11 '22 21:04 zobo