Skip to content
Snippets Groups Projects
Commit ddd1eecc authored by SeeBasTStick's avatar SeeBasTStick
Browse files

unocomment manual server

parent e282f69a
Branches
Tags
No related merge requests found
...@@ -32,9 +32,9 @@ export function activate(context: ExtensionContext) { ...@@ -32,9 +32,9 @@ export function activate(context: ExtensionContext) {
//Start the server //Start the server
// comment the two lines (and the closing brackets) if you want to run a server by hand -> for developing // comment the two lines (and the closing brackets) if you want to run a server by hand -> for developing
// let prc = spawn(javaHome, ['-jar', serverHome]) let prc = spawn(javaHome, ['-jar', serverHome])
// prc.stdout.on('data', function (data) { prc.stdout.on('data', function (data) {
let connectionInfo = { let connectionInfo = {
port: 55556, port: 55556,
...@@ -104,7 +104,7 @@ export function activate(context: ExtensionContext) { ...@@ -104,7 +104,7 @@ export function activate(context: ExtensionContext) {
showDebugMessages(debugChannle) showDebugMessages(debugChannle)
}) })
// }) })
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment