Skip to content

Commit 7b46da0

Browse files
committed
fix: Typo
1 parent 64d77dc commit 7b46da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-java-extension

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
# In java, the vscode extension contains a lot of code to implements advanced features (jdt files provider, inlay hints, source action commands...)
4+
# In java, the vscode extension contains a lot of code to implement advanced features (jdt file provider, inlay hints, source action commands...)
55
# Instead of copy-pasting this code, let's download it, build it and import it from our code
66

77
output_directory="`pwd`/extensions/java"

0 commit comments

Comments
 (0)