File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
## Latest
7
- * Add oboslete classification definitions to default themes (PR: [ #<>] ( https://github.com/dotnet/vscode-csharp/pull/<> ) )
7
+ * Add oboslete classification definitions to vs2019 themes (PR: [ #<>] ( https://github.com/dotnet/vscode-csharp/pull/<> ) )
8
8
* Bump Roslyn to 4.11.0-1.24179.11 (PR: [ #<>] ( https://github.com/dotnet/vscode-csharp/pull/<> ) )
9
9
* Add feature to strike out obsolete symbols (PR: [ #72156 ] ( https://github.com/dotnet/roslyn/pull/72156 ) )
10
10
* Fix issue where some file changes would be ignored on Windows due to casing (PR: [ #72555 ] ( https://github.com/dotnet/roslyn/pull/72555 ) )
Original file line number Diff line number Diff line change 24
24
"sideBarSectionHeader.border" : " #ccc3"
25
25
},
26
26
"semanticHighlighting" : true ,
27
+ "semanticTokenColors" : {
28
+ "*.deprecated" : {
29
+ "strikethrough" : true
30
+ }
31
+ },
27
32
// https://github.com/microsoft/vscode/blob/master/extensions/theme-defaults/themes/dark_vs.json
28
33
"tokenColors" : [
29
34
{
Original file line number Diff line number Diff line change 24
24
"sideBarSectionHeader.border" : " #61616130"
25
25
},
26
26
"semanticHighlighting" : true ,
27
+ "semanticTokenColors" : {
28
+ "*.deprecated" : {
29
+ "strikethrough" : true
30
+ }
31
+ },
27
32
// https://github.com/microsoft/vscode/blob/master/extensions/theme-defaults/themes/light_vs.json
28
33
"tokenColors" : [
29
34
{
You can’t perform that action at this time.
0 commit comments