-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Labels
vscodeRelated to the VSCode ExtensionRelated to the VSCode Extension
Description
Describe the bug
Prettier-SQL.paramTypes is missing from both VSCode's marketplace's details page and settings. Version v1.6.0 (both installed and on Marketplace)
To Reproduce
Steps to reproduce the behavior:
Marketplace:
- Go to Extension's Marketplace page
- Click on '....'
- Scroll down to Configuration
- There is no 'Prettier-SQL.paramTypes' option
Settings:
- Go to .vscode/settings.json
- Add
"Prettier-SQL.paramTypes": {
"custom": [{ "regex": "\\{[a-zA-Z0-9_]+\\}" }],
},
- Get a 'Unknown Configuration Setting' message.
Expected behavior
- 'Prettier-SQL.paramTypes' existing on Marketplace page
"Prettier-SQL.paramTypes"
option being recognized in settings.json
Extension's details page on Marketplace:
Usage
- What SQL language(s) does this apply to? - Probably all
- What VSCode version are you using? - 1.80.0
- What are your currently configured VSCode settings for the
prettier-sql
extension, if relevant to the issue?:
"Prettier-SQL.expressionWidth": 140,
"Prettier-SQL.tabulateAlias": true,
"Prettier-SQL.paramTypes": {
"custom": [{ "regex": "\\{[a-zA-Z0-9_]+\\}" }],
},
Additional context
This is sad
trackwell-mike
Metadata
Metadata
Assignees
Labels
vscodeRelated to the VSCode ExtensionRelated to the VSCode Extension