fix: connection and log of SublimePluginClient
add: VSCode Extension support
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user