Skip to content

Commit ecd2394

Browse files
committed
update
1 parent 62f397d commit ecd2394

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EmmyLua-AttachDebugger
1+
# EmmyLua2-AttachDebugger
22

3-
CI status | Download
4-
---------- | ----------
5-
[![Build status](https://ci.appveyor.com/api/projects/status/4kadeg6awn9dee9k?svg=true)](https://ci.appveyor.com/project/EmmyLua/emmylua-attachdebugger)|[EmmyLua-AttachDebugger](https://ci.appveyor.com/project/EmmyLua/emmylua-attachdebugger/build/artifacts)
3+
a fork for CppCXY/EmmyLua-AttachDebugger

appveyor.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929

3030
intellij {
3131
pluginName.set("EmmyLua-AttachDebugger")
32-
// version.set("2023.1")
32+
version.set("2023.2")
3333
type.set("IC") // Target IDE Platform
3434

3535
plugins.set(listOf("com.cppcxy.Intellij-EmmyLua"))

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "EmmyLua-AttachDebugger"
1+
rootProject.name = "EmmyLua2-AttachDebugger"

0 commit comments

Comments
 (0)