You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localize('startupDataDirError',"Unable to write program user data."),
335
-
environmentService.extensionsPath
336
-
? localize('startupUserDataAndExtensionsDirErrorDetail',"Please make sure the directories {0} and {1} are writeable.",environmentService.userDataPath,environmentService.extensionsPath)
337
-
: localize('startupUserDataDirErrorDetail',"Please make sure the directory {0} is writeable.",environmentService.userDataPath)
345
+
localize('startupUserDataAndExtensionsDirErrorDetail',"Please make sure the following directories are writeable:\n\n{0}",directories.join('\n'))
0 commit comments