-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template for the Prettier SQL extension bug reports
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: VSCode Prettier SQL extension bug report | ||
description: I have a problem with the VSCode Prettier SQL extension. | ||
title: 'Problem with outdated Prettier SQL extension' | ||
labels: ['vscode'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please don't report issues about the [Prettier SQL VSCode](https://marketplace.visualstudio.com/items?itemName=inferrinizzard.prettier-sql-vscode) extension here. | ||
It is no more maintained by its author. | ||
Instead, consider switching to the official [SQL Formatter VSCode](https://marketplace.visualstudio.com/items?itemName=ReneSaarsoo.sql-formatter-vsc) | ||
extension, which uses the latest SQL Formatter library and is actively maintained. |