Previously, any entry without a config property could cause the entire function to throw an error. I changed the function a bit and am verifying that config exists before running a find on it (even though the types claim that it is always defined 😬
Fixes https://github.com/microsoft/vscode-azurevirtualmachines/issues/218
Previously, any entry without a
config
property could cause the entire function to throw an error. I changed the function a bit and am verifying thatconfig
exists before running a find on it (even though the types claim that it is always defined 😬