dotenv-vscode icon indicating copy to clipboard operation
dotenv-vscode copied to clipboard

Allow defining custom file associations in `settings.json`

Open sepsol opened this issue 2 years ago • 0 comments

Allow using a setting similar to the one below to associate a custom file as a dotenv file:

{
  "dotenv.files.associations": {
    "**/.env.d/*": "dotenv",
  },
}

sepsol avatar Jan 14 '24 04:01 sepsol