Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.18 KB

File metadata and controls

50 lines (40 loc) · 1.18 KB

Change Log

All notable changes to the "switchtocode" extension will be documented in this file.

[1.0.0] - 2019-04-09

###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

[1.0.1] - 2019-04-10

Added information about how to use the extension

[1.0.2] - 2019-04-17

###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

[1.0.3] - 2019-04-24

###Added support of the following extensions:

  • *.ascx to *.ascx.cs
  • *.ascx.cs to *.ascx
  • *.master to *.master.cs
  • *.master.cs to *.master

[1.0.4] - 2019-07-12

  • npm dependencies updated.
  • README file updated.

[1.0.5] - [1.2.1] - 2020-07-11

  • npm dependencies updated.

[1.2.2] - 2021-12-24

  • npm dependencies updated.
  • fixed issue related to incorrect path concatenation on *nix.

[1.2.3] - 2021-12-24

  • VSCode engine updated to 1.63.0