fix bug in call to monaco.Uri. first param is checked with `typeof param ===...
fix bug in call to monaco.Uri. first param is checked with `typeof param === 'object'` which is true for `null` due to a JS quirk
Showing
Please register or sign in to comment