Complexity: 3
The window.showInputBox() API is using a new implementation and the window.showQuickPick() for multi-selection API's implementation was refactored to share code with the showInputBox() one.
- Verify
window.showInputBox() works as before including its various options.
- Verify
window.showQuickPick() for multi-selection still works including its options. (Single-selection uses the old implementation. Use { selectMany: true }.)
Complexity: 3
The
window.showInputBox()API is using a new implementation and thewindow.showQuickPick()for multi-selection API's implementation was refactored to share code with theshowInputBox()one.window.showInputBox()works as before including its various options.window.showQuickPick()for multi-selection still works including its options. (Single-selection uses the old implementation. Use{ selectMany: true }.)