Closed d047491 closed 1 year 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
Meanwhile you can change this in settings.json
settings.json
"files.associations": { "*.conf.template": "nginx", }
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