8000 languages.filenamePatterns is ignored · Issue #3594 · microsoft/vscode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
languages.filenamePatterns is ignored #3594
Closed
@alexdima

Description

@alexdima

When contributing a language, it is possible to specify filenamePatterns.

The property gets lost and not used in determining the language when opening a file.


  "contributes": {
      "languages": [
          {
              "id": "dockerfile",
              "aliases": [
                  "Dockerfile"
              ],
              "filenamePatterns": [
                  "dockerfile.*",
                  "Dockerfile*.*"
              ]
          }
      ],

Metadata

Metadata

Assignees

Labels

apibugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0