Skip to content

Bennowan/language-server-watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Server Watchdog

A lightweight VS Code extension that monitors the Python Language Server (Pylance) and restarts it automatically if it becomes unresponsive.
Designed to avoid full VS Code reloads, preventing loss of unsaved work.


Features

  • Checks every 2 minutes if Pylance is responsive.
  • Restarts the Python Language Server silently by toggling a config setting.
  • Runs quietly in the background with minimal interference.

Installation

Install from Release

  1. Download the latest .vsix package from the Releases.

  2. Install it using the VS Code CLI:

    code --install-extension language-server-watchdog-0.0.1.vsix

About

VS Code extension that monitors and restarts the Python language server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published