Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Feb 1, 2023
1 parent 5e79aeb commit 8c81892
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client/src/languageserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,6 @@ export function activate(context: ExtensionContext) {
]);
defaultClient.start();
return;
} else {
getConfig("Lua.runtime.version", document.uri).then((version) => {
let x = version;
setConfig([
{
action: "set",
key: "Lua.runtime.version",
value: "Lua 5.4",
uri: document.uri,
}
])
});
}
}

Expand Down

0 comments on commit 8c81892

Please sign in to comment.