Skip to content

Commit

Permalink
Reference the new VSCode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Aug 4, 2023
1 parent 091b180 commit a0201fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/vscode-bug-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: VSCode Bug Report
about: Raise an issue with the VSCODE Extension
about: Raise an issue with the VSCode Extension
title: '[VSCODE] Issue Title Here'
labels: vscode
assignees: ''
Expand All @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.

- What SQL language(s) does this apply to? (Plese check the bottom right of your editor for the current VSCode language type)
- What VSCode version are you using?
- What are your currently configured VSCode settings for the `prettier-sql` extension, if relevant to the issue?
- What are your currently configured VSCode settings for the SQL Formatter VSCode extension, if relevant to the issue?

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ This makes SQL Formatter available as a global variable `window.sqlFormatter`.

### Usage in editors

- [VSCode extension](https://marketplace.visualstudio.com/items?itemName=inferrinizzard.prettier-sql-vscode)
- [VSCode extension](https://marketplace.visualstudio.com/items?itemName=ReneSaarsoo.sql-formatter-vsc)
- [Repo](https://github.com/sql-formatter-org/sql-formatter-vscode)
- [Vim extension](https://github.com/fannheyward/coc-sql/)
- [Prettier plugin](https://github.com/un-ts/prettier/tree/master/packages/sql)
Expand Down

0 comments on commit a0201fd

Please sign in to comment.