Skip to content

Commit 03c84c8

Browse files
authored
Revert "Merged PR 475885: Add support for F5 for csproj and sln" (#5875)
This reverts commit 173be18.
1 parent 95bb3ac commit 03c84c8

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@
724724
"onDebugResolve:dotnet",
725725
"onLanguage:csharp",
726726
"onLanguage:aspnetcorerazor",
727-
"onLanguage:dotnetProject",
728727
"onCommand:o.restart",
729728
"onCommand:o.pickProjectAndStart",
730729
"onCommand:o.showOutput",
@@ -4168,8 +4167,7 @@
41684167
"languages": [
41694168
"csharp",
41704169
"razor",
4171-
"aspnetcorerazor",
4172-
"dotnetProject"
4170+
"aspnetcorerazor"
41734171
],
41744172
"variables": {},
41754173
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
@@ -4787,16 +4785,6 @@
47874785
"aliases": [
47884786
"ASP.NET Razor"
47894787
]
4790-
},
4791-
{
4792-
"id": "dotnetProject",
4793-
"extensions": [
4794-
".csproj",
4795-
".sln"
4796-
],
4797-
"aliases": [
4798-
".NET Project"
4799-
]
48004788
}
48014789
],
48024790
"grammars": [

0 commit comments

Comments
 (0)