-
Type: Bug
In my laptop, this is the command that runs when I click on the 'run tests' button in the UI. This is bad because I can't see the progress the full execution, seeing which tests pass. Ins…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### OS/Web Information
Local, remote OS: Ubuntu 22.04
Remote Architecture: amd64
```
$ code-server --version
4.95.…
-
# VSCode test
[https://wsunsky.github.io/post/vscode/](https://wsunsky.github.io/post/vscode/)
-
### Can we access your project?
- [X] I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
### Current Behavior
…
-
Type: Bug
# Behaviour
My shell history (Bash) has the following command periodically added to it:
```
/usr/bin/python3 /Users/gavin/.vscode/extensions/ms-python.python-2024.16.1-darwin-arm64/pytho…
-
Originally reported by @ZiyaoWei in issue #56.
Minimal example tto re-create:
```TypeScript
[NaNofuzz...]
export function a(a: number): number {
return a;
};
[NaNofuzz...]
export functi…
-
### Description
To ensure consistency, efficiency, and alignment with customer requirements, a structured project setup streamlines development, collaboration, and delivery.
### Task List
- [x] #13…
-
代码:
```
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained('GOT-OCR2.0/GOT-OCR-2.0-master/GOT/model/GOT_weights', trust_remote_code=True)
model = AutoMod…
-
Type: Bug
VSCode takes too long to execute first python test after refreshing the tests. This time increases quadratically with the number of tests in working directory. A side effect of this is tha…
-
### Describe the bug
The `vscode-extension.ban.spellright` does pkg not work, throwing `command not found` for any selection in the `CTRL+SHIFT+P` menu.
### Steps To Reproduce
1. Install `vscode-…