Adam Friedman

Results 41 issues of Adam Friedman

This can still use the same mechanism as exec-in-pod (`K8sMultiplexer`, but there are 2 streams for each forwarded port: data and error). Each channel will first receive its target port...

enhancement
help wanted

Make sure we exercise all mechanisms for resolving `KubeClientOptions` and `KubeApiClient` (including named options and `INamedKubeClients`).

enhancement
help wanted

Pick one or more: * You can call methods on the client to write text. * Scans for a configurable prompt string, and raises an event when it's encountered. *...

enhancement

Includes elements such as `Import`, `ItemGroup`, `PropertyGroup`, etc. Also includes well-known tasks. Relates to tintoy/msbuild-project-tools-server#4

enhancement
help wanted
area/hover

Extend the configuration schema to support specifying overrides for MSBuild global properties: ```json { "msbuildProjectTools": { "msbuild": { "globalProperties": [ { "name": "MSBuildSdksPath", "value": "C:\\Foo\\Bar" }, { "name": "AnotherProperty", "value":...

enhancement
area/msbuild

When inserting an element (e.g. user types `

enhancement
help wanted
area/completions
area/ux
area/diagnostics

Let’s use this as a starting point for discussing (and eventually defining) our release process. A couple of suggestions: * Consider use of GitHub’s projects/milestones feature to track various releases...

meta

Some enhancements to the work started in #84: - [ ] Only offer `PackageVersion` element completion if the MSBuild project's `ManagePackageVersionsCentrally` property is set to `true` (or `True`). - [...

enhancement
area/completions
area/nuget

This is because VS Code behaviour has changed, and it no longer correctly handles extension of selection if it has inserted an auto-closing delimiter. tintoy/msbuild-project-tools-server#71

bug
area/completions
area/lsp