vscode-nsfw
Version:
A simple file watcher for Node
23 lines (13 loc) • 946 B
Markdown
# Changelog
## 2.1.7 (internal)
- [[`3948bcb7e5`](https://github.com/microsoft/vscode-nsfw/commit/3948bcb7e5)] chore: update build config
## 2.1.5 (internal)
- [[`b77605df39`](https://github.com/microsoft/vscode-nsfw/commit/b77605df39)] macOS: continue to watch when root is deleted
## 2.1.4 (internal)
- [[`8339c0bd58`](https://github.com/microsoft/vscode-nsfw/commit/8339c0bd58)] fix TS definition to declare `vscode-nsfw` module
## 2.1.3 (internal)
- [[`91a5ac1686`](https://github.com/microsoft/vscode-nsfw/commit/91a5ac1686)] enable CI to run tests on all platforms
- [[`97c11885bd`](https://github.com/microsoft/vscode-nsfw/commit/97c11885bd)] Windows: align `ReadDirectoryChangesW` flags with the default of C# FileSystemWatcher to avoid events on file access
- [[`e221f1584f`](https://github.com/microsoft/vscode-nsfw/commit/e221f1584f)] rename module to `vscode-nsfw`
## 2.1.2
- Forked `nsfw` (https://github.com/Axosoft/nsfw)