Skip to content

Commit ce4428c

Browse files
author
Michael Lyons
committed
Cut 5.0.0
1 parent ff8d8b0 commit ce4428c

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.messages/5.0.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

messaging.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"5.0.0": ".messages/5.0.0.md",
23
"4.0.0": ".messages/4.0.0.md",
34
"3.0.0": ".messages/3.0.0.md"
45
}

0 commit comments

Comments
 (0)