Ehab Younes
Ehab Younes
This is the exact same issue as in https://github.com/paulmillr/chokidar/issues/1042 except it happens when deleting the watched folder exactly and not a sub-directory. **Versions:** - Chokidar version: 3.5.3 - Node version:...
# Description Closes https://github.com/gitkraken/vscode-gitlens/issues/1651. This PR adds an option in the GitLens settings to open the file when clicking on its entry in the Search & Compare instead of opening...
Replaced the `node-forge` dependency with `@peculiar/x509`, which is more modern, lightweight, and still widely adopted (600K+ downloads). I initially attempted to use Node.js's built-in `crypto` module, but encountered an issue...
Closes #586
WebSocket streams occasionally drop due to client network loss or server-side interruptions. Today, many parts of the app rely on one-way WebSockets for push updates, and a closed socket isn’t...
The `getConfiguredAxiosInstance` function logs "CSRF token not found" errors in the VS Code extension host on every invocation. This occurs because the following code attempts to access browser-specific APIs that...
## Warning in VS Code 1.101+: ``` 2025-11-02 01:39:50.792 [warning] [Deprecation Warning] 'PendingMigrationError' is deprecated. navigator is now a global in nodejs, please see https://aka.ms/vscode-extensions/navigator for additional info on this...