https://github.com/jakebailey/bad-file-watcher
https://github.com/jakebailey/bad-file-watcher
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakebailey/bad-file-watcher
- Owner: jakebailey
- Created: 2021-09-23T07:00:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T07:15:28.000Z (over 4 years ago)
- Last Synced: 2025-11-12T22:31:53.113Z (7 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repro for https://github.com/microsoft/vscode/issues/132483#issuecomment-925383193.
Run:
```
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
```
Open the repo in VS Code Insiders, navigate to `main.py` to activate things,
then check the "Python Language Server" output; it should be looping.