File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ v5.0.0 (2025-02-09)
2
+ ===================
3
+
4
+ - Change the root scope to ` text.html.cs ` . WebForms gets
5
+ ` text.html.cs.webforms ` and Razor gets ` text.html.cs.razor ` . This matches
6
+ the upstream pattern in files shipped with Sublime Text. We've been lagging
7
+ a bit behind.
8
+
9
+ + * Breaking change:* If you have snippets or other support files targeting
10
+ ` embedding.cshtml ` , you need to update them.
11
+
12
+ - There are new commands in the command palette to open the CodeBehind or
13
+ CodeFile from a frontend page and to open the frontend from a CodeBehind or
14
+ CodeFile. These commands are not perfect, but they've been helpful to me.
15
+
16
+ - JavaScript and CSS containing embedded C# work where they previously did not.
17
+
18
+ - Fix the 2500 context sanity limit for people who were seeing that message.
19
+
20
+ - Minor Razor improvements. There is plenty of opportunity to help with Razor
21
+ if you are interested.
22
+
23
+ Shoutout to SC, TK, EV. All my best.
24
+ Michael Lyons
Original file line number Diff line number Diff line change 1
1
{
2
+ "5.0.0" : " .messages/5.0.0.md" ,
2
3
"4.0.0" : " .messages/4.0.0.md" ,
3
4
"3.0.0" : " .messages/3.0.0.md"
4
5
}
You can’t perform that action at this time.
0 commit comments