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

DelayedCommand

sqreept

|
458 installs
| (0) | Free
Executes a command later
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Delayed Command

Allows delayed execution of a command

Usage

The example below uses delayedcommand.run to close and annoying notification after 100ms making it mostly invisible ;-)

    "macros": {
      "clojure_save_eval_esc": [
        "workbench.action.files.save",
        "clojureVSCode.eval",
        { "command": "delayedcommand.run", "args": { "delay": 100, "command": "workbench.action.closeMessages" }}
      ]
    },
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft