From 08a7bcb18722800fbf1864ae745e8a8508c72982 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:38:41 +0500 Subject: [PATCH 1/9] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Centered=20Title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81b230bd..5f41d601 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# Extension Samples +

+ VSCode Extension Samples +

-This repository contains sample code illustrating the VS Code extension API. The following is a + +This repository contains sample code illustrating the VS Code extension API. The following is a list of self-contained, running extensions that show one or multiple concepts of the API: * [Virtual Documents](/contentprovider-sample/README.md) From 793c92dd2f8b982df6c700cb571a036e87318c9e Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:39:00 +0500 Subject: [PATCH 2/9] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20VSCode=20Image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f41d601..a6417a09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@

+ VS Code in action + VSCode Extension Samples

From b6eeb1d6bc06699d3aedd5701cb581b51a664b54 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:39:44 +0500 Subject: [PATCH 3/9] =?UTF-8?q?=F0=9F=93=96=20DOC:=20TitleCase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6417a09..cb50fa11 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ list of self-contained, running extensions that show one or multiple concepts of * Experimental: [Tree Explorer](/tree-view-sample/README.md) * [Webview](/webview-sample/README.md) -# How to run locally +# How to Run Locally * `git clone` * `cd vscode-extension-samples` From 6d578d9fed6bacbb4a90475c2628b1bfaba548bf Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:41:45 +0500 Subject: [PATCH 4/9] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Better=20Getting=20St?= =?UTF-8?q?arted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb50fa11..0a70487d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ list of self-contained, running extensions that show one or multiple concepts of # How to Run Locally -* `git clone` -* `cd vscode-extension-samples` -* `npm install` -* open VS Code and start a sample from the debug viewlet +* **Step #1**: `git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples` +* **Step #2**:`cd vscode-extension-samples` +* **Step #3**:`npm install` +* **Step #4**: Open [VSCode](https://code.visualstudio.com/) and start a sample from the debug viewlet. From 17e1dcd6877a23d05fcf4f630578e346c96adb17 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:43:19 +0500 Subject: [PATCH 5/9] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Title=20Heading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a70487d..4187d724 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@

- VS Code in action + VS Code in action +
+
- VSCode Extension Samples +VS Code Extension Samples

From 4506c171a370011fc38b06b99449333a04a75d43 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:44:05 +0500 Subject: [PATCH 6/9] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Better=20lingo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4187d724..43a3496e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ list of self-contained, running extensions that show one or multiple concepts of * [Theme](/theme-sample) * [Integrated Terminal](/terminal-sample/README.md) * [Vim](/vim-sample/README.md) -* Experimental: [Tree Explorer](/tree-view-sample/README.md) +* [Tree Explorer](/tree-view-sample/README.md) (Experimental) * [Webview](/webview-sample/README.md) # How to Run Locally From 4f6d3a7fb9f721e0940747dfc747cb5d07e2acc4 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:45:19 +0500 Subject: [PATCH 7/9] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Heading=20+=20Emo?= =?UTF-8?q?ji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a3496e..ed13a248 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ list of self-contained, running extensions that show one or multiple concepts of * [Tree Explorer](/tree-view-sample/README.md) (Experimental) * [Webview](/webview-sample/README.md) -# How to Run Locally +# 🎯 Getting Started + +You can get started locally by following these steps: * **Step #1**: `git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples` * **Step #2**:`cd vscode-extension-samples` From 293856d7d83cdf06de9479081ef6617ecd7fe79b Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:45:48 +0500 Subject: [PATCH 8/9] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Right=20Emoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed13a248..2e82b45d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ list of self-contained, running extensions that show one or multiple concepts of * [Tree Explorer](/tree-view-sample/README.md) (Experimental) * [Webview](/webview-sample/README.md) -# 🎯 Getting Started +# ➡️ Getting Started You can get started locally by following these steps: From c7b9a34a3f5a2e4f147f025939932ffd7ac3cd9a Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 31 May 2018 08:46:06 +0500 Subject: [PATCH 9/9] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Spacing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e82b45d..5ca8436f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ list of self-contained, running extensions that show one or multiple concepts of You can get started locally by following these steps: * **Step #1**: `git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples` -* **Step #2**:`cd vscode-extension-samples` -* **Step #3**:`npm install` -* **Step #4**: Open [VSCode](https://code.visualstudio.com/) and start a sample from the debug viewlet. +* **Step #2**: `cd vscode-extension-samples` +* **Step #3**: `npm install` +* **Step #4**: Open [VSCode](https://code.visualstudio.com/) and start a sample from the debug viewlet.