Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Unix chmodNew to Visual Studio Code? Get it now.
Unix chmod

Unix chmod

Mark Skelton

|
16 installs
| (0) | Free
Execute chmod commands via a VS Code command
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Unix chmod

A VS Code extension that provides a command to run the Unix chmod command.

Usage

{
  "key": "cmd+shift+x",
  "commands": "unix-chmod.chmod",
  "args": ["+x"]
}

Installation

You can install this extension through the VS Code Marketplace or by building from source:

Building from Source

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm run compile to build the extension
  4. Copy the extension files to your VS Code extensions folder or use the "Developer: Install Extension from Location..." command
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft