Skip to content

Commit 99f89bb

Browse files
committed
fix(contribution): target contribution name was wrong
1 parent 20bb57b commit 99f89bb

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"license": "MIT",
6666
"contributes": {
6767
"javaExtensions": [
68-
"./server/com.microsoft.jdtls.ext.core-0.23.6.jar"
68+
"./server/com.microsoft.jdtls.ext.core"
6969
],
7070
"commands": [
7171
{

scripts/update.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ cd .. || exit
1212
echo "Copying server artifacts"
1313
rm -rf ../server && cp -rf server ..
1414

15+
cd .. || exit
16+
mv -f ./server/com.microsoft.jdtls.ext.core-*.jar \
17+
./server/com.microsoft.jdtls.ext.core
18+
1519
echo "Cleaning resources"
16-
rm -rf ../vscode-java-dependency
20+
rm -rf ./vscode-java-dependency
54.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)