Skip to content

Commit 3a3fa1c

Browse files
Added required jars for running tests
1 parent 756146e commit 3a3fa1c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

DEVELOPING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Setting up the Plugin SDK
44
- Add all jars in `<intellij home>/plugins/JavaScriptLanguage`
5-
- Add the NodeNS.jar in `<user home>/.IntelliJIdea15/config/plugins/NodeJS/lib`
6-
- Add the IntelliLang.jar in `<user home>/.IntelliJIdea15/config/plugins/IntelliLang/lib`
7-
- Add the netty-all-*.jar in `<intellij home>/lib`
5+
- Add all jars in `<intellij home>/plugins/JavaScriptDebugger/lib`
6+
- Add the css.jar in `<intellij home>/plugins/CSS/lib`
7+
- Add the netty-all-*.jar in `<intellij home>/lib`
8+
- Add the NodeNS.jar in `<user home>/.IntelliJIdea<version>/config/plugins/NodeJS/lib`
9+
- Add the IntelliLang.jar in `<user home>/.IntelliJIdea<version>/config/plugins/IntelliLang/lib`
810

911
## Setting up Intellij Community (OpenApi) sources:
1012
- https://github.com/JetBrains/intellij-plugins/tree/master/Dart
@@ -30,4 +32,4 @@ This run-configuration setup enabled debugging of the language service source co
3032
-Djsgraphql.debug.languageServiceUrl=http://localhost:3000/js-graphql-language-service
3133
```
3234

33-
Note that no process handler console view is available since the plugin isn't responsible for running the Node.js process.
35+
Note that no process handler console view is available since the plugin isn't responsible for running the Node.js process.

0 commit comments

Comments
 (0)