I'm sure you've seen this modal before in Visual Studio code. Does anyone know what API they are using to create this. I've given the docs a cursory inspection but can't seem to find any details on this type of modal.
I understand you can do something like this:
import * as vscode from 'vscode';
vscode.window.showInformationMessage(
'Do you want to proceed?',
{ modal: true }, //