Ben McMorran

Results 11 issues of Ben McMorran

**Describe the bug** The `vcpkg-init.cmd` script shows usage information and returns a non-zero exit code despite successfully adding vcpkg to the shells environment. **Environment** - OS: WIndows 10 CMD -...

category:vcpkg-bug

# 🐛 Bug Report When using keyboard navigation to navigate a data grid on a small screen, cells are focused but may not be brought fully into view. This is...

bug
status:planned
area:fast-foundation
compliance:a11y

The example [test case filtering code](https://github.com/Microsoft/vstest-docs/blob/master/RFCs/0004-Adapter-Extensibility.md#filtering) does not compile. Specifically here: ``` var filterExpression = runContext.GetTestCaseFilter(supportedProperties, (propertyName) => { TestProperty testProperty = null; supportedProperties.TryGetValue(propertyName, out testProperty); return testProperty; }); ```...

bug

When clicking the link to the Pdb2Pdb package from the README, my browser complains that the certificate for the feed is not valid. https://dotnet.myget.org/feed/symreader-converter/package/nuget/Pdb2Pdb ![image](https://user-images.githubusercontent.com/6981284/123999958-efaf7d80-d987-11eb-98e3-80770e43795d.png) This is causing problems in...

I'm working on a VS Code extension that provides an alternative JSON editor, and it would be useful if I could reuse the JSON schema resolution logic that the built-in...

feature-request
json

### Brief Issue Summary After running a CTest suite, the line `[ctest] [object Object]` appears in the CMake/Build output pane. Something probably isn't getting deserialized correctly. 1. Create a folder...

bug
fixed (release pending)
Feature: ctest

### Describe the request The *.proto files in this repo are currently licensed under GPLv3. I'm not a lawyer, but that seems like it would prevent any non-GPL application from...

type: enhancement
topic: infrastructure
topic: gRPC

### Feature request It would be great if this toolkit provided a progress bar based on [the VS Code progress bar](https://github.com/microsoft/vscode/blob/0bf30719729d76dc3db934ac2e04eed892a9ae7e/src/vs/base/browser/ui/progressbar/progressbar.ts) that appears at the top of views while they...

enhancement

This is essentially the same as #12044, but adapted to use the new proposed language model tools API instead of the chat variables API. I'm leaving it in a draft...