File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " emmylua" ,
33 "displayName" : " EmmyLua" ,
44 "description" : " EmmyLua plugin for vscode" ,
5- "version" : " 0.0.4 -preview" ,
5+ "version" : " 0.0.5 -preview" ,
66 "publisher" : " tangzx" ,
77 "engines" : {
88 "vscode" : " ^1.21.0"
304304 "tslint" : " ^5.8.0"
305305 },
306306 "dependencies" : {
307- "vscode-languageclient" : " 5.1.0-next.4 " ,
307+ "vscode-languageclient" : " 4.3.0 " ,
308308 "vscode-debugadapter" : " 1.31.0" ,
309309 "vscode-debugprotocol" : " 1.31.0" ,
310310 "@types/node" : " ^7.0.43" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ export class MobDebugSession extends EmmyDebugSession {
4141 }
4242
4343 shutdown ( ) : void {
44-
44+ console . log ( this . server ) ;
45+ console . log ( this . client ) ;
4546 }
4647}
4748
You can’t perform that action at this time.
0 commit comments