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

Duplicated file extension in save dialog #106858

Closed
aeschli opened this issue Sep 16, 2020 · 0 comments
Closed

Duplicated file extension in save dialog #106858

aeschli opened this issue Sep 16, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug dialogs Issues with native and custom dialogs insiders-released Patch has been released in VS Code Insiders verified Verification succeeded

Comments

@aeschli
Copy link
Contributor

aeschli commented Sep 16, 2020

From #105463 (comment)

Java extension added the following section to package.json.

{
  "contributes":
   {
    "languages": [
      {
        "id": "java",
        "extensions": [
          ".java"
          ".class"
        ],
        "configuration": "./language-configuration.json"
      }
    ]
  }

image

@aeschli aeschli changed the title Duplicated file extensions in save dialog Duplicated file extension in save dialog Sep 16, 2020
@aeschli aeschli self-assigned this Sep 16, 2020
@aeschli aeschli added this to the September 2020 milestone Sep 16, 2020
@aeschli aeschli added dialogs Issues with native and custom dialogs bug Issue identified by VS Code Team member as probable bug labels Sep 16, 2020
@rebornix rebornix added the verified Verification succeeded label Oct 1, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2020
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 dialogs Issues with native and custom dialogs insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants
@rebornix @aeschli and others