I have the following line in my HTML template:
<script type="text/ng-template" id="myModal">
When saving from VS Code, the attributes of the script tag are lost and the < and > characters sync to the instance with escape codes:
<script>
and
</script>
PS: I noticed this while working in my PDI which is on the New York release.