|
750 | 750 | } |
751 | 751 | ``` |
752 | 752 |
|
| 753 | +### commitDetails/closed |
| 754 | + |
| 755 | +```typescript |
| 756 | +{ |
| 757 | + [`context.${string}`]: string | number | boolean, |
| 758 | + 'context.webview.host': 'editor' | 'view', |
| 759 | + 'context.webview.id': string, |
| 760 | + 'context.webview.instanceId': string, |
| 761 | + 'context.webview.type': string |
| 762 | +} |
| 763 | +``` |
| 764 | + |
753 | 765 | ### commitDetails/mode/changed |
754 | 766 |
|
755 | 767 | > Sent when the user changes the selected tab (mode) on the Graph Details view |
|
943 | 955 | } |
944 | 956 | ``` |
945 | 957 |
|
| 958 | +### graph/closed |
| 959 | + |
| 960 | +```typescript |
| 961 | +{ |
| 962 | + [`context.${string}`]: string | number | boolean, |
| 963 | + 'context.webview.host': 'editor' | 'view', |
| 964 | + 'context.webview.id': string, |
| 965 | + 'context.webview.instanceId': string, |
| 966 | + 'context.webview.type': string |
| 967 | +} |
| 968 | +``` |
| 969 | + |
946 | 970 | ### graph/columns/changed |
947 | 971 |
|
948 | 972 | > Sent when the user changes the columns on the Commit Graph |
@@ -1185,6 +1209,18 @@ or |
1185 | 1209 | } |
1186 | 1210 | ``` |
1187 | 1211 |
|
| 1212 | +### graphDetails/closed |
| 1213 | + |
| 1214 | +```typescript |
| 1215 | +{ |
| 1216 | + [`context.${string}`]: string | number | boolean, |
| 1217 | + 'context.webview.host': 'editor' | 'view', |
| 1218 | + 'context.webview.id': string, |
| 1219 | + 'context.webview.instanceId': string, |
| 1220 | + 'context.webview.type': string |
| 1221 | +} |
| 1222 | +``` |
| 1223 | + |
1188 | 1224 | ### graphDetails/mode/changed |
1189 | 1225 |
|
1190 | 1226 | > Sent when the user changes the selected tab (mode) on the Graph Details view |
@@ -1310,6 +1346,18 @@ or |
1310 | 1346 | void |
1311 | 1347 | ``` |
1312 | 1348 |
|
| 1349 | +### home/closed |
| 1350 | + |
| 1351 | +```typescript |
| 1352 | +{ |
| 1353 | + [`context.${string}`]: string | number | boolean, |
| 1354 | + 'context.webview.host': 'editor' | 'view', |
| 1355 | + 'context.webview.id': string, |
| 1356 | + 'context.webview.instanceId': string, |
| 1357 | + 'context.webview.type': string |
| 1358 | +} |
| 1359 | +``` |
| 1360 | + |
1313 | 1361 | ### home/command |
1314 | 1362 |
|
1315 | 1363 | > Sent when a Home command is executed |
@@ -1735,6 +1783,18 @@ void |
1735 | 1783 | } |
1736 | 1784 | ``` |
1737 | 1785 |
|
| 1786 | +### patchDetails/closed |
| 1787 | + |
| 1788 | +```typescript |
| 1789 | +{ |
| 1790 | + [`context.${string}`]: string | number | boolean, |
| 1791 | + 'context.webview.host': 'editor' | 'view', |
| 1792 | + 'context.webview.id': string, |
| 1793 | + 'context.webview.instanceId': string, |
| 1794 | + 'context.webview.type': string |
| 1795 | +} |
| 1796 | +``` |
| 1797 | + |
1738 | 1798 | ### patchDetails/showAborted |
1739 | 1799 |
|
1740 | 1800 | ```typescript |
@@ -1880,6 +1940,18 @@ void |
1880 | 1940 | } |
1881 | 1941 | ``` |
1882 | 1942 |
|
| 1943 | +### settings/closed |
| 1944 | + |
| 1945 | +```typescript |
| 1946 | +{ |
| 1947 | + [`context.${string}`]: string | number | boolean, |
| 1948 | + 'context.webview.host': 'editor' | 'view', |
| 1949 | + 'context.webview.id': string, |
| 1950 | + 'context.webview.instanceId': string, |
| 1951 | + 'context.webview.type': string |
| 1952 | +} |
| 1953 | +``` |
| 1954 | + |
1883 | 1955 | ### settings/showAborted |
1884 | 1956 |
|
1885 | 1957 | ```typescript |
@@ -2169,6 +2241,18 @@ or |
2169 | 2241 | } |
2170 | 2242 | ``` |
2171 | 2243 |
|
| 2244 | +### timeline/closed |
| 2245 | + |
| 2246 | +```typescript |
| 2247 | +{ |
| 2248 | + [`context.${string}`]: string | number | boolean, |
| 2249 | + 'context.webview.host': 'editor' | 'view', |
| 2250 | + 'context.webview.id': string, |
| 2251 | + 'context.webview.instanceId': string, |
| 2252 | + 'context.webview.type': string |
| 2253 | +} |
| 2254 | +``` |
| 2255 | + |
2172 | 2256 | ### timeline/commit/selected |
2173 | 2257 |
|
2174 | 2258 | > Sent when the user selects (clicks on) a commit on the Visual History |
|
0 commit comments