mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
e1533409f1
These two snippets conflict with the PowerShell comment syntax (`<#`), and since snippet suggestions are enabled by default, it means it's not possible to type `<#` followed by an enter, which is very often desired. The enter unfortunately chooses to insert an entirely unhelpful `#endregion` snippet.