We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e224b9c + 3e7eecb commit 678ea5bCopy full SHA for 678ea5b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "csharp",
3
"publisher": "ms-vscode",
4
- "version": "1.17.1",
+ "version": "1.18.0-beta1",
5
"description": "C# for Visual Studio Code (powered by OmniSharp).",
6
"displayName": "C#",
7
"author": "Microsoft Corporation",
@@ -325,7 +325,9 @@
325
"vscode": "^1.28.0"
326
},
327
"activationEvents": [
328
- "onDebug",
+ "onDebugInitialConfigurations",
329
+ "onDebugResolve:coreclr",
330
+ "onDebugResolve:clr",
331
"onLanguage:csharp",
332
"onLanguage:aspnetcorerazor",
333
"onCommand:o.restart",
0 commit comments