Use `Array<x | y>` for union types in `vscode.d.ts`
Pedantic but we mostly use `Array<x | y>` for arrays of unions instead of `(x | y)[]`. Just adding an eslint rule and updating some places to be consistent
M
Matt Bierner committed
4b14c2d0452f3796df05a20075ebecfc35470ccb
Parent: bc0eb00