Axel D.
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...
### 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. -...
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;...
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...
Feature Request: Add ability to select cells/rows/columns for copying their values (incl. headers)
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...
### 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...
### 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....
### VSCode Version  ### Steps to Reproduce 1. Open Visual Studio code and open a large text file ### Current Behaviour In Visual Studio Code, editors' scroll...
# 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....