Skip to content

Commit 10d6734

Browse files
committed
move statusbas to right
1 parent 61abbc9 commit 10d6734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/languageserver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class LuaClient {
186186

187187
statusBar() {
188188
const client = this.client;
189-
const bar = window.createStatusBarItem();
189+
const bar = window.createStatusBarItem(vscode.StatusBarAlignment.Right);
190190
bar.text = 'Lua';
191191
bar.command = 'Lua.statusBar';
192192
this.disposables.push(Commands.registerCommand(bar.command, () => {

0 commit comments

Comments
 (0)