Skip to content

Workspace setting for teipublisher.apiList not recognized #14

@kthth

Description

@kthth

In a repository, I've stored a .vscode/settings.json file:

{
    "workbench.colorTheme": "Abyss",
    "teipublisher.endpoint": "https://editionen.bbf.dipf.de/exist/apps/briefedition-friedrich-froebel",
    "teipublisher.apiList": [
    {
        "name": "places",
        "label": "Orte GND",
        "plugin": "gnd",
        "template": "<placeName ref=\"https://d-nb.info/gnd/${id}\">${0:$TM_SELECTED_TEXT}</placeName>"
    },
    {
        "name": "people",
        "label": "Personen GND",
        "plugin": "gnd",
        "template": "<persName ref=\"https://d-nb.info/gnd/${id}\">${0:$TM_SELECTED_TEXT}</persName>"
    }
    ]
}

colorTheme is there to check instantly whether the settings got picked up. In the VSCode GUI settings editor I can also see that the endpoing got picked up

grafik

The apiList settings, however, are not recognized. The template is either the original one that comes with the plugin or things that I define in my global user setting.json. They are not present in the GUI, either.

Any clues?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions