rafaelmaiolla / remote-vscode

A package that implements the Textmate's 'rmate' feature for Visual Studio Code.
MIT License
260 stars 33 forks source link

File is not saved on remote server after changing the Language Mode #9

Closed rafaelmaiolla closed 8 years ago

rafaelmaiolla commented 8 years ago

If you open the file using rmate, and then change the Language Mode in VSCode, the file is not synchronize to the remove server anymore. It seems that VSCode will re-open the file in another textEditor instance that we are not tracking changes.