antfu / vscode-file-nesting-config

Config of File Nesting for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge `Makefile`

thoroc opened this issue · comments

Clear and concise description of the problem

I have several project that uses Makefile and associated *.mk files. I'd like to make a permanent change so the config updater has those settings.

  "explorer.fileNesting.patterns": {
    "Makefile": "*.mk",
  }

Suggested solution

Add the following to the update.mjs file:

const base = {
  ...
  'Makefile': '*.mk',
  ...
}

Alternative

Re-adding the pattern matching on every config update.

Additional context

No response

Validations

Sure, pr welcome