// Otherwise, the JSON.parse result will have the \<escape character> missing. const configurationsText: string = util.escapeForSquiggles(curText); // TODO?: Handle when jsonc.parse() throws an exception due to invalid JSON contents. const configurations: ConfigurationJson = jsonc.parse(confi...