David Negstad

Results 18 comments of David Negstad

This particular issue is preventing the VS Containers Tools team from localizing our launch profile UI for the Containers (Docker) extension in VS 2022. We don't have an SDK component,...

We're specifying our rules in code, but we've been tracking this particular issue to see when we could start implementing localized strings via resources, but it sounds like the work...

Oh, I see you mean that there's a new IRuleObjectProvider type we can implement vs. an embedded .xaml file. That seems like it would hopefully work to get us unblocked.

Adding @joperezr for FYI as well; I don't believe there are any signed Preview 3 builds of Aspire currently as those would all be builds out of main. It looks...

@mckelveygreg from past experience, trying to have two competing syntax highlighting implementations for a specific language gets messy quickly; I'd suggest opening up an issue on the existing [hcl extension](hashicorp/vscode-hcl)...

1.29.2 that was just pushed to the marketplace yesterday contains [fixes to the `Accept` header](https://github.com/microsoft/vscode-docker-extensibility/pull/225) used by the extension when connecting to V2 registries. I can't guarantee it will solve...

It looks like node also supports trusting a specific certificate by setting the `NODE_EXTRA_CA_CERTS` environment variable (i.e. `NODE_EXTRA_CA_CERTS=/path/to/your/cert.pem`). This should hopefully allow you to trust the specific certificate without disabling...

The binary at /snap/bin/docker is a snap wrapper for the Docker binary which has additional sandboxing that fails when run from another snap wrapped app (the standard vscode install on...

@joperezr this is likely stale at this point; did we get a different workaround for the release mode problem merged?

Yeah, it's been updated to honor the built-in `AssemblyConfigurationAttribute` the SDK applies, rather than rolling our own assembly attribute via targets.