Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonsiefke/vscode-file-watcher-crashed
https://github.com/simonsiefke/vscode-file-watcher-crashed
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsiefke/vscode-file-watcher-crashed
- Owner: SimonSiefke
- Created: 2023-06-28T17:53:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T16:48:28.000Z (about 1 year ago)
- Last Synced: 2024-11-02T01:04:31.655Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode file watcher crashed bug
```sh
git clone [email protected]:SimonSiefke/vscode-file-watcher-crashed.git &&
cd vscode-file-watcher-crashed &&
npm ci &&
node index.js
```Once VSCode is opened,
- Open the Main Output channel
- Reload vscode
- An error message is dispayed in the output channel: `[error] [UtilityProcess id: 1, type: fileWatcher, pid: 28113]: crashed with code 15 and reason 'killed'`## Gitpod
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/SimonSiefke/vscode-file-watcher-crashed)
### Full Output
```
2023-06-28 18:07:17.095 [info] update#setState idle
2023-06-28 18:07:40.832 [info] Extension host with pid 3720 exited with code: 0, signal: unknown.
2023-06-28 18:07:47.076 [info] update#setState checking for updates
2023-06-28 18:07:47.141 [info] update#setState idle
2023-06-28 18:08:16.944 [info] Extension host with pid 3844 exited with code: 0, signal: unknown.
2023-06-28 18:08:16.969 [error] [UtilityProcessWorker]: terminated unexpectedly with code 15, signal: unknown
2023-06-28 18:08:16.970 [error] [UtilityProcess id: 1, type: fileWatcher, pid: 3829]: crashed with code 15 and reason 'killed'
```