File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments