Skip to content
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

region folding broken #1423

Open
1 of 5 tasks
atompkins opened this issue Jan 6, 2025 · 0 comments
Open
1 of 5 tasks

region folding broken #1423

atompkins opened this issue Jan 6, 2025 · 0 comments
Labels

Comments

@atompkins
Copy link

Describe the bug
When SQLTools is enabled, region folding is not available.

To Reproduce
Steps to reproduce the behavior:

  1. Create a .sql file containing something like:
--#region test1
select @@version;
--#endregion
  1. Notice that there is no folding available in the margin
  2. Disable SQLTools and associated drivers
  3. Notice that region folding is now available in the margin

Expected behavior
Regions should be able to be folded.

Desktop (please complete the following information):

  • SQLTools Version 0.28.3
  • VS Code Version: 1.96.2
  • OS: macOS Sequoia 15.2
  • Driver:
    • PostgreSQL/Redshift
    • MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: 10.6.20-MariaDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant