From 0ddfa4d0bf68b9909bbe53a9bc7158bfd6251a43 Mon Sep 17 00:00:00 2001 From: Wojciech Kordalski Date: Thu, 10 Apr 2025 15:51:27 +0200 Subject: [PATCH] `.direnv` directory should not be packaged (#2464) If somebody uses direnv tool, the `.direnv` directory is created, that contains some data and especially some symlinks. Symlinks makes `vsce` to fail zipping the built VSIX. Generally `.direnv` should not be added to the resulting VSIX, therefore I add it to .vscodeignore. --- .vscodeignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscodeignore b/.vscodeignore index 2ef0f606c5..9374bb7b55 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -31,6 +31,7 @@ cline_docs/** coverage/** locales/** benchmark/** +.direnv/** # Ignore all webview-ui files except the build directory (https://github.com/microsoft/vscode-webview-ui-toolkit-samples/blob/main/frameworks/hello-world-react-cra/.vscodeignore) webview-ui/src/**