From e2b2cf2050fcd549e0d591d2c0be89543a3f371a Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Mon, 19 Jul 2021 14:26:16 -0700 Subject: [PATCH] include model in web package --- build/.webignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/.webignore b/build/.webignore index 553d445f3f6..fc1d2067643 100644 --- a/build/.webignore +++ b/build/.webignore @@ -29,3 +29,6 @@ xterm-addon-unicode11/out/** xterm-addon-webgl/src/** xterm-addon-webgl/out/** + +# This makes sure the model is included in the package +!@vscode/vscode-languagedetection/model/**