From 9ea2c9a877a81c7e7f9998cc9f4acd27cd3a2533 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 25 Feb 2020 12:43:55 -0500 Subject: [PATCH 1/3] Include readme images in VSIX --- .vscodeignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscodeignore b/.vscodeignore index fb5a02ebe9..0fc2cc557b 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -13,7 +13,6 @@ docs/** gulp* node_modules/** out/** -resources/readme/** src/** stats.json test-results.xml From 887d37a389d6f585f8ba25d99c908a75a11d8ac0 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 25 Feb 2020 13:56:37 -0500 Subject: [PATCH 2/3] Touch to retrigger CLA check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d378aa39a..80d45a198c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Docker extension makes it easy to build, manage and deploy containerized app ## Installation -[Install Docker](https://docs.docker.com/install/) on your machine and add it to the system path. +[Install Docker](https://docs.docker.com/install/) on your machine and add it to the system path. On Linux, you should also [enable Docker CLI for the non-root user account](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) that will be used to run VS Code. From c35515f6e5a0d45db0ae7cbde99db06a685cc4fc Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Tue, 25 Feb 2020 13:56:47 -0500 Subject: [PATCH 3/3] Undo that touch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d45a198c..0d378aa39a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Docker extension makes it easy to build, manage and deploy containerized app ## Installation -[Install Docker](https://docs.docker.com/install/) on your machine and add it to the system path. +[Install Docker](https://docs.docker.com/install/) on your machine and add it to the system path. On Linux, you should also [enable Docker CLI for the non-root user account](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) that will be used to run VS Code.