-
```
What steps will reproduce the problem?
1. Make a foldable code block, e.g. a function with def keyword
2. fold the code block, e.g. fold everything below def keyword
3. indent the code block head,…
-
In macOS, I am setting the default editor for source code files to open with macvim be default so that macvim can be the editor when debugging on lldb with `lldb --editor`. However, whenever a breakpo…
-
### Describe the Issue
When Debugger stops at a breakpoint and you try to select an earlier frame from the call stack which is inside .NET runtime code, then VSCode shows a message that it failed at …
-
```
What steps will reproduce the problem?
1. Create text file and let it open in editor (for example PSPad)
2. open text file with snake tail too
3. change content in editor and try to save
4. Editor…
-
```
What steps will reproduce the problem?
1. Create text file and let it open in editor (for example PSPad)
2. open text file with snake tail too
3. change content in editor and try to save
4. Editor…
-
### code completion unnecessarily not "overwriting" to the right (Java specific? language specific fixes with compile-check "smarter" "smart" acceptSuggestion possible)
**TLDR;** just look below…
-
```
The byte-code manipulation of Javassist can be slow in some occasions which
have may lead to performance issues for certain classes/frameworks. Take
for example the demo.org.powermock.examples.Log…
-
```
The byte-code manipulation of Javassist can be slow in some occasions which
have may lead to performance issues for certain classes/frameworks. Take
for example the demo.org.powermock.examples.Log…
-
```
The byte-code manipulation of Javassist can be slow in some occasions which
have may lead to performance issues for certain classes/frameworks. Take
for example the demo.org.powermock.examples.Log…
-
The following is a minor issue I noticed while digging through the code.
The original qtranslate used HTML comments as separation characters:
```
.....
```
A big advantage of this notation was that…