Skip to content

Commit

Permalink
Merge pull request #2698 from gregg-miskelly/DebugActivationEvents
Browse files Browse the repository at this point in the history
Stop activating the C# extension on all debugging
  • Loading branch information
gregg-miskelly authored Nov 21, 2018
2 parents e224b9c + 3e7eecb commit 678ea5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.17.1",
"version": "1.18.0-beta1",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down Expand Up @@ -325,7 +325,9 @@
"vscode": "^1.28.0"
},
"activationEvents": [
"onDebug",
"onDebugInitialConfigurations",
"onDebugResolve:coreclr",
"onDebugResolve:clr",
"onLanguage:csharp",
"onLanguage:aspnetcorerazor",
"onCommand:o.restart",
Expand Down

0 comments on commit 678ea5b

Please sign in to comment.