Phillip Hoff
Phillip Hoff
## Description of the issue On Windows, when starting a composition that refers to a secret file which does not exist, an "invalid mount config for type" error is generated...
With the January 2020 (1.42) release, we have the option to use the new `resolveDebugConfigurationWithSubstitutedVariables()` API in our Docker `DebugConfigurationProvider`. This gets called with any variables within the configuration having...
Support debugging Docker containers created via Docker Compose
The Docker host for Hyper-V based containers (i.e. Windows containers) does not support the get/put archive APIs used to support file viewing/editing of files. While we have found a workaround...
Currently the extension assumes running container files being opened in the editor are text files (specifically calling VS Code's `workspace.openTextDocument()`. We should investigate whether VS Code does a reasonable job...
When running [interactively] a Docker build image via the context menu for a tag in the Docker Explorer, the extension should look for an associated Docker run task and, if...
Adds support for the new Python language model, where bindings are attributes within the application code rather than in separate JSON files.
Adds the optional property `onNodeExpansionChanged(keyName, data, level, expanded)` to `JSONNestedNode`. This allows applications to be notified when a node is expanded or collapsed. This can be used, for example, in...
Is there a "test" mode for the gathering of telemetry that doesn't require setting a AI key for an existing Azure resource? That is, is there a way to see...
## Expected Behavior When running `dapr list --log-as-json`, I expect the output to be in JSON format. ## Actual Behavior The output is in the default table format. ## Steps...