-
Hello,
When multiple tests without description follow one another, only the last one is actually executed. A simple example to reproduce:
```
require 'rails_helper'
describe "MyClass" do
…
louim updated
4 weeks ago
-
Due to how tests can be structured and how the compiler mangles function names, it is possible to have a function defined multiple times in the `lcov.info` with different names. This leads to the file…
-
Please add support for Visual Studio 2019.
-
## Issue Description ##
The "Pull `methodName` Up" refactoring is no longer available on methods. This is one of the refactorings I use the most and have had to revert to 1.24.1 to use it.
## S…
-
### Description
Looks like there's some indexing errors happening when trying to index some files in the [miscreant](https://github.com/miscreant/miscreant.rb) gem.
(I wasn't sure if it was better t…
-
Type: Bug
## Issue Description ##
When using `"type": "dotnet"` in `launch.json` while having multiple workspaces (and thus multiple sln files), it fails to launch.
## Steps to Reproduce ##
1. Open…
-
Type: Bug
# Behaviour
My tests no longer show up due to a "pytest Discovery Error". I check the output (thanks for the link) and I see that it tries to use my environment, but then it outputs…
-
Type: Bug
A few times a day, VS Code will drop the green coloring for C# types and refuses to display descriptions and links to class definitions. I sometimes have to restart VS Code multiple times…
-
When using the [coverage gutters vscode extension](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters), coverage results do not update properly while running dotnet …
-
This tool is really useful, but seems to be missing bookmarks that stay in sync with edited files. Removing or adding lines to a bookmarked file leaves the bookmarks where they are placed, which means…