From 9346774e12b4efabdf326ac6bae40e7c296e7e74 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Tue, 9 Oct 2018 22:04:10 -0500 Subject: [PATCH 01/21] Added Instant Markdown --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f8f328..fbc16fd 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) - [Dotnet Core Test Explorer](#dotnet-core-test-explorer) + - [Instant Markdown](#instant-markdown) - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) - [Paste JSON as Code](#paste-json-as-code) @@ -483,6 +484,13 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![View and run your .NET Core tests directly in the editor animation](https://raw.githubusercontent.com/formulahendry/vscode-dotnet-test-explorer/master/images/test-explorer.gif) +## [Instant Markdown](https://marketplace.visualstudio.com/items?itemName=dbankier.vscode-instant-markdown) + +>Simply, edit markdown documents in vscode and instantly preview it in your browser as you type. + +![Instant Markdown Screencast](https://raw.githubusercontent.com/dbankier/vscode-instant-markdown/master/vscode-instant-markdown.gif) + + ## [npm Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense) > Visual Studio Code plugin that autocompletes npm modules in import statements. From 2fd3f2b0a50a9bb56561437b9f7f995282476a09 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Tue, 9 Oct 2018 22:08:03 -0500 Subject: [PATCH 02/21] Added Import cost --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fbc16fd..425071e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitHub](#github) - [GitHub Pull Request Monitor](#github-pull-request-monitor) - [Icon Fonts](#icon-fonts) + - [Import Cost](#import-cost) - [JS Parameter Annotations](#js-parameter-annotations) - [Kanban](#kanban) - [Live Server](#live-server) @@ -456,6 +457,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more! +## [Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) + +> This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size. + +![Import Cost Screenshot](https://file-wkbcnlcvbn.now.sh/import-cost.gif) + ## [JS Parameter Annotations](https://marketplace.visualstudio.com/items?itemName=lannonbr.vscode-js-annotations) > Provides annotations on function calls in JS/TS files to provide parameter names to arguments. From f6860cf9b51d9094bc0289f3cb34ddea8ea28e84 Mon Sep 17 00:00:00 2001 From: "Michele \"Ubik\" De Simoni" Date: Sun, 14 Oct 2018 19:32:07 +0200 Subject: [PATCH 03/21] Add TensorFlow Snippets. --- README.md | 80 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 45 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 428a36e..a55a782 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ # Table of Contents +- [Table of Contents](#table-of-contents) - [Official](#official) - [Syntax](#syntax) - [Migrating from other editors](#migrating-from-other-editors) @@ -25,14 +26,16 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [1C](#1c) - [Bash](#bash) - [C++](#c) - - [C#](#c) + - [C\](#c) - [CSS](#css) + - [CSS Peek](#css-peek) - [Go](#go) - [Haskell](#haskell) - [Shell](#shell) - [Java](#java) - [JavaScript](#javascript) - - [Typescript](#typescript) + - [Debugger for Chrome](#debugger-for-chrome) + - [TypeScript](#typescript) - [Markdown](#markdown) - [PHP](#php) - [IntelliSense](#intellisense) @@ -41,6 +44,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Other extensions](#other-extensions) - [Read more](#read-more) - [Python](#python) + - [TensorFlow](#tensorflow) - [ReasonML](#reasonml) - [Rust](#rust) - [Terraform](#terraform) @@ -52,7 +56,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Deploy](#deploy) - [Duplicate Action](#duplicate-action) - [ES7 React/Redux/GraphQL/React-Native snippets](#es7-reactreduxgraphqlreact-native-snippets) - - [Gi](#gi) + - [Gi](#gi) - [Git History](#git-history) - [Git Project Manager](#git-project-manager) - [GitLink](#gitlink) @@ -69,21 +73,21 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Dotnet Core Test Explorer](#dotnet-core-test-explorer) - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) - - [Paste JSON as Code](#paste-json-as-code) + - [Paste JSON as Code](#paste-json-as-code) - [Path IntelliSense](#path-intellisense) - [Project Manager](#project-manager) - - [REST Client](#rest-client) - [Remote VSCode](#remote-vscode) + - [REST Client](#rest-client) - [Settings Sync](#settings-sync) - [Todo Tree](#todo-tree) - [Toggle Quotes](#toggle-quotes) - [Yo](#yo) -- [Formatting/Beautification](#formatting--beautification) +- [Formatting & Beautification](#formatting--beautification) - [Better Align](#better-align) - [Auto Close Tag](#auto-close-tag) - [Auto Rename Tag](#auto-rename-tag) - [beautify](#beautify) - - [html2pug](#html2pug) + - [html2pug](#html2pug) - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Paste and Indent](#paste-and-indent) - [Sort Lines](#sort-lines) @@ -92,25 +96,23 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Formatting Toggle](#formatting-toggle) - [Bracket Pair Colorizer](#bracket-pair-colorizer) - [Auto Import](#auto-import) -- [Explorer Icons](#explorer-icons) - - [City Lights Icons](#city-lights-icons) - - [VSCode Icons](#vscode-icons) - - [Seti-UI](#seti-icons) - - [Material-Icon-Theme](#material-icon-theme) + - [Explorer Icons](#explorer-icons) + - [City Lights Icons](#city-lights-icons) + - [VSCode Icons](#vscode-icons) + - [Seti Icons](#seti-icons) + - [Material Icon Theme](#material-icon-theme) - [Uncategorized](#uncategorized) - - [Carbon-now-sh](#carbon-now-sh) - [Code Runner](#code-runner) - [Color Highlight](#color-highlight) - [Output Colorizer](#output-colorizer) - [Dash](#dash) - - [Debugger for Chrome](#debugger-for-chrome) - - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Edit with Shell Command](#edit-with-shell-command) - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) - [Highlight JSX/HTML tags](#highlight-jsxhtml-tags) - [PlatformIO](#platformio) - [Polacode](#polacode) + - [carbon-now-sh](#carbon-now-sh) - [Quokka](#quokka) - [Remote Workspace](#remote-workspace) - [Runner](#runner) @@ -121,26 +123,28 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [SVG Viewer](#svg-viewer) - [Text Marker (Highlighter)](#text-marker-highlighter) - [Themes](#themes) - - [An Old Hope Theme by Dustin Sanders](#an-old-hope-theme-by-dustin-sanders) - - [Ariake Dark by wart](#ariake-dark-by-wart) - - [Atom One Dark Theme by Mahmoud Ali](#atom-one-dark-theme-by-mahmoud-ali) - - [Ayu by teabyii](#ayu-by-teabyii) - - [Captain Sweetheart by ultradracula](#captain-sweetheart-by-ultradracula) - - [City Lights Theme by Yummygum](#city-lights-by-yummygum) - - [Cobalt2 Theme Official by Wes Bos](#cobalt2-theme-official-by-wes-bos) - - [Dracula Official by Dracula Theme](#dracula-official-by-dracula-theme) - - [Edge by Bogdan Lazar](#edge-by-bogdan-lazar) - - [Eva Theme by fisheva](#eva-theme-by-fisheva) - - [Fairyfloss by nopjmp and sailorhg](#fairy-floss-by-nopjmp-and-sailorhg) - - [GitHub Theme by Thomas Pink](#github-theme-by-thomas-pink) - - [Material Palenight Theme by whizkydee](#material-palenight-theme-by-whizkydee) - - [Material Theme by Mattia Astorino](#material-theme-by-mattia-astorino) - - [Mno by u29dc](#mno-by-u29dc) - - [Night Owl by Sarah Drasner](#night-owl-by-sarah-drasner) - - [Plastic by Will Stone](#plastic-by-will-stone) - - [Nord by arcticicestudio](#nord-by-arcticicestudio) - - [Shades of Purple by Ahmad Awais](#shades-of-purple-by-ahmad-awais) - - [Slime Theme by smlombardi](#slime-theme-by-smlombardi) + - [UI](#ui) + - [Syntax](#syntax-1) + - [An Old Hope Theme by Dustin Sanders](#an-old-hope-theme-by-dustin-sanders) + - [Ariake Dark by wart](#ariake-dark-by-wart) + - [Atom One Dark Theme by Mahmoud Ali](#atom-one-dark-theme-by-mahmoud-ali) + - [Ayu by teabyii](#ayu-by-teabyii) + - [Captain Sweetheart by ultradracula](#captain-sweetheart-by-ultradracula) + - [City Lights by Yummygumm](#city-lights-by-yummygumm) + - [Cobalt2 Theme Official by Wes Bos](#cobalt2-theme-official-by-wes-bos) + - [Dracula Official by Dracula Theme](#dracula-official-by-dracula-theme) + - [Edge by Bogdan Lazar](#edge-by-bogdan-lazar) + - [Eva Theme by fisheva](#eva-theme-by-fisheva) + - [Fairy Floss by nopjmp and sailorhg](#fairy-floss-by-nopjmp-and-sailorhg) + - [GitHub Theme by Thomas Pink](#github-theme-by-thomas-pink) + - [Material Palenight Theme by whizkydee](#material-palenight-theme-by-whizkydee) + - [Material Theme by Mattia Astorino](#material-theme-by-mattia-astorino) + - [Mno by u29dc](#mno-by-u29dc) + - [Night Owl by Sarah Drasner](#night-owl-by-sarah-drasner) + - [Plastic by Will Stone](#plastic-by-will-stone) + - [Nord by arcticicestudio](#nord-by-arcticicestudio) + - [Shades of Purple by Ahmad Awais](#shades-of-purple-by-ahmad-awais) + - [Slime Theme by smlombardi](#slime-theme-by-smlombardi) - [People to Follow](#people-to-follow) - [Resources for extension developers](#resources-for-extension-developers) - [Documentation](#documentation) @@ -373,6 +377,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more. +### TensorFlow + +- [TensorFlow Snippets](https://marketplace.visualstudio.com/items?itemName=vahidk.tensorflow-snippets) - This extension includes a set of useful code snippets for developing TensorFlow models in Visual Studio Code. + +![TensorFlow Snippets GIF](https://raw.githubusercontent.com/vahidk/tensorflow-snippets/master/images/framework.gif) + ## ReasonML - [ReasonML](https://marketplace.visualstudio.com/items?itemName=jaredly.reason-vscode) - Intellisense, code formatting, refactoring, code lens and more From 2ad38c860c34ee7ccfcb63c15c99c9875bf81cc6 Mon Sep 17 00:00:00 2001 From: Austin Gordon Date: Thu, 18 Oct 2018 07:38:14 -0500 Subject: [PATCH 04/21] Added vscode-schema-dot-org package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11b3f1a..c1fe940 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod - [XO](https://marketplace.visualstudio.com/items?itemName=samverschueren.linter-xo) - Linter for [XO](https://github.com/xojs/xo). - [AVA](https://marketplace.visualstudio.com/items?itemName=samverschueren.ava) - Snippets for [AVA](https://github.com/avajs/ava). - [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Linter, Formatter and Pretty printer for [Prettier](https://github.com/prettier/prettier-vscode). +- [Schema.org Snippets](https://marketplace.visualstudio.com/items?itemName=austinleegordon.vscode-schema-dot-org) - Snippets for [Schema.org](https://schema.org/). ### [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) From e33bda33ca9c814d22afd7a7dc3632ff90dbad1c Mon Sep 17 00:00:00 2001 From: Brutalsimpliticy Date: Thu, 22 Nov 2018 07:03:34 -0600 Subject: [PATCH 05/21] Add MSBuild Project Tool extension to C# language section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e8179d..cb4db76 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ![C# Extensions](https://raw.githubusercontent.com/jchannon/csharpextensions/master/featureimages/fullpropfromctor.gif) +- [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) + +![MSBuild Project Tools](https://github.com/tintoy/msbuild-project-tools-vscode/raw/master/docs/images/extension-in-action.gif) + ## Clojure ### [Calva](https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode) From f63ff6919e325bb60f9b61547fad7c06a153770b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Tue, 27 Nov 2018 05:59:53 +0500 Subject: [PATCH 06/21] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20VSCode.pro=20Course?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1e8179d..5a1bdd1 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Documentation](#documentation) - [Libraries](#libraries) - [Tools](#tools) +- [Visual Studio Code Power User Course](#visual-studio-code-power-user-course) - [Contribute](#contribute) - [License](#license) @@ -1066,6 +1067,17 @@ A list of Twitter accounts for various people in the VS Code Community - [Mark down preview](https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced) - Markdown Preview Enhanced is an extension that provides you with many useful functionalities such as automatic scroll sync, math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc. A lot of its ideas are inspired by Markdown Preview Plus and RStudio Markdown. +# Visual Studio Code Power User Course + +After 10 years with Sublime Text, [Ahmad Awais](https://twitter.com/MrAhmadAwais/) switched to VSCode, built [Shades of Purple theme](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple), and spent over a 1,000 hours perfecting his setup. He has lanched a VSCode Power User Course to help you switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions. + + + + + +- [VSCode.pro](https://VSCode.pro/) - 📺 Huge five hours 65 videos VSCode course. +- [Ahmad Awais](https://twitter.com/MrAhmadAwais/) - 🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate. + # Contribute Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first. From 01d0c718e2a9b4f7d842eb6ae4b6fd4670b81b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Tue, 27 Nov 2018 06:06:12 +0500 Subject: [PATCH 07/21] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Empty=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a1bdd1..5710c4f 100644 --- a/README.md +++ b/README.md @@ -1075,6 +1075,7 @@ After 10 years with Sublime Text, [Ahmad Awais](https://twitter.com/MrAhmadAwais + - [VSCode.pro](https://VSCode.pro/) - 📺 Huge five hours 65 videos VSCode course. - [Ahmad Awais](https://twitter.com/MrAhmadAwais/) - 🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate. From c9f30a767adab42feaf5344691951973eb4fc350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Tue, 27 Nov 2018 06:07:18 +0500 Subject: [PATCH 08/21] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Convert=20to=20?= =?UTF-8?q?Markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5710c4f..5be7ba7 100644 --- a/README.md +++ b/README.md @@ -1071,10 +1071,7 @@ A list of Twitter accounts for various people in the VS Code Community After 10 years with Sublime Text, [Ahmad Awais](https://twitter.com/MrAhmadAwais/) switched to VSCode, built [Shades of Purple theme](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple), and spent over a 1,000 hours perfecting his setup. He has lanched a VSCode Power User Course to help you switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions. - - - - +![https://raw.githubusercontent.com/ahmadawais/stuff/master/images/vscodepro/featured.jpg](https://VSCode.pro/) - [VSCode.pro](https://VSCode.pro/) - 📺 Huge five hours 65 videos VSCode course. - [Ahmad Awais](https://twitter.com/MrAhmadAwais/) - 🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate. From 582e67f64d547ce3cbbd8ae152e1f0fe8c3fd2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Tue, 27 Nov 2018 06:08:22 +0500 Subject: [PATCH 09/21] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Syntax=20Silly=20me?= 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 5be7ba7..281473a 100644 --- a/README.md +++ b/README.md @@ -1071,7 +1071,7 @@ A list of Twitter accounts for various people in the VS Code Community After 10 years with Sublime Text, [Ahmad Awais](https://twitter.com/MrAhmadAwais/) switched to VSCode, built [Shades of Purple theme](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple), and spent over a 1,000 hours perfecting his setup. He has lanched a VSCode Power User Course to help you switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions. -![https://raw.githubusercontent.com/ahmadawais/stuff/master/images/vscodepro/featured.jpg](https://VSCode.pro/) +[![VSCode Course](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/vscodepro/featured.jpg)](https://VSCode.pro/) - [VSCode.pro](https://VSCode.pro/) - 📺 Huge five hours 65 videos VSCode course. - [Ahmad Awais](https://twitter.com/MrAhmadAwais/) - 🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate. From 97a924c50181384410dcc99748a4dbf7ccb75100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Testa?= Date: Tue, 27 Nov 2018 10:12:04 +0100 Subject: [PATCH 10/21] added vscode google translate extension --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1e8179d..1e3b459 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Formatting Toggle](#formatting-toggle) - [Bracket Pair Colorizer](#bracket-pair-colorizer) - [Auto Import](#auto-import) + - [Vscode Google Translate](#vscode-google-translate) - [Explorer Icons](#explorer-icons) - [City Lights Icons](#city-lights-icons) - [VSCode Icons](#vscode-icons) @@ -688,6 +689,11 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Auto import](https://camo.githubusercontent.com/c952445b4a04a9d358be991cc2d830f2a4c0f33b/68747470733a2f2f67696679752e636f6d2f696d616765732f6175746f696d706f72742e676966) +## [Vscode Google Translate](https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate) +> Quickly translate selected text right in your code + +![Vscode Google Translate](https://github.com/funkyremi/vscode-google-translate/raw/master/demo.gif) + ## Explorer Icons ### [City Lights Icons](https://marketplace.visualstudio.com/items?itemName=Yummygum.city-lights-icon-vsc) From d6dc5afe41e95fc55ec902349866a845a6230467 Mon Sep 17 00:00:00 2001 From: funkyremi Date: Tue, 27 Nov 2018 10:22:54 +0100 Subject: [PATCH 11/21] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e3b459..f9a9761 100644 --- a/README.md +++ b/README.md @@ -692,7 +692,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## [Vscode Google Translate](https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate) > Quickly translate selected text right in your code -![Vscode Google Translate](https://github.com/funkyremi/vscode-google-translate/raw/master/demo.gif) +![Vscode Google Translate](https://raw.githubusercontent.com/funkyremi/vscode-google-translate/master/demo.gif) ## Explorer Icons From 22ee20f33dd7843e1817cc61f9beb545e2b837da Mon Sep 17 00:00:00 2001 From: Caleb Peterson Date: Wed, 26 Dec 2018 15:58:47 -0500 Subject: [PATCH 12/21] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e8179d..3c9835d 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,6 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) - [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) - ![Debugger for Java](https://raw.githubusercontent.com/Microsoft/vscode-java-pack/master/vscode-java-debug.gif) - [Maven for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) - [Lombok](https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok) @@ -487,7 +486,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions. -![GitLens inline git information animation](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/gitlens-preview1.gif) +![GitLens inline git information animation](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/docs/gitlens-preview.gif) ## [Git Indicators](https://marketplace.visualstudio.com/items?itemName=lamartire.git-indicators) @@ -609,7 +608,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## [Yo](https://marketplace.visualstudio.com/items?itemName=samverschueren.yo) -> Scaffold projects using [Yeoman](http://yeoman.io/) +> Scaffold projects using [Yeoman](https://yeoman.io/) ![Using yeoman animation](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif) From 83db8ca522961c584b26984ead58bca2d3434597 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Wed, 2 Jan 2019 08:32:39 +0100 Subject: [PATCH 13/21] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4db76..54b5746 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) -![MSBuild Project Tools](https://github.com/tintoy/msbuild-project-tools-vscode/raw/master/docs/images/extension-in-action.gif) +![MSBuild Project Tools](https://raw.githubusercontent.com/tintoy/msbuild-project-tools-vscode/master/docs/images/extension-in-action.gif) ## Clojure From 70447017ad6b0951016ce6f48b560434f0f2a166 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Wed, 2 Jan 2019 08:47:37 +0100 Subject: [PATCH 14/21] Fixed styling --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 281473a..7dcec83 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,8 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Documentation](#documentation) - [Libraries](#libraries) - [Tools](#tools) -- [Visual Studio Code Power User Course](#visual-studio-code-power-user-course) +- [Online Courses](#online-courses] + - [Visual Studio Code Power User Course (commercial)](#visual-studio-code-power-user-course-commercial) - [Contribute](#contribute) - [License](#license) @@ -1067,13 +1068,13 @@ A list of Twitter accounts for various people in the VS Code Community - [Mark down preview](https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced) - Markdown Preview Enhanced is an extension that provides you with many useful functionalities such as automatic scroll sync, math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc. A lot of its ideas are inspired by Markdown Preview Plus and RStudio Markdown. -# Visual Studio Code Power User Course +# Online Courses + +## Visual Studio Code Power User Course (commercial) After 10 years with Sublime Text, [Ahmad Awais](https://twitter.com/MrAhmadAwais/) switched to VSCode, built [Shades of Purple theme](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple), and spent over a 1,000 hours perfecting his setup. He has lanched a VSCode Power User Course to help you switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions. -[![VSCode Course](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/vscodepro/featured.jpg)](https://VSCode.pro/) - -- [VSCode.pro](https://VSCode.pro/) - 📺 Huge five hours 65 videos VSCode course. +- [VSCode.pro](https://vscode.pro/) - 📺 Huge five hours 65 videos VSCode course. - [Ahmad Awais](https://twitter.com/MrAhmadAwais/) - 🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate. # Contribute From 020990bc3bfd004f02c8f1e5ee7eae0382f6f9ca Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Wed, 2 Jan 2019 08:48:17 +0100 Subject: [PATCH 15/21] Fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dcec83..3394a89 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Documentation](#documentation) - [Libraries](#libraries) - [Tools](#tools) -- [Online Courses](#online-courses] +- [Online Courses](#online-courses) - [Visual Studio Code Power User Course (commercial)](#visual-studio-code-power-user-course-commercial) - [Contribute](#contribute) - [License](#license) From 7f16b532c9399a7d2665dded3b72a4b9b2b7fca3 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Wed, 2 Jan 2019 21:57:37 +0100 Subject: [PATCH 16/21] Added a note that this is a personal repository --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e63d5c2..e8edc33 100644 --- a/README.md +++ b/README.md @@ -1086,6 +1086,8 @@ Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first # License +I am providing code and resources in this repository to you under an open source license. Because this is my personal repository, the license you receive to my code and resources is from me and not my employer (Microsoft). + [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) To the extent possible under law, [Valerii Iatsko](https://viatsko.me) has waived all copyright and related or neighboring rights to this work. From 12f94d2b5bcd6ea5546d6d1a1896177090561a01 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Thu, 3 Jan 2019 08:19:58 +0100 Subject: [PATCH 17/21] Update README.md --- README.md | 70 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 51 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 91e1614..1434989 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ # Table of Contents -- [Table of Contents](#table-of-contents) - [Official](#official) - [Syntax](#syntax) - [Migrating from other editors](#migrating-from-other-editors) @@ -31,14 +30,12 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [C#](#c) - [Clojure](#clojure) - [CSS](#css) - - [CSS Peek](#css-peek) - [Go](#go) - [Haskell](#haskell) - [Shell](#shell) - [Java](#java) - [JavaScript](#javascript) - - [Debugger for Chrome](#debugger-for-chrome) - - [TypeScript](#typescript) + - [Typescript](#typescript) - [Markdown](#markdown) - [markdownlint](#markdownlint) - [Markdown All in one](#markdown-all-in-one) @@ -61,7 +58,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Deploy](#deploy) - [Duplicate Action](#duplicate-action) - [ES7 React/Redux/GraphQL/React-Native snippets](#es7-reactreduxgraphqlreact-native-snippets) - - [Gi](#gi) + - [Gi](#gi) - [Git History](#git-history) - [Git Project Manager](#git-project-manager) - [GitLink](#gitlink) @@ -78,21 +75,22 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Dotnet Core Test Explorer](#dotnet-core-test-explorer) - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) - - [Paste JSON as Code](#paste-json-as-code) + - [Paste JSON as Code](#paste-json-as-code) - [Path IntelliSense](#path-intellisense) - [Project Manager](#project-manager) - - [Remote VSCode](#remote-vscode) - [REST Client](#rest-client) + - [Remote VSCode](#remote-vscode) - [Settings Sync](#settings-sync) - [Todo Tree](#todo-tree) - [Toggle Quotes](#toggle-quotes) + - [WakaTime](#wakatime) - [Yo](#yo) -- [Formatting & Beautification](#formatting--beautification) +- [Formatting/Beautification](#formatting--beautification) - [Better Align](#better-align) - [Auto Close Tag](#auto-close-tag) - [Auto Rename Tag](#auto-rename-tag) - [beautify](#beautify) - - [html2pug](#html2pug) + - [html2pug](#html2pug) - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Paste and Indent](#paste-and-indent) - [Sort Lines](#sort-lines) @@ -101,23 +99,25 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Formatting Toggle](#formatting-toggle) - [Bracket Pair Colorizer](#bracket-pair-colorizer) - [Auto Import](#auto-import) - - [Explorer Icons](#explorer-icons) - - [City Lights Icons](#city-lights-icons) - - [VSCode Icons](#vscode-icons) - - [Seti Icons](#seti-icons) - - [Material Icon Theme](#material-icon-theme) +- [Explorer Icons](#explorer-icons) + - [City Lights Icons](#city-lights-icons) + - [VSCode Icons](#vscode-icons) + - [Seti-UI](#seti-icons) + - [Material-Icon-Theme](#material-icon-theme) - [Uncategorized](#uncategorized) + - [Carbon-now-sh](#carbon-now-sh) - [Code Runner](#code-runner) - [Color Highlight](#color-highlight) - [Output Colorizer](#output-colorizer) - [Dash](#dash) + - [Debugger for Chrome](#debugger-for-chrome) + - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Edit with Shell Command](#edit-with-shell-command) - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) - [Highlight JSX/HTML tags](#highlight-jsxhtml-tags) - [PlatformIO](#platformio) - [Polacode](#polacode) - - [carbon-now-sh](#carbon-now-sh) - [Quokka](#quokka) - [Remote Workspace](#remote-workspace) - [Runner](#runner) @@ -148,6 +148,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Night Owl by Sarah Drasner](#night-owl-by-sarah-drasner) - [Plastic by Will Stone](#plastic-by-will-stone) - [Nord by arcticicestudio](#nord-by-arcticicestudio) + - [Rainglow by Dayle Rees](#rainglow-by-dayle-rees) - [Shades of Purple by Ahmad Awais](#shades-of-purple-by-ahmad-awais) - [Slime Theme by smlombardi](#slime-theme-by-smlombardi) - [People to Follow](#people-to-follow) @@ -155,6 +156,8 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Documentation](#documentation) - [Libraries](#libraries) - [Tools](#tools) +- [Online Courses](#online-courses) + - [Visual Studio Code Power User Course (commercial)](#visual-studio-code-power-user-course-commercial) - [Contribute](#contribute) - [License](#license) @@ -255,6 +258,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [gnu-global-tags](https://marketplace.visualstudio.com/items?itemName=austin.code-gnu-global) - Provide Intellisense for C/C++ with the help of the GNU Global tool. - [YouCompleteMe](https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me) - Provides semantic completions for C/C++ (and TypeScript, JavaScript, Objective-C, Golang, Rust) using [YouCompleteMe](http://valloric.github.io/YouCompleteMe/). - [C/C++ Clang Command Adapter](https://github.com/mitaki28/vscode-clang) - Completion and Diagnostic for C/C++/Objective-C using Clang command. +- [CQuery](https://github.com/cquery-project/vscode-cquery) - [C/C++ language server](https://github.com/cquery-project/cquery) supporting multi-million line code base, powered by libclang. Cross references, completion, diagnostics, semantic highlighting and more. ## C\# @@ -266,6 +270,10 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ![C# Extensions](https://raw.githubusercontent.com/jchannon/csharpextensions/master/featureimages/fullpropfromctor.gif) +- [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) + +![MSBuild Project Tools](https://raw.githubusercontent.com/tintoy/msbuild-project-tools-vscode/master/docs/images/extension-in-action.gif) + ## Clojure ### [Calva](https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode) @@ -296,6 +304,7 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## Haskell - [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter) +- [Haskell IDE engine](https://marketplace.visualstudio.com/items?itemName=alanz.vscode-hie-server) - provides [language server](https://github.com/haskell/haskell-ide-engine) for stack and cabal projects. ## Shell - [autocomplate-shell](https://marketplace.visualstudio.com/items?itemName=truman.autocomplate-shell) @@ -304,7 +313,6 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o - [Language Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) - [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug) - ![Debugger for Java](https://raw.githubusercontent.com/Microsoft/vscode-java-pack/master/vscode-java-debug.gif) - [Maven for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven) - [Lombok](https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok) @@ -331,6 +339,7 @@ See the difference between these two [here](https://github.com/michaelgmcd/vscod ## TypeScript - [tslint](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) - TSLint for Visual Studio Code +- [TypeScript Hero](https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero) - Code outline view of your open TS, sort and organize your imports. ## Markdown @@ -490,7 +499,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Provides Git CodeLens information (most recent commit, # of authors), on-demand inline blame annotations, status bar blame information, file and blame history explorers, and commands to compare changes with the working tree or previous versions. -![GitLens inline git information animation](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/gitlens-preview1.gif) +![GitLens inline git information animation](https://raw.githubusercontent.com/eamodio/vscode-git-codelens/master/images/docs/gitlens-preview.gif) ## [Git Indicators](https://marketplace.visualstudio.com/items?itemName=lamartire.git-indicators) @@ -606,9 +615,13 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Toggle Quotes](https://d3vv6lp55qjaqc.cloudfront.net/items/2V092N0u2O1a393Y0f28/Screen%20Recording%202018-10-04%20at%2009.26%20AM.gif?X-CloudApp-Visitor-Id=26998&v=e2908c88) +## [WakaTime](https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime) + +> Automatic time tracker and productivity dashboard showing how long you coded in each project, file, branch, and language. + ## [Yo](https://marketplace.visualstudio.com/items?itemName=samverschueren.yo) -> Scaffold projects using [Yeoman](http://yeoman.io/) +> Scaffold projects using [Yeoman](https://yeoman.io/) ![Using yeoman animation](https://raw.githubusercontent.com/SamVerschueren/vscode-yo/master/media/yo.gif) @@ -685,7 +698,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you ## [Auto Import](https://marketplace.visualstudio.com/items?itemName=steoates.autoimport) > Automatically finds, parses and provides code actions and code completion for all available imports. Works with Typescript and TSX. -![Auto import](https://gifyu.com/images/autoimport.gif) +![Auto import](https://camo.githubusercontent.com/c952445b4a04a9d358be991cc2d830f2a4c0f33b/68747470733a2f2f67696679752e636f6d2f696d616765732f6175746f696d706f72742e676966) ## Explorer Icons @@ -992,6 +1005,14 @@ An arctic, north-bluish clean and elegant Visual Studio Code theme. +## [Rainglow by Dayle Rees](https://vscodethemes.com/e/daylerees.rainglow) + +Collection of 320+ beautiful syntax and UI themes. + + + + + ### [Shades of Purple by Ahmad Awais](https://vscodethemes.com/e/ahmadawais.shades-of-purple) ⚡ A professional theme with hand-picked & bold shades of purple 💜 to go along with your VS Code. A custom VS Code theme with style. @@ -1057,12 +1078,23 @@ A list of Twitter accounts for various people in the VS Code Community - [Mark down preview](https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced) - Markdown Preview Enhanced is an extension that provides you with many useful functionalities such as automatic scroll sync, math typesetting, mermaid, PlantUML, pandoc, PDF export, code chunk, presentation writer, etc. A lot of its ideas are inspired by Markdown Preview Plus and RStudio Markdown. +# Online Courses + +## Visual Studio Code Power User Course (commercial) + +After 10 years with Sublime Text, [Ahmad Awais](https://twitter.com/MrAhmadAwais/) switched to VSCode, built [Shades of Purple theme](https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple), and spent over a 1,000 hours perfecting his setup. He has lanched a VSCode Power User Course to help you switch today. You can bring all your custom settings from the previous editor and learn the power user workflows for HTML/CSS, Git/GitHub & Open Source, supercharged Markdown, and everything from JavaScript to PHP, Go, Python, C++, C#, ROR. In this course, you'll also learn to install/setup 50+ Extensions. + +- [VSCode.pro](https://vscode.pro/) - 📺 Huge five hours 65 videos VSCode course. +- [Ahmad Awais](https://twitter.com/MrAhmadAwais/) - 🙌 Creator of Shades of Purple theme. Core Developer for WP/JS. OSS Dev Advocate. + # Contribute Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first. # License +I am providing code and resources in this repository to you under an open source license. Because this is my personal repository, the license you receive to my code and resources is from me and not my employer (Microsoft). + [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) To the extent possible under law, [Valerii Iatsko](https://viatsko.me) has waived all copyright and related or neighboring rights to this work. From 50e8276c14d25900a8cca27decd1be4573b5f9e3 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Thu, 3 Jan 2019 09:28:34 +0100 Subject: [PATCH 18/21] Added vscode-recipes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 843131c..1ca4191 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,12 @@ The VSCode team provides keymaps from popular editors, making the transition to > Popular Intellij IDEA keybindings for VS Code. +# Using VS Code with particular technologies + +Microsoft created a collection of recipes for using VS Code with particular technologies (mostly Web). + +Make sure to visit it at [Microsoft/vscode-recipes](https://github.com/Microsoft/vscode-recipes) + # Lint and IntelliSense In case the awesome nirvana that is linting has not yet been unleashed upon you: From 05f9da79a6e64f5483d1b700a0276cfec8d07ad6 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Thu, 3 Jan 2019 09:29:18 +0100 Subject: [PATCH 19/21] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ca4191..b057ef4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Migrating from Sublime Text](#migrating-from-sublime-text) - [Migrating from Visual Studio](#migrating-from-visual-studio) - [Migrating from Intellij IDEA](#migrating-from-intellij-idea) +- [Using VS Code with particular technologies](#using-vs-code-with-particular-technologies) - [Lint and IntelliSense](#lint-and-intellisense) - [1C](#1c) - [Bash](#bash) From bceb90c1c642c4b9e4a1271e1ee48904d903188f Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Thu, 3 Jan 2019 09:30:59 +0100 Subject: [PATCH 20/21] The vscode.d.ts node module --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b057ef4..13901bc 100644 --- a/README.md +++ b/README.md @@ -1073,6 +1073,7 @@ A list of Twitter accounts for various people in the VS Code Community ## Libraries +- [vscode-extension-vscode](https://github.com/Microsoft/vscode-extension-vscode) - The vscode.d.ts node module - [vscode-set-text](https://github.com/samverschueren/vscode-set-text) - An easy-to-use VS Code `#setText()` method. - [vscode-test-content](https://github.com/mlewand-org/vscode-test-content) - A method to set/get editor content, and it's selection. Especially useful for unit tests. From b2bf62836132c5959bd3ea545b68d3eb5f8dd287 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sat, 5 Jan 2019 16:59:40 +0100 Subject: [PATCH 21/21] Dropped VIM slack dead link (temp) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ba6ba..5804c9f 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ The VSCode team provides keymaps from popular editors, making the transition to ## [Migrating from Vim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) -> **Vim Mode** - Relatively new, but promising extension implementing Vim features in VSCode. Authors suggest to join their [Slack channel](https://vscodevim-slackin.azurewebsites.net/) for feature requests on your favorite Vim features +> **Vim Mode** - Relatively new, but promising extension implementing Vim features in VSCode ## [Migrating from Atom](https://marketplace.visualstudio.com/items?itemName=ms-vscode.atom-keybindings)