Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Copy All FilesNew to Visual Studio Code? Get it now.
Copy All Files

Copy All Files

Brian Uceda

|
5 installs
| (0) | Free
Copy all files from workspace to clipboard with custom format
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copy All Files - VS Code Extension

Login & Setup

  1. Azure DevOps: https://dev.azure.com/
  2. Create Personal Access Token: https://dev.azure.com/[organization]/_usersSettings/tokens
    • Scopes: Marketplace → Manage
  3. Login:
    npm install -g @vscode/vsce
    vsce login brianuceda
    

Publish New Version

# Change version in package.json (0.1.x)
vsce publish

Commands

  • Package only: vsce package
  • Publish patch: vsce publish patch (0.1.x → 0.1.y)
  • Publish minor: vsce publish minor (0.1.x → 0.2.0)
  • List publishers: vsce ls-publishers
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft