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

Run and Debug showing duplicate environment names for selection #132932

Closed
hadayovi opened this issue Sep 12, 2021 · 5 comments
Closed

Run and Debug showing duplicate environment names for selection #132932

hadayovi opened this issue Sep 12, 2021 · 5 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded

Comments

@hadayovi
Copy link

image

Duplicate? I don't know, supposedly it was "fixed" but apparently not quite.
#121148 (comment)

Does this issue occur when all extensions are disabled? Yes

  • VS Code Version: Just auto-updated, 1.60.0
  • OS Version: Windows 10 Pro 21H1

image

Steps to Reproduce:

  1. Click the Run and Debug tab on the left of VS Code.
  2. Click the blue Run and Debug button inside of the panel.
  3. Notice that a search box pops up at the top, and shows duplicated environment names as suggestions (?). I can't tell which to of the duplicates to click.
@maiux
Copy link

maiux commented Sep 12, 2021

Same problem here on macOS Big Sur, running:
Version: 1.60.0
Commit: e7d7e9a
Date: 2021-09-01T10:54:53.442Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 20.6.0
image

@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Sep 14, 2021
@roblourens
Copy link
Member

Hey @connor4312 this comes from having js-debug register its debug adapters twice, with and without pwa-. Would it make sense to remove the languages property from the pwa- DAs?

@hadayovi
Copy link
Author

Note that I'm not coding a PWA, just a local Node.js app only for personal computer use. I don't know if it's relevant for me to say that, but I'm doing very little with VS Code at this time.

@bogekt
Copy link

bogekt commented Sep 22, 2021

I have the same issue
Screenshot 2021-09-22 at 17 39 23

When I click on create a launch.json file button

Version: 1.60.1
Commit: 83bd43b
Date: 2021-09-10T17:09:14.403Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 20.6.0

@ramonmata
Copy link

It is happening to me too with latest version:

Version: 1.60.2
Commit: 7f6ab54
Date: 2021-09-22T11:59:27.195Z
Electron: 13.1.8
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Darwin x64 20.6.0

Tried removing all things from Library and the .vscode from my home folder.
Then launch vscode without signing or installing any extensions.

I see the same duplicated list

@TylerLeonhardt TylerLeonhardt added the verified Verification succeeded label Sep 30, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

7 participants