We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc6568 commit eb392e8Copy full SHA for eb392e8
2 files changed
.gitignore
@@ -13,3 +13,14 @@ bin/
13
\.settings/org\.eclipse\.jdt\.core\.prefs
14
15
src/test/resources/DemoProject/\.settings/
16
+
17
+package-lock\.json
18
19
+vscode/node_modules
20
+*.vsix
21
22
+vscode/out/extension\.js
23
24
+vscode/out/extension\.js\.map
25
26
+vscode/HelloWorld-1\.0-SNAPSHOT\.jar
vscode/package.json
@@ -42,7 +42,8 @@
42
"scripts": {
43
"vscode:prepublish": "cp ../target/HelloWorld-1.0-SNAPSHOT.jar HelloWorld-1.0-SNAPSHOT.jar && npm run compile",
44
"compile": "tsc -b",
45
- "watch": "tsc -b -w"
+ "watch": "tsc -b -w",
46
+ "postinstall": "node ./node_modules/vscode/bin/install"
47
},
48
"dependencies": {
49
"vscode-languageclient": "^5.2.1"
0 commit comments