-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:1.61.2 (Universal)
- OS Version:MacOS 11.5.2 (20G95)
Steps to Reproduce:
1.in vscode use `…
-
I don't know if this is considered a feature, but it surprised me. If beneath the type to a function you have a line with any whitespace on it, when you C-s on the type, it'll skip that whitespace-onl…
-
The following was needed here:
- No newline after `class ...` before the first `def`
- One newline after a docstring after `class ...` before the `def`
-
This matches the behavior of xcode's xliff import. This is useful because then the diff will only show actual changes. Otherwise:
![image](https://cloud.githubusercontent.com/assets/548809/15726210/7…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Debian
Distribution Version | 12 (bookworm)
Kernel Version | Linux 6.1.0-26-amd64
Architecture | amd64
OpenZFS Versio…
-
**Used versions**
- tslint-lines-between-class-members@1.3.1
- tslint@5.12.0
**Code**
```ts
class X {
foo(x: number, y: string): string;
foo( y: string): number;
foo(...args: any): str…
-
Hello, thank you for this amazing package. As the title says if write something like this:
```bash
$ npm init
```
It will result in something like that
Is there a way to avoid this issue?…
-
I've got a template for C/C++ code. When I create a new .c file, the template is processed correctly, except that an extra blank line is appended (this seems to happen for all the other templates too)…
-
When you first go to the Ossuary:
```
>NORTH
The barrow wight covers its eye with its claws and bellows something awful as
you pass.
Ossuary
Naked slopes veer upward on every side, forming…
-
I have a property:
private Box _box = null;
public Box box {
get { return (_box); }
set {
if (value != _box) {
_box = value;
OnPropertyChanged("box");
}
}
}
After cleaning,…