From e5b02b0610cd92dcf657420a719ccd65c47fca0c Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Fri, 29 Jan 2021 10:05:43 +0100 Subject: [PATCH] liberate papercut usages --- .../notebook-papercuts.github-issues | 14 -------- .vscode/notebooks/papercuts.github-issues | 32 +++++++++++++++++++ 2 files changed, 32 insertions(+), 14 deletions(-) delete mode 100644 .vscode/notebooks/notebook-papercuts.github-issues create mode 100644 .vscode/notebooks/papercuts.github-issues diff --git a/.vscode/notebooks/notebook-papercuts.github-issues b/.vscode/notebooks/notebook-papercuts.github-issues deleted file mode 100644 index 224255fcfa2..00000000000 --- a/.vscode/notebooks/notebook-papercuts.github-issues +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "kind": 1, - "language": "markdown", - "value": "## Native Notebook Paper Cuts\n\nThis notebook serves as an ongoing collection of paper cut issues that we encounter while dogfooding native notebooks. With that in mind only promote issues that really turn you off when using notebooks, e.g issues that make you wanna stop using native notebooks. To mark an issue (bug, feature-request, etc) as paper cut add the labels: `notebook` _and_ `papercut :drop_of_blood:`", - "editable": true - }, - { - "kind": 2, - "language": "github-issues", - "value": "repo:microsoft/vscode is:open label:notebook label:\"papercut :drop_of_blood:\"", - "editable": true - } -] \ No newline at end of file diff --git a/.vscode/notebooks/papercuts.github-issues b/.vscode/notebooks/papercuts.github-issues new file mode 100644 index 00000000000..daeff246c0a --- /dev/null +++ b/.vscode/notebooks/papercuts.github-issues @@ -0,0 +1,32 @@ +[ + { + "kind": 1, + "language": "markdown", + "value": "## Papercuts\n\nThis notebook serves as an ongoing collection of paper cut issues that we encounter while dogfooding. With that in mind only promote issues that really turn you off, e.g issues that make you wanna stop use VS Code or its extensions. To mark an issue (bug, feature-request, etc) as paper cut add the labels: `papercut :drop_of_blood:`", + "editable": true + }, + { + "kind": 2, + "language": "github-issues", + "value": "repo:microsoft/vscode is:open label:notebook label:\"papercut :drop_of_blood:\"", + "editable": true + }, + { + "kind": 1, + "language": "markdown", + "value": "## All Papercuts\n\nThese are all papercut issues that we encounter while dogfoodingf vscode or extensions that we author. ", + "editable": true + }, + { + "kind": 1, + "language": "markdown", + "value": "## Native Notebook", + "editable": true + }, + { + "kind": 2, + "language": "github-issues", + "value": "repo:microsoft/vscode is:open -label:notebook label:\"papercut :drop_of_blood:\"", + "editable": true + } +] \ No newline at end of file