Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backspace/Delete keys occasionally stop working in Visual Studio #349

Open
andrew-woosnam opened this issue May 24, 2022 · 0 comments
Open
Labels
bug Something isn't working needs-investigation This issue needs to be investigated further

Comments

@andrew-woosnam
Copy link
Contributor

@TimHess (but not @atwoosnam) has been able to reproduce this by loading this manifest into the deployment dialog:

version: 1
applications:
- name: DartStorageRegression
  memory: 256M
  buildpacks:
  - https://github.com/cloudfoundry/apt-buildpack/releases/download/v0.2.11/apt-buildpack-cflinuxfs3-v0.2.11.zip
  - dotnet_core_buildpack
  env:
    DOTNET_CLI_TELEMETRY_OPTOUT: 1
    DOTNET_NOLOGO: 1
  health-check-type: process
  no-route: true 
  stack: cflinuxfs3

Let's take a look at this more so we can determine if this is a bug introduced by this extension or not.

@andrew-woosnam andrew-woosnam added bug Something isn't working needs-investigation This issue needs to be investigated further labels May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-investigation This issue needs to be investigated further
Projects
None yet
Development

No branches or pull requests

1 participant