mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
update notebook (#201998)
This commit is contained in:
6
.vscode/notebooks/api.github-issues
vendored
6
.vscode/notebooks/api.github-issues
vendored
@@ -7,7 +7,7 @@
|
||||
{
|
||||
"kind": 2,
|
||||
"language": "github-issues",
|
||||
"value": "$repo=repo:microsoft/vscode\n$milestone=milestone:\"November 2023\"\n"
|
||||
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"December / January 2024\"\n"
|
||||
},
|
||||
{
|
||||
"kind": 1,
|
||||
@@ -17,7 +17,7 @@
|
||||
{
|
||||
"kind": 2,
|
||||
"language": "github-issues",
|
||||
"value": "$repo $milestone label:api-finalization\n"
|
||||
"value": "$REPO $MILESTONE label:api-finalization\n"
|
||||
},
|
||||
{
|
||||
"kind": 1,
|
||||
@@ -27,6 +27,6 @@
|
||||
{
|
||||
"kind": 2,
|
||||
"language": "github-issues",
|
||||
"value": "$repo $milestone is:open label:api-proposal sort:created-asc\n"
|
||||
"value": "$REPO $MILESTONE is:open label:api-proposal sort:created-asc\n"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user