From ac0ffeeffc4f65205f1f21f3284eefa6eb110632 Mon Sep 17 00:00:00 2001 From: Wojciech Kordalski Date: Thu, 10 Apr 2025 12:18:04 +0200 Subject: [PATCH] `.direnv` directory should not be packaged 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 2ef0f606c57..9374bb7b551 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/**