We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61abbc9 commit 10d6734Copy full SHA for 10d6734
client/src/languageserver.ts
@@ -186,7 +186,7 @@ class LuaClient {
186
187
statusBar() {
188
const client = this.client;
189
- const bar = window.createStatusBarItem();
+ const bar = window.createStatusBarItem(vscode.StatusBarAlignment.Right);
190
bar.text = 'Lua';
191
bar.command = 'Lua.statusBar';
192
this.disposables.push(Commands.registerCommand(bar.command, () => {
0 commit comments