include builtin config files in last modified time calculation

This commit is contained in:
2021-11-30 12:44:54 -07:00
parent 9d706f2e60
commit ed8e038ffa

View File

@@ -49,7 +49,7 @@
oldFileMTime
(mTime oldConfigFile)
userConfigMTime
(apply max (map (readDirectory (userConfigDir)) mTime))]
(apply max (map (concat (readDirectory (userConfigDir)) (readDirectory builtinConfigDir)) mTime))]
(> oldFileMTime userConfigMTime))
(requireConfigJs oldConfigFile)
(Vscode.window.showInformationMessage "Config loaded successfully!")