From c904586d17be4d3c9a869c865abe0bbbff86f598 Mon Sep 17 00:00:00 2001 From: Ludwig Muench Date: Tue, 5 Nov 2019 16:27:09 -0500 Subject: [PATCH] add Import Cost VS Code extension to frontend tooling --- frontend.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend.md b/frontend.md index ffa90f3..dedf49d 100644 --- a/frontend.md +++ b/frontend.md @@ -1,2 +1,11 @@ # Frontend +## Tooling + +### VS Code Extensions + +#### Import Cost +Import Cost displays the size of the imported package inline in the editor. + +##### Installation +Search the VS Code extensions for `Import Cost` and click `Install`.