From 695fc5f1f1b0dc2d605548896ed706bce1284853 Mon Sep 17 00:00:00 2001 From: Christian Widlund Date: Tue, 21 Jun 2022 20:43:49 +0200 Subject: [PATCH] docs: Add plugin section for Visual Studio Code --- docs/text_editors.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/text_editors.rst b/docs/text_editors.rst index 12a324e..0b55c10 100644 --- a/docs/text_editors.rst +++ b/docs/text_editors.rst @@ -33,6 +33,11 @@ Emacs If you are `flycheck `_ user, you can use `flycheck-yamllint `_ integration. +Visual Studio Code +------------------ + +https://marketplace.visualstudio.com/items?itemName=fnando.linter + IntelliJ --------