You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use VSCode-EmmyLua config to provide global config
In e356b99 ('Set up language server configuration automatically') logic
for setting up EmmyLuaLs automatically has been added. It used
a configuration file at the home directory.
It's not really very cool to spam with extension-specific files at the
user's home dir. A patch [^1] has been introduced allowing one to
specify a path to a global language server configuration file within the
VS Code options. Let's set up this instead.
[^1] EmmyLua/VSCode-EmmyLua#227
vscode.window.showWarningMessage(`Tarantool extension has been unable to update the global configuration of the EmmyLua extension with its specific annotations. Run 'Tarantool: Initialize VS Code extension...' to initialize the annotations per-project`);
vscode.window.showWarningMessage(`Tarantool extension has updated the configuration but wasn't able to restart the EmmyLua extension. Please, restart it manually`);
51
+
return;
52
+
}
53
+
vscode.window.showInformationMessage(`The EmmyLua extension has been updated with Tarantool-specific settings`);
0 commit comments