-
Type: Bug
# Behaviour
Test explorer icon in the left navbar has disappeared after vscode updated the extension automatically to 2024.18.0.
I think this was the trigger because the upgrade install da…
-
**Version Used**:
Microsoft.CodeAnalysis.CSharp - 4.1.0
**Steps to Reproduce**:
This is the original auto-generated code provided as raw-string literal.
```
var CodeStr = """
…
-
When applying the auto-formatter, this plugin does not correctly format Gherkin feature files.
Before:
![image](https://f.cloud.github.com/assets/743291/1040292/ccb0805c-0fb1-11e3-90a4-1d7b9ee7f00d.p…
-
At https://fortran-lang.org/learn/intrinsics/array/#merge there is code
```
write(*,*)merge (1.0, 0.0, k > 0)
k=-2
write(*,*)merge (1.0, 0.0, k > 0)
```
I think there should be a spac…
-
For some reason, sometimes, the auto formatter is deleting entire functions in my python files!
I save inside vim with `:w`, and then it auto formats with black, but then sometime a function or cla…
himat updated
4 years ago
-
## Context
We have an `i18n-order` custom rules that auto-fixes issues (sort keys alphabetically + add region comments).
When upgrading setting up automated tests, it highlighted an issue that i…
-
**Checklist prior to opening an issue**
- [x] I have followed fully the installation steps laid out in the documentation site.
- [x] I have restarted jupyterlab.
- [x] I have read the FAQ section i…
-
### What is this issue about
In javascript project, we usually use prettier to format our code. So we don't have to worry about spaces, indentation, unconsistent code style :)
I think it's good …
-
Currently, external formatters need [to be configured](https://behave.readthedocs.io/en/latest/formatters.html#more-formatters) to have a nice alias, or their full `module:Class` path needs to be spec…
-
**Describe the bug**
Horreum-web module imports the `prettier` dependency, which is referenced in the `prettier-format` script
Review usage of the dependency to determine if it is used, whether …