Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move sql file actions to vscode tab bar #4

Closed
mojtabakaviani opened this issue Apr 9, 2024 · 1 comment
Closed

Move sql file actions to vscode tab bar #4

mojtabakaviani opened this issue Apr 9, 2024 · 1 comment

Comments

@mojtabakaviani
Copy link

At current sql file actions with icons is in top of file and very small, if move to right of vscode tab bar is very better!

@mikeburgh
Copy link
Contributor

Yes, the actions/icons at the top of the file are using codelens. You can increase the font size with the setting: editor.codeLensFontSize

There should also be a play icon on the right in the vscode tab bar which will show on any .sql file you have open, it will execute the document (or selection).

Screenshot 2024-04-09 at 10 12 04 AM

You can also use the keyboard shortcut (cmd/ctrl + D + E).

Ideally we would like to see vscode add a proper toolbar, but as yet they have not done that, see: microsoft/vscode#41309

@dbcodeio dbcodeio locked and limited conversation to collaborators Apr 9, 2024
@mikeburgh mikeburgh converted this issue into discussion #5 Apr 9, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants