All notable changes to the "switchtocode" extension will be documented in this file.
###Added support of the following extensions:
- *.aspx to *.cs
- *.cs to *.aspx
- *.vue.html to *.ts
- *.html to *.ts
- *.ts to *.html and if not exists then to *.ts to *.vue.html
Added information about how to use the extension
###Added support of the following extensions:
- *.css to *.html
- *.css to *.vue.html
- *.scss to *.html
- *.scss to *.vue.html
###Added new command "switchToCss" with support of the following extensions:
- *.html to *.css
- *.html to *.scss
- *.vue.html to *.css
- *.vue.html to *.scss
- *.ts to *.css
- *.ts to *.scss
###Added support of the following extensions:
- *.ascx to *.ascx.cs
- *.ascx.cs to *.ascx
- *.master to *.master.cs
- *.master.cs to *.master
- npm dependencies updated.
- README file updated.
- npm dependencies updated.
- npm dependencies updated.
- fixed issue related to incorrect path concatenation on *nix.
- VSCode engine updated to 1.63.0