File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ python3 -m http.server 80
6666| Intellij | Java, Kotlin | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | TCP |
6767| CLion | C, C++ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | TCP |
6868| VSCode | Depends on available language server | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | TCP |
69- | OpenGrok | * | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | Websocket |
69+ | OpenGrok | * | ✅ | ✅ | ❌ | ❌ | ✅ | ❌ | Websocket |
7070| IDA | * | ✅ | ✅ | ✅ | - | ✅ | ✅ | TCP |
7171| Jadx | Java | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | TCP |
7272
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " com.yoavst.graffiti"
8- version = " 1.8.3 "
8+ version = " 1.8.4 "
99
1010repositories {
1111 mavenCentral()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " com.yoavst.graffiti"
8- version = " 1.8.3 "
8+ version = " 1.8.4 "
99
1010repositories {
1111 mavenCentral()
Original file line number Diff line number Diff line change 22 "manifest_version" : 2 ,
33 "name" : " Graffiti for OpenGrok" ,
44 "description" : " Graffiti support for opengrok" ,
5- "version" : " 1.0.0 " ,
5+ "version" : " 1.8.4 " ,
66 "icons" : {
77 "512" : " images/icon.png"
88 },
Original file line number Diff line number Diff line change 22 "name" : " graffiti" ,
33 "displayName" : " Graffiti" ,
44 "description" : " Add nodes to call graph directly from VSCode" ,
5- "version" : " 1.8.3 " ,
5+ "version" : " 1.8.4 " ,
66 "publisher" : " yoavst" ,
77 "icon" : " icon.png" ,
88 "author" : {
You can’t perform that action at this time.
0 commit comments