All notable changes to the "vscode-nginx" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
@wvoyek
- Correct path to the 'configuration' item in
package.json
- Updated comment regex in
nginx.tmLanguage.json
0.7.1 - 2019-05-14
@virgilwashere
- MIT license
- File association for
nginx.conf
- File associations for Nginx include files:
mime.type
fastcgi_params
proxy_params
scgi_params
uwsgi_params
fastcgi-php.conf
fastcgi.conf
@virgilwashere
- Updated README.md
0.7.0 - 2019-03-15
- Updated syntax from https://nginx.org/en/docs
- Converted syntax file from XML to JSON
- Initial release