settings.json 109 B

123456
  1. {
  2. "files.associations": {
  3. ".env.example": "dotenv",
  4. "Dockerfile-*": "dockerfile"
  5. }
  6. }