Skip to content

Instantly share code, notes, and snippets.

@HallexCosta
Created December 9, 2020 22:22
Show Gist options
  • Save HallexCosta/aa8fdc7dc2760e84461a0080d720b8e3 to your computer and use it in GitHub Desktop.
Save HallexCosta/aa8fdc7dc2760e84461a0080d720b8e3 to your computer and use it in GitHub Desktop.
Permission Denied to Move or Rename Folders
// settings
// To solve this problem add the following line of code in the settings.json file in vscode
files.watcherExclude": {
"**/**/*": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment