Skip to content

[VSCODE] published v1.6.0 doesn't have paramTypes #622

@AndrewRocky

Description

@AndrewRocky

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:

  1. Go to Extension's Marketplace page
  2. Click on '....'
  3. Scroll down to Configuration
  4. There is no 'Prettier-SQL.paramTypes' option

Settings:

  1. Go to .vscode/settings.json
  2. Add
    "Prettier-SQL.paramTypes": {
        "custom": [{ "regex": "\\{[a-zA-Z0-9_]+\\}" }],
    },
  1. Get a 'Unknown Configuration Setting' message.

Expected behavior

  1. 'Prettier-SQL.paramTypes' existing on Marketplace page
  2. "Prettier-SQL.paramTypes" option being recognized in settings.json

Screenshots
settings.json:
image

Extension's details page on Marketplace:
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    vscodeRelated to the VSCode Extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions