Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit cf35aec

Browse files
committed
🔖 3.3.10
Fix not packaging the resource folder per microsoft/vscode-vsce#576
1 parent 65e459f commit cf35aec

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.vscodeignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
*
2-
*/**
1+
# Ignore everything
2+
/*
33

4-
!dist/*.js
5-
!resource/*.json
4+
# Whitelist needed files
5+
!dist
6+
dist/*.js.map
7+
!resource
68
!CHANGELOG.md
79
!icon.png
810
!LICENSE

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datapack-language-server",
3-
"version": "3.3.9",
3+
"version": "3.3.10",
44
"main": "dist/extension.js",
55
"author": "SPGoding",
66
"publisher": "SPGoding",

0 commit comments

Comments
 (0)