Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Reset Settings after TimeoutNew to Visual Studio Code? Get it now.
Reset Settings after Timeout

Reset Settings after Timeout

Tuur Lievens

|
782 installs
| (0) | Free
Resets a bunch of settings to a defined value after a timeout
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode: Reset Settings after Timeout

Features

This extension allows you to define a list of commands (and soon settings) that get run every x seconds.

Possible use case: Automatically enabling your linter for when you forget to turn it on again after manually disabling it.

Extension Settings

// An array of commands to execute after timeout (see keybindings for commands)
"reset-settings-timeout.commands": [],

// A list of settings with the preferred 'default' value
"reset-settings-timeout.settings": {},

// Timeout in seconds (less than 60 is never)
"reset-settings-timeout.timeout": 3600,

// Always reset settings when VSCode starts
"reset-settings-timeout.resetOnRestart": true,

// Show a message when a reset happens
"reset-settings-timeout.notifyOfReset": false,

// Enable debug mode
"reset-settings-timeout.debug": false,

Release Notes

0.0.2

  • Support for resetting configuration

0.0.1

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