my-endgame.github-issues 27.6 KB
Newer Older
1 2 3 4 5
[
  {
    "kind": 1,
    "language": "markdown",
    "value": "#### Macros",
L
Ladislau Szomoru 已提交
6 7
    "editable": true,
    "outputs": []
8 9 10 11
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
12 13 14
    "value": "$REPOS=repo:microsoft/vscode repo:microsoft/vscode-internalbacklog repo:microsoft/vscode-js-debug repo:microsoft/vscode-remote-release repo:microsoft/vscode-pull-request-github repo:microsoft/vscode-settings-sync-server\n\n$MILESTONE=milestone:\"February 2021\"\n\n$MINE=assignee:@me",
    "editable": true,
    "outputs": []
15 16 17 18 19
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Preparation",
L
Ladislau Szomoru 已提交
20 21
    "editable": true,
    "outputs": []
22
  },
L
Ladislau Szomoru 已提交
23 24 25
  {
    "kind": 1,
    "language": "markdown",
L
Ladislau Szomoru 已提交
26
    "value": "## Open Pull Requests on the Milestone",
L
Ladislau Szomoru 已提交
27 28
    "editable": true,
    "outputs": []
L
Ladislau Szomoru 已提交
29 30 31 32
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
33
    "value": "$REPOS $MILESTONE $MINE is:pr is:open",
L
Ladislau Szomoru 已提交
34 35
    "editable": true,
    "outputs": []
L
Ladislau Szomoru 已提交
36
  },
37 38 39 40
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Open Issues on the Milestone",
L
Ladislau Szomoru 已提交
41 42
    "editable": true,
    "outputs": []
43 44 45 46
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
47
    "value": "$REPOS $MILESTONE $MINE is:issue is:open -label:iteration-plan -label:endgame-plan -label:testplan-item",
L
Ladislau Szomoru 已提交
48 49
    "editable": true,
    "outputs": []
50 51 52 53 54
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Feature Requests Missing Labels",
L
Ladislau Szomoru 已提交
55 56
    "editable": true,
    "outputs": []
57 58 59 60 61
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:closed label:feature-request -label:verification-needed -label:on-testplan -label:verified -label:*duplicate",
L
Ladislau Szomoru 已提交
62 63
    "editable": true,
    "outputs": []
64 65 66 67 68
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Test Plan Items",
L
Ladislau Szomoru 已提交
69 70
    "editable": true,
    "outputs": []
71 72 73 74 75
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE is:issue is:open author:@me label:testplan-item",
L
Ladislau Szomoru 已提交
76 77
    "editable": true,
    "outputs": []
78 79 80 81 82
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Verification Needed",
L
Ladislau Szomoru 已提交
83 84
    "editable": true,
    "outputs": []
85 86 87 88 89
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:closed label:feature-request label:verification-needed",
L
Ladislau Szomoru 已提交
90 91
    "editable": true,
    "outputs": []
92 93 94 95 96
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Testing",
L
Ladislau Szomoru 已提交
97 98
    "editable": true,
    "outputs": []
99 100 101 102 103
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Test Plan Items",
L
Ladislau Szomoru 已提交
104 105
    "editable": true,
    "outputs": []
106 107 108 109 110
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:open label:testplan-item",
L
Ladislau Szomoru 已提交
111
    "editable": true,
L
Ladislau Szomoru 已提交
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408
    "outputs": [
      {
        "mime": "text/markdown",
        "value": "- [#117296](https://github.com/microsoft/vscode/issues/117296 \"Test: notebook output editing api\") Test: notebook output editing api [testplan-item]- [@lszomoru](https://github.com/lszomoru \"Issue 117296 is assigned to lszomoru\")\n\n- [#117275](https://github.com/microsoft/vscode/issues/117275 \"Test: Updated menu behavior for web / desktop\") Test: Updated menu behavior for web / desktop [testplan-item]- [@devinvalenciano](https://github.com/devinvalenciano \"Issue 117275 is assigned to devinvalenciano\")\n\n"
      },
      {
        "mime": "x-application/github-issues",
        "value": [
          {
            "url": "https://api.github.com/repos/microsoft/vscode/issues/117296",
            "repository_url": "https://api.github.com/repos/microsoft/vscode",
            "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/117296/labels{/name}",
            "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/117296/comments",
            "events_url": "https://api.github.com/repos/microsoft/vscode/issues/117296/events",
            "html_url": "https://github.com/microsoft/vscode/issues/117296",
            "id": 813951213,
            "node_id": "MDU6SXNzdWU4MTM5NTEyMTM=",
            "number": 117296,
            "title": "Test: notebook output editing api",
            "user": {
              "login": "rebornix",
              "id": 876920,
              "node_id": "MDQ6VXNlcjg3NjkyMA==",
              "avatar_url": "https://avatars.githubusercontent.com/u/876920?v=4",
              "gravatar_id": "",
              "url": "https://api.github.com/users/rebornix",
              "html_url": "https://github.com/rebornix",
              "followers_url": "https://api.github.com/users/rebornix/followers",
              "following_url": "https://api.github.com/users/rebornix/following{/other_user}",
              "gists_url": "https://api.github.com/users/rebornix/gists{/gist_id}",
              "starred_url": "https://api.github.com/users/rebornix/starred{/owner}{/repo}",
              "subscriptions_url": "https://api.github.com/users/rebornix/subscriptions",
              "organizations_url": "https://api.github.com/users/rebornix/orgs",
              "repos_url": "https://api.github.com/users/rebornix/repos",
              "events_url": "https://api.github.com/users/rebornix/events{/privacy}",
              "received_events_url": "https://api.github.com/users/rebornix/received_events",
              "type": "User",
              "site_admin": false
            },
            "labels": [
              {
                "id": 307718050,
                "node_id": "MDU6TGFiZWwzMDc3MTgwNTA=",
                "url": "https://api.github.com/repos/microsoft/vscode/labels/testplan-item",
                "name": "testplan-item",
                "color": "dcdcdc",
                "default": false,
                "description": "Test plan item/assignments for upcoming release"
              }
            ],
            "state": "open",
            "locked": false,
            "assignee": {
              "login": "lszomoru",
              "id": 3372902,
              "node_id": "MDQ6VXNlcjMzNzI5MDI=",
              "avatar_url": "https://avatars.githubusercontent.com/u/3372902?v=4",
              "gravatar_id": "",
              "url": "https://api.github.com/users/lszomoru",
              "html_url": "https://github.com/lszomoru",
              "followers_url": "https://api.github.com/users/lszomoru/followers",
              "following_url": "https://api.github.com/users/lszomoru/following{/other_user}",
              "gists_url": "https://api.github.com/users/lszomoru/gists{/gist_id}",
              "starred_url": "https://api.github.com/users/lszomoru/starred{/owner}{/repo}",
              "subscriptions_url": "https://api.github.com/users/lszomoru/subscriptions",
              "organizations_url": "https://api.github.com/users/lszomoru/orgs",
              "repos_url": "https://api.github.com/users/lszomoru/repos",
              "events_url": "https://api.github.com/users/lszomoru/events{/privacy}",
              "received_events_url": "https://api.github.com/users/lszomoru/received_events",
              "type": "User",
              "site_admin": false
            },
            "assignees": [
              {
                "login": "lszomoru",
                "id": 3372902,
                "node_id": "MDQ6VXNlcjMzNzI5MDI=",
                "avatar_url": "https://avatars.githubusercontent.com/u/3372902?v=4",
                "gravatar_id": "",
                "url": "https://api.github.com/users/lszomoru",
                "html_url": "https://github.com/lszomoru",
                "followers_url": "https://api.github.com/users/lszomoru/followers",
                "following_url": "https://api.github.com/users/lszomoru/following{/other_user}",
                "gists_url": "https://api.github.com/users/lszomoru/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/lszomoru/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/lszomoru/subscriptions",
                "organizations_url": "https://api.github.com/users/lszomoru/orgs",
                "repos_url": "https://api.github.com/users/lszomoru/repos",
                "events_url": "https://api.github.com/users/lszomoru/events{/privacy}",
                "received_events_url": "https://api.github.com/users/lszomoru/received_events",
                "type": "User",
                "site_admin": false
              }
            ],
            "milestone": {
              "url": "https://api.github.com/repos/microsoft/vscode/milestones/142",
              "html_url": "https://github.com/microsoft/vscode/milestone/142",
              "labels_url": "https://api.github.com/repos/microsoft/vscode/milestones/142/labels",
              "id": 6286096,
              "node_id": "MDk6TWlsZXN0b25lNjI4NjA5Ng==",
              "number": 142,
              "title": "February 2021",
              "description": "",
              "creator": {
                "login": "Tyriar",
                "id": 2193314,
                "node_id": "MDQ6VXNlcjIxOTMzMTQ=",
                "avatar_url": "https://avatars.githubusercontent.com/u/2193314?v=4",
                "gravatar_id": "",
                "url": "https://api.github.com/users/Tyriar",
                "html_url": "https://github.com/Tyriar",
                "followers_url": "https://api.github.com/users/Tyriar/followers",
                "following_url": "https://api.github.com/users/Tyriar/following{/other_user}",
                "gists_url": "https://api.github.com/users/Tyriar/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/Tyriar/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/Tyriar/subscriptions",
                "organizations_url": "https://api.github.com/users/Tyriar/orgs",
                "repos_url": "https://api.github.com/users/Tyriar/repos",
                "events_url": "https://api.github.com/users/Tyriar/events{/privacy}",
                "received_events_url": "https://api.github.com/users/Tyriar/received_events",
                "type": "User",
                "site_admin": false
              },
              "open_issues": 123,
              "closed_issues": 495,
              "state": "open",
              "created_at": "2021-01-07T18:23:10Z",
              "updated_at": "2021-02-24T10:41:06Z",
              "due_on": null,
              "closed_at": null
            },
            "comments": 0,
            "created_at": "2021-02-22T23:24:26Z",
            "updated_at": "2021-02-24T09:31:00Z",
            "closed_at": null,
            "author_association": "MEMBER",
            "active_lock_reason": null,
            "body": "Refs: https://github.com/microsoft/vscode/pull/115817\r\n\r\n- [ ] anyOS @lszomoru  \r\n- [x] anyOS @meganrogge\r\n\r\nComplexity: 4\r\n\r\nAuthors: @jrieken, @rebornix \r\n\r\n\r\n[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23117296%0A%0A)\r\n\r\n---\r\n\r\nThis iteration we revamped the notebook output interface and outputs edit API, with which you can now\r\n\r\n* Append outputs to a cell\r\n* Replace outputs in a cell\r\n* Append output items to a cell output\r\n* Replace output items in a cell output\r\n\r\n`NotebookCellOutput` is an object which contains multiple `NotebookCellOutputItem`, which is the raw output data for a specific mime type.\r\n\r\nFor example, you can create output with a single mimetype or multiple mimetypes\r\n\r\n```ts\r\n// renders as a text output `1`\r\nnew vscode.NotebookCellOutput([\r\n    new vscode.NotebookCellOutputItem('application/x.notebook.stream', 1),\r\n])\r\n\r\n// renders as two outputs\r\nnew vscode.NotebookCellOutput([\r\n    new vscode.NotebookCellOutputItem('application/x.notebook.stream', 1),\r\n    new vscode.NotebookCellOutputItem('application/x.notebook.error-traceback', {\r\n        ename: 'error2 not defined',\r\n        evalue: 'console.error2 not defined',\r\n        traceback: [\r\n            'console.error2'\r\n        ]\r\n    }),\r\n])\r\n```\r\n\r\nYou use write commands to modify the outputs of GitHub Issue Notebook or tweak https://github.com/rebornix/vscode-notebook-testbed to play around with all kinds of different mimtypes we support internally. Please test:\r\n\r\n* The new interface / API is intuitive to use in overall\r\n* Output replacement\r\n* Output appending\r\n  * Try Clear Cell Output when the extension keeps appending outputs\r\n* Output item replacement and appending\r\n",
            "performed_via_github_app": null,
            "score": 1
          },
          {
            "url": "https://api.github.com/repos/microsoft/vscode/issues/117275",
            "repository_url": "https://api.github.com/repos/microsoft/vscode",
            "labels_url": "https://api.github.com/repos/microsoft/vscode/issues/117275/labels{/name}",
            "comments_url": "https://api.github.com/repos/microsoft/vscode/issues/117275/comments",
            "events_url": "https://api.github.com/repos/microsoft/vscode/issues/117275/events",
            "html_url": "https://github.com/microsoft/vscode/issues/117275",
            "id": 813795102,
            "node_id": "MDU6SXNzdWU4MTM3OTUxMDI=",
            "number": 117275,
            "title": "Test: Updated menu behavior for web / desktop",
            "user": {
              "login": "sbatten",
              "id": 6561887,
              "node_id": "MDQ6VXNlcjY1NjE4ODc=",
              "avatar_url": "https://avatars.githubusercontent.com/u/6561887?v=4",
              "gravatar_id": "",
              "url": "https://api.github.com/users/sbatten",
              "html_url": "https://github.com/sbatten",
              "followers_url": "https://api.github.com/users/sbatten/followers",
              "following_url": "https://api.github.com/users/sbatten/following{/other_user}",
              "gists_url": "https://api.github.com/users/sbatten/gists{/gist_id}",
              "starred_url": "https://api.github.com/users/sbatten/starred{/owner}{/repo}",
              "subscriptions_url": "https://api.github.com/users/sbatten/subscriptions",
              "organizations_url": "https://api.github.com/users/sbatten/orgs",
              "repos_url": "https://api.github.com/users/sbatten/repos",
              "events_url": "https://api.github.com/users/sbatten/events{/privacy}",
              "received_events_url": "https://api.github.com/users/sbatten/received_events",
              "type": "User",
              "site_admin": false
            },
            "labels": [
              {
                "id": 307718050,
                "node_id": "MDU6TGFiZWwzMDc3MTgwNTA=",
                "url": "https://api.github.com/repos/microsoft/vscode/labels/testplan-item",
                "name": "testplan-item",
                "color": "dcdcdc",
                "default": false,
                "description": "Test plan item/assignments for upcoming release"
              }
            ],
            "state": "open",
            "locked": false,
            "assignee": {
              "login": "devinvalenciano",
              "id": 1389808,
              "node_id": "MDQ6VXNlcjEzODk4MDg=",
              "avatar_url": "https://avatars.githubusercontent.com/u/1389808?v=4",
              "gravatar_id": "",
              "url": "https://api.github.com/users/devinvalenciano",
              "html_url": "https://github.com/devinvalenciano",
              "followers_url": "https://api.github.com/users/devinvalenciano/followers",
              "following_url": "https://api.github.com/users/devinvalenciano/following{/other_user}",
              "gists_url": "https://api.github.com/users/devinvalenciano/gists{/gist_id}",
              "starred_url": "https://api.github.com/users/devinvalenciano/starred{/owner}{/repo}",
              "subscriptions_url": "https://api.github.com/users/devinvalenciano/subscriptions",
              "organizations_url": "https://api.github.com/users/devinvalenciano/orgs",
              "repos_url": "https://api.github.com/users/devinvalenciano/repos",
              "events_url": "https://api.github.com/users/devinvalenciano/events{/privacy}",
              "received_events_url": "https://api.github.com/users/devinvalenciano/received_events",
              "type": "User",
              "site_admin": false
            },
            "assignees": [
              {
                "login": "devinvalenciano",
                "id": 1389808,
                "node_id": "MDQ6VXNlcjEzODk4MDg=",
                "avatar_url": "https://avatars.githubusercontent.com/u/1389808?v=4",
                "gravatar_id": "",
                "url": "https://api.github.com/users/devinvalenciano",
                "html_url": "https://github.com/devinvalenciano",
                "followers_url": "https://api.github.com/users/devinvalenciano/followers",
                "following_url": "https://api.github.com/users/devinvalenciano/following{/other_user}",
                "gists_url": "https://api.github.com/users/devinvalenciano/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/devinvalenciano/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/devinvalenciano/subscriptions",
                "organizations_url": "https://api.github.com/users/devinvalenciano/orgs",
                "repos_url": "https://api.github.com/users/devinvalenciano/repos",
                "events_url": "https://api.github.com/users/devinvalenciano/events{/privacy}",
                "received_events_url": "https://api.github.com/users/devinvalenciano/received_events",
                "type": "User",
                "site_admin": false
              },
              {
                "login": "lszomoru",
                "id": 3372902,
                "node_id": "MDQ6VXNlcjMzNzI5MDI=",
                "avatar_url": "https://avatars.githubusercontent.com/u/3372902?v=4",
                "gravatar_id": "",
                "url": "https://api.github.com/users/lszomoru",
                "html_url": "https://github.com/lszomoru",
                "followers_url": "https://api.github.com/users/lszomoru/followers",
                "following_url": "https://api.github.com/users/lszomoru/following{/other_user}",
                "gists_url": "https://api.github.com/users/lszomoru/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/lszomoru/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/lszomoru/subscriptions",
                "organizations_url": "https://api.github.com/users/lszomoru/orgs",
                "repos_url": "https://api.github.com/users/lszomoru/repos",
                "events_url": "https://api.github.com/users/lszomoru/events{/privacy}",
                "received_events_url": "https://api.github.com/users/lszomoru/received_events",
                "type": "User",
                "site_admin": false
              }
            ],
            "milestone": {
              "url": "https://api.github.com/repos/microsoft/vscode/milestones/142",
              "html_url": "https://github.com/microsoft/vscode/milestone/142",
              "labels_url": "https://api.github.com/repos/microsoft/vscode/milestones/142/labels",
              "id": 6286096,
              "node_id": "MDk6TWlsZXN0b25lNjI4NjA5Ng==",
              "number": 142,
              "title": "February 2021",
              "description": "",
              "creator": {
                "login": "Tyriar",
                "id": 2193314,
                "node_id": "MDQ6VXNlcjIxOTMzMTQ=",
                "avatar_url": "https://avatars.githubusercontent.com/u/2193314?v=4",
                "gravatar_id": "",
                "url": "https://api.github.com/users/Tyriar",
                "html_url": "https://github.com/Tyriar",
                "followers_url": "https://api.github.com/users/Tyriar/followers",
                "following_url": "https://api.github.com/users/Tyriar/following{/other_user}",
                "gists_url": "https://api.github.com/users/Tyriar/gists{/gist_id}",
                "starred_url": "https://api.github.com/users/Tyriar/starred{/owner}{/repo}",
                "subscriptions_url": "https://api.github.com/users/Tyriar/subscriptions",
                "organizations_url": "https://api.github.com/users/Tyriar/orgs",
                "repos_url": "https://api.github.com/users/Tyriar/repos",
                "events_url": "https://api.github.com/users/Tyriar/events{/privacy}",
                "received_events_url": "https://api.github.com/users/Tyriar/received_events",
                "type": "User",
                "site_admin": false
              },
              "open_issues": 123,
              "closed_issues": 495,
              "state": "open",
              "created_at": "2021-01-07T18:23:10Z",
              "updated_at": "2021-02-24T10:41:06Z",
              "due_on": null,
              "closed_at": null
            },
            "comments": 2,
            "created_at": "2021-02-22T19:28:29Z",
            "updated_at": "2021-02-23T19:02:07Z",
            "closed_at": null,
            "author_association": "MEMBER",
            "active_lock_reason": null,
            "body": "Refs: #114200\r\n- [ ] macOS @lszomoru\r\n- [x] linux @connor4312\r\n- [ ] windows @devinvalenciano\r\n\r\nComplexity: 3\r\n\n\n[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23117275%0A%0A)\n\r\n---\r\n\r\nThis milestone, we have tweaked the menu bar visibility settings in web and desktop. We have updated defaults, renamed the values, and even altered the behavior. There are several settings that impact the behavior of the menu bar.\r\n\r\nPlease test the following configurations, you can use the test matrices below for tracking.\r\n\r\nplatform | desktop | web\r\n------------- | ------------ | -------------\r\n**macOS** | not applicable | custom only\r\n**windows** | native/custom | custom only\r\n**linux** | native/custom | custom only\r\n\r\nFor a given configuration, set the titlebar style as appropriate.\r\n\r\n**Relevant Settings (availability dependent on platform):**\r\nSet visibility: `window.menuBarVisibility` (web default is compact, desktop default is classic)\r\n\r\n**test on non-macOS only**\r\nSet custom/native menu: `window.titleBarStyle`\r\nSet alt-behavior: `window.customMenuBarAltFocus`\r\nSet mnemonics enablement: `window.enableMenuBarMnemonics`\r\n\r\n**Note:** For macOS, the alt-behavior is different. Instead of mnemonics and alt-key to focus the menu, there is a command **Focus Application Menu** bound to **F10** by default\r\n\r\nOnce in **fullscreen**:\r\n\r\nvisibility X alt-behavior | alt focus + mnemonics | alt focus + no mnemonics | no alt focus + mnemonics | no alt focus + no mnemonics\r\n------------- | ------------ | ------------- | ------------- | -------------\r\n**classic** | | | | \r\n**visible** | | | | \r\n**toggle** | | | | \r\n**hidden** | | | | \r\n**compact** | | | | \r\n\r\nOnce **not in fullscreen**:\r\n\r\nvisibility X alt-behavior | alt focus + mnemonics | alt focus + no mnemonics | no alt focus + mnemonics | no alt focus + no mnemonics\r\n------------- | ------------ | ------------- | ------------- | -------------\r\n**classic** | | | | \r\n**visible** | | | | \r\n**toggle** | | | | \r\n**hidden** | | | | \r\n**compact** | | | | \r\n\r\nPlease use the settings and description to learn what the expected behavior is. If it is not clear and you feel it is important to change, please file an issue. If you aren't sure if it is doing the right thing, file an issue, I will clarify and close as necessary.\r\n\r\n",
            "performed_via_github_app": null,
            "score": 1
          }
        ]
      }
    ]
409 410 411 412 413
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Verification Needed",
L
Ladislau Szomoru 已提交
414 415
    "editable": true,
    "outputs": []
416 417 418 419
  },
  {
    "kind": 2,
    "language": "github-issues",
J
Johannes Rieken 已提交
420
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed -assignee:@me -label:verified label:feature-request label:verification-needed",
L
Ladislau Szomoru 已提交
421 422
    "editable": true,
    "outputs": []
423 424 425 426 427
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Fixing",
L
Ladislau Szomoru 已提交
428 429
    "editable": true,
    "outputs": []
430 431 432 433 434
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Open Issues",
L
Ladislau Szomoru 已提交
435 436
    "editable": true,
    "outputs": []
437 438 439 440
  },
  {
    "kind": 2,
    "language": "github-issues",
L
Ladislau Szomoru 已提交
441
    "value": "$REPOS $MILESTONE $MINE is:issue is:open -label:endgame-plan -label:testplan-item -label:iteration-plan",
L
Ladislau Szomoru 已提交
442 443
    "editable": true,
    "outputs": []
444 445 446 447 448
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Open Bugs",
L
Ladislau Szomoru 已提交
449 450
    "editable": true,
    "outputs": []
451 452 453 454 455
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "$REPOS $MILESTONE $MINE is:issue is:open label:bug",
L
Ladislau Szomoru 已提交
456 457
    "editable": true,
    "outputs": []
458 459 460 461 462
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Verification",
L
Ladislau Szomoru 已提交
463 464
    "editable": true,
    "outputs": []
465 466 467 468 469
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## My Issues (verification-steps-needed)",
L
Ladislau Szomoru 已提交
470 471
    "editable": true,
    "outputs": []
472 473 474 475
  },
  {
    "kind": 2,
    "language": "github-issues",
476
    "value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-steps-needed",
L
Ladislau Szomoru 已提交
477 478
    "editable": true,
    "outputs": []
479 480 481 482 483
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## My Issues (verification-found)",
L
Ladislau Szomoru 已提交
484 485
    "editable": true,
    "outputs": []
486 487 488 489
  },
  {
    "kind": 2,
    "language": "github-issues",
490
    "value": "$REPOS $MILESTONE $MINE is:issue label:bug label:verification-found",
L
Ladislau Szomoru 已提交
491 492
    "editable": true,
    "outputs": []
493 494 495 496 497
  },
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Issues filed by me",
L
Ladislau Szomoru 已提交
498 499
    "editable": true,
    "outputs": []
500 501 502 503
  },
  {
    "kind": 2,
    "language": "github-issues",
504
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed author:@me sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found",
L
Ladislau Szomoru 已提交
505 506
    "editable": true,
    "outputs": []
507 508 509 510
  },
  {
    "kind": 1,
    "language": "markdown",
J
Johannes Rieken 已提交
511
    "value": "## Issues filed from outside team",
L
Ladislau Szomoru 已提交
512 513
    "editable": true,
    "outputs": []
514 515 516 517
  },
  {
    "kind": 2,
    "language": "github-issues",
518
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found -author:aeschli -author:alexdima -author:alexr00 -author:AmandaSilver -author:bamurtaugh -author:bpasero -author:btholt -author:chrisdias -author:chrmarti -author:Chuxel -author:connor4312 -author:dbaeumer -author:deepak1556 -author:devinvalenciano -author:digitarald -author:eamodio -author:egamma -author:fiveisprime -author:gregvanl -author:isidorn -author:ItalyPaleAle -author:JacksonKearl -author:joaomoreno -author:jrieken -author:kieferrm -author:lszomoru -author:meganrogge -author:misolori -author:mjbvz -author:ornellaalt -author:orta -author:rebornix -author:RMacfarlane -author:roblourens -author:rzhao271 -author:sana-ajani -author:sandy081 -author:sbatten -author:stevencl -author:Tyriar -author:weinand -author:TylerLeonhardt -author:lramos15",
L
Ladislau Szomoru 已提交
519 520
    "editable": true,
    "outputs": []
521
  },
522 523 524 525
  {
    "kind": 1,
    "language": "markdown",
    "value": "## Issues filed by others",
L
Ladislau Szomoru 已提交
526 527
    "editable": true,
    "outputs": []
528 529 530 531
  },
  {
    "kind": 2,
    "language": "github-issues",
532
    "value": "$REPOS $MILESTONE -$MINE is:issue is:closed -author:@me sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:verification-found",
L
Ladislau Szomoru 已提交
533 534
    "editable": true,
    "outputs": []
535
  },
536 537 538 539
  {
    "kind": 1,
    "language": "markdown",
    "value": "# Release Notes",
L
Ladislau Szomoru 已提交
540 541
    "editable": true,
    "outputs": []
542 543 544 545 546
  },
  {
    "kind": 2,
    "language": "github-issues",
    "value": "repo:microsoft/vscode $MILESTONE is:issue is:closed label:feature-request -label:on-release-notes",
L
Ladislau Szomoru 已提交
547 548
    "editable": true,
    "outputs": []
549 550
  }
]