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 09bd9f0 + 4c9b3cd commit d1cf284Copy full SHA for d1cf284
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "csharp",
3
"publisher": "ms-vscode",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"description": "C# for Visual Studio Code (powered by OmniSharp).",
6
"displayName": "C#",
7
"author": "Microsoft Corporation",
src/coreclr-debug/install.ts
@@ -162,7 +162,7 @@ export class DebugInstaller
162
emitEntryPoint: true
163
},
164
dependencies: {
165
- "Microsoft.VisualStudio.clrdbg": "14.0.25429-preview-3095034",
+ "Microsoft.VisualStudio.clrdbg": "14.0.25430-preview-3098923",
166
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30629-preview-1",
167
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20628-preview-1",
168
"NETStandard.Library": "1.6.0",
0 commit comments