From d896a963fe984cd1e41d3b5aa39bcce589b5beca Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Mon, 14 Dec 2020 16:46:40 +0000 Subject: [PATCH 1/3] Don't publish grammar tests with the extension --- code/.vscodeignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/.vscodeignore b/code/.vscodeignore index 4f3fb3321..b5a1b4143 100644 --- a/code/.vscodeignore +++ b/code/.vscodeignore @@ -2,8 +2,9 @@ changes node_modules src/** dist/**/*.map +syntaxes/tests .bumpversion.cfg CHANGES.rst pyproject.toml tsconfig.json -webpack.config.js \ No newline at end of file +webpack.config.js From af15c42725997e4220e6023a5b69ab7ccfbb0e17 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Mon, 14 Dec 2020 16:48:25 +0000 Subject: [PATCH 2/3] Add changelog entry --- code/changes/44.fix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/changes/44.fix.rst diff --git a/code/changes/44.fix.rst b/code/changes/44.fix.rst new file mode 100644 index 000000000..c98795d35 --- /dev/null +++ b/code/changes/44.fix.rst @@ -0,0 +1 @@ +Fix ``vsix`` packaging so that grammar tests are not included. From c89987c57d4b4e110699773648f3a7d4f126f4f6 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Mon, 14 Dec 2020 17:01:50 +0000 Subject: [PATCH 3/3] Rename 44.fix.rst to 44.misc.rst --- code/changes/{44.fix.rst => 44.misc.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/changes/{44.fix.rst => 44.misc.rst} (100%) diff --git a/code/changes/44.fix.rst b/code/changes/44.misc.rst similarity index 100% rename from code/changes/44.fix.rst rename to code/changes/44.misc.rst