From dbb804db47f8acee97ddab26515957b76d0d2966 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 19 Feb 2019 18:01:23 +0100 Subject: [PATCH] docs(vscode): add File Utils --- tools/vscode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/vscode.md b/tools/vscode.md index 0b95a83..6c6ebd9 100644 --- a/tools/vscode.md +++ b/tools/vscode.md @@ -44,6 +44,8 @@ - `EditorConfig for VS Code`: EditorConfig Support for Visual Studio Code. +- `File Utils`: A convenient way of creating, duplicating, moving, renaming and deleting files and directories. + - `Final-Newline`: Inserts a final newline when saving the document. - `Formatting Toggle`: A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.