You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/04/25 17:30:02 UTC

[daffodil-vscode] branch main updated: Fix data editor to work when installed via VSIX

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 8de1d80  Fix data editor to work when installed via VSIX
8de1d80 is described below

commit 8de1d80caf59df2b95013e0d1163db3ab7a97563
Author: Shane Dell <sh...@gmail.com>
AuthorDate: Tue Apr 25 09:34:07 2023 -0400

    Fix data editor to work when installed via VSIX
---
 build/package/.vscodeignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/package/.vscodeignore b/build/package/.vscodeignore
index 4bc788e..44fcf63 100644
--- a/build/package/.vscodeignore
+++ b/build/package/.vscodeignore
@@ -28,7 +28,8 @@
 !src/styles/styles.css
 !src/omega_edit/omega_edit.js
 !src/omega_edit/interface.html
-!node_modules/omega-edit/omega-edit-grpc-server*.zip
+!node_modules/@omega-edit/server/bin
+!node_modules/@omega-edit/server/lib
 !src/language/providers/intellisense/DFDLGeneralFormat.dfdl.xsd
 !dist/styles.css
 !dist/views/dataEditor/index.js