From 6f8fe223758d3e74ab17e28d1feef6fbbe40ef5c Mon Sep 17 00:00:00 2001 From: Weida Hong Date: Mon, 8 Mar 2021 23:29:10 +0800 Subject: [PATCH] Add VS Code ignore record for dependency package We don't use bundle tool currently. See https://code.visualstudio.com/api/working-with-extensions/bundling-extension for other possible solution. --- .vscodeignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscodeignore b/.vscodeignore index 0558af9..f598f7d 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -9,3 +9,8 @@ !README.md !CHANGELOG.md !images/icon-color.png + +# Add each dependency library manually. +# This is a light weight solution to release without bundle tool. +# see: https://code.visualstudio.com/api/working-with-extensions/bundling-extension +!node_modules/lookpath