Archived
1
0

Merge branch 'main' into jsjoeio/upgrade-vscode-1.54

This commit is contained in:
Joe Previte
2021-03-22 10:43:39 -07:00
committed by GitHub
5 changed files with 54 additions and 50 deletions

View File

@ -531,7 +531,7 @@ export function parseConfigFile(configFile: string, configPath: string): ConfigA
return { _: [], config: configPath }
}
const config = yaml.safeLoad(configFile, {
const config = yaml.load(configFile, {
filename: configPath,
})
if (!config || typeof config === "string") {