-
Type: Performance Issue
`fileWatcher` process oftens gets stuck at 100% CPU.
It seems to be SCM related, but hard to tell.
VS Code version: Code 1.92.2 (Universal) (fee1edb8d6d72a0ddff41e5f71…
-
### Current behavior
Cypress reports `Error: WebSocket connection closed` and stops running tests and `cypress run`
13.13.1
![image](https://github.com/user-attachments/assets/7cde4935-db16-4e1c-…
-
@felixfbecker I have updated the project to use latest code.
Now all script loading is done by `systemjs`.
Do you know how to hook into it for code coverage purpose?
-
```
console.log(process);
```
```
process {
title: 'D:\\develop\\nodejs\\node.exe',
version: 'v10.16.0',
versions: {
http_parser: '2.8.0',
node: '10.16.0',
…
-
# To people coming from search: please [read this page first](https://reactjs.org/warnings/invalid-hook-call-warning.html). It contains most common possible fixes!
**Do you want to request a *f…
-
I'm trying to write some unit tests of code that uses typeorm without hitting the DB. I'm using `getRepository` in the code to do stuff.
In my tests ideally I'd like to call `getRepository(SomeEnti…
-
I am trying to create one chat view extension for visual studio code but not able to rendered html content
Here is my extention.ts code
import * as vscode from 'vscode';
export function …
-
Some ideas mixed with issues we're already tracking. Expanding from our conversations on team hangouts:
- [ ] All official generators support npm3 for front-end packages (#1521)
- [ ] Get consistent …
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
Maybe, unsure.
### System Info and Version
System/Version info
```sh
❯ hyprctl s…
-
### What would you like?
I would like to be able to disable DOM snapshots for network requests. Or even disable DOM snapshots for specific network requests by specifying domain or pathname.
In the…