Use `argument` in addition to `folderUri` when conditionally resolving some variables. by bzarco · Pull Request #95483 · microsoft/vscode

alexr00

@bzarco bzarco changed the title Do not use folderUri to gate variable resolving. Use argument in addition to folderUri when conditionally resolving some variables.

Apr 17, 2020

alexr00

Some vars were conditionally resolved by first checking `folderUri`.
This is wrong, as `getFolderUri()` may return a valid one even when
`folderUri` is undefined (when `argument` is used).

@alexr00 @bzarco

@bzarco

@bzarco

@bzarco

@alexr00