From 3186da94748701285a13c19ad54fc18e6aff3ab4 Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Sun, 11 Sep 2016 20:55:43 -0700 Subject: [PATCH] Added Slack --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cca2c05..592401b 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Runner](#runner) - [Sort Lines](#sort-lines) - [Yo](#yo) - - [Git History] (#githistory) - - [Path IntelliSense] (#path-intellisense) + - [Git History](#git-history) + - [Path IntelliSense](#path-intellisense) + - [Slack](#slack) - [Resources for extension developers](#resources-for-extension-developers) - [Documentation](#documentation) - [Libraries](#libraries) @@ -245,6 +246,11 @@ Unfortunately, VS Code doesn't support custom UI themes yet https://github.com/M ![] (https://i.giphy.com/iaHeUiDeTUZuo.gif) +### [Slack](https://marketplace.visualstudio.com/items?itemName=sozercan.slack) + +> Send messages and code snippets, upload files to Slack + +![](https://github.com/sozercan/vscode-slack/raw/master/slack-send.gif) ## Resources for extension developers