fix: connection and log of SublimePluginClient

add: VSCode Extension support
This commit is contained in:
hyb1996
2017-10-29 22:26:55 +08:00
parent 2e41de5679
commit f3ee94b1cf
15 changed files with 79 additions and 41 deletions

View File

@@ -2,6 +2,8 @@ package com.stardust;
import org.junit.Test;
import java.net.Socket;
import static org.junit.Assert.*;
/**
@@ -12,6 +14,6 @@ import static org.junit.Assert.*;
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}