ahmadalli / vscode-nginx-conf

:pencil: VS Code extension: Nginx config file hint(auto-completion)
GNU General Public License v3.0
24 stars 3 forks source link

[Feature Request] Use extension on .conf.template files #3

Closed d047491 closed 1 year ago

d047491 commented 3 years ago

Hi, When writing NGINX configuration for docker containers, you often use *.conf.template which get resolved by the docker-entrypoint. It would be convenient, if the this extensions by default also applies on this file extension. reg. Sascha Zilli

icetbr commented 3 years ago

Meanwhile you can change this in settings.json

  "files.associations": {
      "*.conf.template": "nginx",
  }