Skip to content

Commit 8c81892

Browse files
committed
remove test code
1 parent 5e79aeb commit 8c81892

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

client/src/languageserver.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,6 @@ export function activate(context: ExtensionContext) {
214214
]);
215215
defaultClient.start();
216216
return;
217-
} else {
218-
getConfig("Lua.runtime.version", document.uri).then((version) => {
219-
let x = version;
220-
setConfig([
221-
{
222-
action: "set",
223-
key: "Lua.runtime.version",
224-
value: "Lua 5.4",
225-
uri: document.uri,
226-
}
227-
])
228-
});
229217
}
230218
}
231219

0 commit comments

Comments
 (0)