Skip to content

Commit bebeaf4

Browse files
Merge pull request #1592 from DustinCampbell/activation-events
Add activation events for *.csproj and *.sln
2 parents ce7d902 + a7f607b commit bebeaf4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,13 @@
340340
"onCommand:csharp.downloadDebugger",
341341
"onCommand:csharp.listProcess",
342342
"onCommand:csharp.listRemoteProcess",
343-
"workspaceContains:project.json"
343+
"workspaceContains:project.json",
344+
"workspaceContains:*.csproj",
345+
"workspaceContains:*.sln",
346+
"workspaceContains:*.csx",
347+
"workspaceContains:**/*.csproj",
348+
"workspaceContains:**/*.sln",
349+
"workspaceContains:**/*.csx"
344350
],
345351
"contributes": {
346352
"configuration": {

0 commit comments

Comments
 (0)