From 2678fd272d3121e888b4947ee50186c7d90afe21 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Thu, 15 Sep 2016 16:05:30 +0200 Subject: [PATCH] add travis extension to recommendations --- .vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 8e11a761498..e934b520e66 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,6 +3,7 @@ // for the documentation about the extensions.json format "recommendations": [ "eg2.tslint", - "mattlott.copy-github-url" + "mattlott.copy-github-url", + "felixrieseberg.vsc-travis-ci-status" ] } \ No newline at end of file