-
Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs --v…
-
## Environment data
- Pylance version: v2024.9.2
- OS and version: Win10.0.19045 Build 19045
- VSCode Version: 1.93.1
- Python version (& distribution if applicable, e.g. Anacond…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.78.2 Commit: b3e4e68a0bc097f0ae7907b217c1119af9e03435
- OS Version: Darwin x64 22.4.0
S…
-
### Use case
When writing tests, finding the line that causes the problem is not very convenient.
![image](https://github.com/user-attachments/assets/2acb427d-fe1d-45a7-8c08-38811f976abe)
The…
-
Setting http.proxy in Client VSCode will affect copilot running in SSH - Remote server.
- Copilot Chat Extension Version: v1.219.0
- VSCode Version: 1.93.0-insider (user setup)
- Logs:
`…
-
![Image](https://github.com/user-attachments/assets/aaf7ac23-c067-409e-8e64-32ab6a30c309)
https://github.com/user-attachments/assets/89f74df8-9c1a-482b-962d-25b3bcaf8a12
Does this issue occur w…
-
$ git clone --recursive https://github.com/github/vscode-codeql-starter.git
Cloning into 'vscode-codeql-starter'...
remote: Enumerating objects: 543, done.
remote: Counting objects: 100% (148/148),…
-
Using last vscode 1.95.1 and KarateIDE v1.5.0 + Karate IDE Classpath Jar v1.4.0
On two og-f my project I'm not able to use the plugin, I got following error. On other it work well, project are a li…
-
# Bug
`key_name` doesn't work when `id`
### Current Behavior
```python
class Project(Model):
id: str = Field(unique=True, key_name="project_id")
```
TypeError: can't automatically g…
-
We should avoid depending on the `vscode` typescript module as much as possible because it's only available when the extension is run within vscode itself.
This is fine for using the extension norm…