File tree Expand file tree Collapse file tree 3 files changed +79
-34
lines changed Expand file tree Collapse file tree 3 files changed +79
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : VSCode Prettier SQL extension bug report
2
- description : I have a problem with the VSCode Prettier SQL extension.
2
+ description : I have a problem with the Prettier SQL VSCode extension.
3
3
title : ' Problem with outdated Prettier SQL extension'
4
4
labels : ['vscode']
5
5
body :
Original file line number Diff line number Diff line change
1
+ name : VSCode SQL Formatter extension bug report
2
+ about : I have a problem with the SQL Formatter VSCode extension
3
+ title : ' '
4
+ labels : vscode
5
+ body :
6
+ - type : textarea
7
+ id : problem
8
+ attributes :
9
+ label : Describe your problem
10
+ validations :
11
+ required : true
12
+ - type : dropdown
13
+ id : dialect
14
+ attributes :
15
+ label : Which SQL dialect does this apply to?
16
+ multiple : true
17
+ options :
18
+ - Google BigQuery
19
+ - IBM DB2 for LUW (Linux, Unix, Windows)
20
+ - IBM DB2 for iSystem
21
+ - Apache Hive
22
+ - MariaDB
23
+ - MySQL
24
+ - Couchbase N1QL
25
+ - Oracle PL/SQL
26
+ - PostgreSQL
27
+ - Amazon Redshift
28
+ - SingleStoreDB
29
+ - Snowflake
30
+ - Spark
31
+ - SQLite
32
+ - TiDB
33
+ - Trino
34
+ - Presto
35
+ - Microsoft SQL Server Transact-SQL
36
+ - A dialect not supported by SQL Formatter
37
+ validations :
38
+ required : true
39
+ - type : dropdown
40
+ id : configured_dialect
41
+ attributes :
42
+ label : Which SQL dialect is configured in your VSCode extension settings?
43
+ description : Go to Settings -> SQL Formatter VSCode -> dialect.
44
+ options :
45
+ - Rely on VSCode to detect the relevant SQL dialect
46
+ - Google BigQuery
47
+ - IBM DB2 for LUW (Linux, Unix, Windows)
48
+ - IBM DB2 for iSystem
49
+ - Apache Hive
50
+ - MariaDB
51
+ - MySQL
52
+ - Couchbase N1QL
53
+ - Oracle PL/SQL
54
+ - PostgreSQL
55
+ - Amazon Redshift
56
+ - SingleStoreDB
57
+ - Snowflake
58
+ - Spark
59
+ - SQLite
60
+ - TiDB
61
+ - Trino (should also work for Presto)
62
+ - Microsoft SQL Server Transact-SQL
63
+ - Basic SQL - generally not recommended
64
+ validations :
65
+ required : true
66
+ - type : input
67
+ id : version
68
+ attributes :
69
+ label : Version of the VSCode extension
70
+ validations :
71
+ required : true
72
+ - type : checkboxes
73
+ id : repoduces
74
+ attributes :
75
+ label : I have tried to reproduce this issue on the [demo page](https://sql-formatter-org.github.io/sql-formatter/), and it
76
+ items :
77
+ - label : Reproduces
78
+ - label : Does not reproduce
You can’t perform that action at this time.
0 commit comments