From bd7a3cbc8124cf271030eaece49bfc77004c026e Mon Sep 17 00:00:00 2001 From: Nishchal Vyas Date: Sun, 9 Oct 2022 20:42:04 +0530 Subject: [PATCH 1/3] Visual Studio Code --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4..276a219 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Visual Studio Code", + "link": "(https://github.com/Microsoft/vscode)", + "label": "first-timers-only", + "technologies": [ + "TypeScript" + ], + "description": "A text editor for various coding entities" } ] } From cfdcc849d974998feb9021922340aef4c45d5e58 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:51:47 +0100 Subject: [PATCH 2/3] Clean up link for vscode --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 276a219..8a7a5ad 100644 --- a/data.json +++ b/data.json @@ -2088,7 +2088,7 @@ }, { "name": "Visual Studio Code", - "link": "(https://github.com/Microsoft/vscode)", + "link": "https://github.com/Microsoft/vscode", "label": "first-timers-only", "technologies": [ "TypeScript" From baf35f9d9db22e294695760ee985d6d51aa22065 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:52:05 +0100 Subject: [PATCH 3/3] Changed to good first issue --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 8a7a5ad..890026a 100644 --- a/data.json +++ b/data.json @@ -2089,7 +2089,7 @@ { "name": "Visual Studio Code", "link": "https://github.com/Microsoft/vscode", - "label": "first-timers-only", + "label": "good first issue", "technologies": [ "TypeScript" ],