Skip to content
Snippets Groups Projects
Commit 8c818920 authored by 最萌小汐's avatar 最萌小汐
Browse files

remove test code

parent 5e79aebf
No related branches found
No related tags found
No related merge requests found
...@@ -214,18 +214,6 @@ export function activate(context: ExtensionContext) { ...@@ -214,18 +214,6 @@ export function activate(context: ExtensionContext) {
]); ]);
defaultClient.start(); defaultClient.start();
return; 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,
}
])
});
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment