Axel D.

Results 63 issues of Axel D.

Catching up on #187 and #80 here … Please, add an option to using Windows containers only and start Docker Desktop with using Windows containers by default. Currently, it's a...

community_new
docker_desktop

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Area-Startup

Using Entity Framework Core, I created a `Language` entity with the 2-letter ISO code as key: ```c# public class Language(string id) { [Length(2, 2)] public string Id { get; init;...

customer-reported

In [DbContext in dependency injection for ASP.NET Core](https://docs.microsoft.com/ef/core/dbcontext-configuration/#dbcontext-in-dependency-injection-for-aspnet-core) it reads: ```c# options => options.UseSqlServer("name=ConnectionStrings:DefaultConnection")); ``` I couldn't find documentation on the `name` parameter of this connection string. Is this a...

area-context-management
undocumented-feature

Please add the ability to select a range of cells (incl. full rows a/o columns) for copying their content and pasting it to text and/or csv. Thanks ❤️

### Type of issue Other (describe below) ### Description In translated content on `learn.microsoft.com`, fragment hyperlinks don't lead to their corresponding heading. For example, visit this page in German: https://learn.microsoft.com/de-de/dotnet/api/system.text.regularexpressions.regex.replace...

docs-experience
untriaged
Pri3
area-System.Text.RegularExpressions

### What happened? I'm trying to upload a .NET project artifact. The artifact is stored at `$GITHUB_WORKSPACE/ProjectName/bin/Release/net9.0-windows/` However, `actions/puload-artifact@4` doesn't seem to resolve the variable I used to address this...

bug

### NuGet Product(s) Involved Other/NA ### The Elevator Pitch I just uploaded a package to NuGet.org, just to notice that I had something to refine/improve in the packages `ReadMe.md` file....

Type:Feature
Triaged

### VSCode Version ![vs code version](https://user-images.githubusercontent.com/9283914/50669766-7194da80-0fc7-11e9-929a-6181fcc45f62.png) ### Steps to Reproduce 1. Open Visual Studio code and open a large text file ### Current Behaviour In Visual Studio Code, editors' scroll...

feature-request
workbench-os-integration

# Synopsis With pull request #245882, the middle mouse button scrolling feature has been added to VS Code. The middle mouse button scrolling feature has been implemented like this: 1....

triage-needed