-
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.6.3
**Steps to reproduce crash**
1.
2.
3.
**TS Server Log**
❗️Server loggin…
-
This issue could be solved by using a code formatter like [black](https://pypi.org/project/black/).
Then, if we start using an automated testing environment, it could be integrated into that.
If…
-
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.6.3
**Steps to reproduce crash**
1.
2.
3.
**TS Server Log**
❗️Server loggin…
-
1.0.0 introduced the ability to use VS Code as a git difftool. The relevant global `.gitconfig` lines are as follows:
```
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = co…
-
Reformatear el código y aplicar herramientas de comprobación y corrección automática.
flake8, black, isort, pydocstyle
Fichero de configuración tox.ini
```
[isort]
skip_glob = venv,.venv,.egg…
-
Issue Type: Bug
Steps:
1. run the code below, using the launch config
Actual:
- output goes to debug console
- lines in output are treated as groups. It seems something is buffering.
- fil…
-
We have written the needed data into your clipboard because it was too large to send. Please paste.
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
…
-
#### Reason/Context
Please try answering a few of those questions
- Why do we need this improvement?
Improves Developer Experience, by auto-linting before any commit is made.
- How will this cha…
imabp updated
2 years ago
-
## Feature Overview
Currently, aqua doesn't support Windows.
It is desirable for aqua to support Windows.
I don't have Windows, so I'm not familiar with Windows.
And it is a little difficult t…
-
I'm not fan of actual Plugin System for the main reason : it can not be testable locally !
Now my question is related to my first attempt to define a plugin for PHP language.
Script is available a…