VSCodeBackup icon indicating copy to clipboard operation
VSCodeBackup copied to clipboard

Error while restore

Open t0rsten opened this issue 5 years ago • 0 comments

While Restore:

Resolve-Path : Cannot find path 'C:\Users\t0rsten\AppData\Roaming\Code\User\Snippets' because it does not exist.
At C:\Users\t0rsten\Documents\WindowsPowerShell\Modules\vscodebackup\0.5.0\VSCodeBackup.psm1:107 char:66
+ ...     $SnippetsDirectory = "$SettingsDirectory\Snippets" | Resolve-Path
+                                                              ~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\t0rsten\User\Snippets:String) [Resolve-Path], ItemNotFoundE
   xception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.ResolvePathCommand

t0rsten avatar Aug 07 '20 19:08 t0rsten