Skip to content

Commit d1ad01e

Browse files
committed
doc: Add comment
1 parent 5f6c9ca commit d1ad01e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/install-extensions

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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...)
5+
# Instead of copy-pasting this code, let's download it, build it and import it from our code
6+
47
mkdir -p "`pwd`/extensions"
58
output_directory="`pwd`/extensions/java"
69
rm -rf $output_directory

0 commit comments

Comments
 (0)