Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FSEventCmdNew to Visual Studio Code? Get it now.
FSEventCmd

FSEventCmd

Christopher Carrick

|
13 installs
| (0) | Free
Run command palette commands when certain file system events occur (e.g. create, rename, delete)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FS Event Commands

Simple VSCode extension to run command palette commands when certain file system events happen.

Extension Settings

This extension contributes the following settings:

  • crcarrick.fsEventCmd.commands: List of commands to run
{
  "crcarrick.fsEventCmd": {
    "commands": [
      {
        "cmd": "typescript.restartTsServer",
        "glob": "**/*.ts{,x}",
        "type": ["create", "rename", "delete"]
      }
    ]
  }
}

Release Notes

0.0.1

Initial release of FSEventCmd

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft