|
399 | 399 | "onCommand:csharp.downloadDebugger", |
400 | 400 | "onCommand:csharp.listProcess", |
401 | 401 | "onCommand:csharp.listRemoteProcess", |
| 402 | + "onCommand:csharp.listRemoteDockerProcess", |
402 | 403 | "onCommand:omnisharp.registerLanguageMiddleware", |
403 | 404 | "workspaceContains:project.json", |
404 | 405 | "workspaceContains:*.csproj", |
|
974 | 975 | "title": "List processes on remote connection for attach", |
975 | 976 | "category": "CSharp" |
976 | 977 | }, |
| 978 | + { |
| 979 | + "command": "csharp.listRemoteDockerProcess", |
| 980 | + "title": "List processes on Docker connection", |
| 981 | + "category": "CSharp" |
| 982 | + }, |
977 | 983 | { |
978 | 984 | "command": "csharp.reportIssue", |
979 | 985 | "title": "Report an issue", |
|
1043 | 1049 | "label": ".NET Core", |
1044 | 1050 | "variables": { |
1045 | 1051 | "pickProcess": "csharp.listProcess", |
1046 | | - "pickRemoteProcess": "csharp.listRemoteProcess" |
| 1052 | + "pickRemoteProcess": "csharp.listRemoteProcess", |
| 1053 | + "pickRemoteDockerProcess": "csharp.listRemoteDockerProcess" |
1047 | 1054 | }, |
1048 | 1055 | "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", |
1049 | 1056 | "configurationAttributes": { |
|
2142 | 2149 | "label": ".NET", |
2143 | 2150 | "variables": { |
2144 | 2151 | "pickProcess": "csharp.listProcess", |
2145 | | - "pickRemoteProcess": "csharp.listRemoteProcess" |
| 2152 | + "pickRemoteProcess": "csharp.listRemoteProcess", |
| 2153 | + "pickRemoteDockerProcess": "csharp.listRemoteDockerProcess" |
2146 | 2154 | }, |
2147 | 2155 | "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", |
2148 | 2156 | "configurationAttributes": { |
|
0 commit comments