posit-dev / publisher

MIT License
3 stars 0 forks source link

Update publisher vscode extension settings display strings #1869

Closed sagerb closed 5 days ago

sagerb commented 6 days ago

Intent

Resolves #1867

Rather than have the configuration settings listed under Posit and show as a navigational hierarchy of Posit > Publisher > Executable > Path, we will have our configuration settings under Posit Publisher, and show as Posit Publisher: Executable Path

Type of Change

Approach

Change was all done within the package.json and followed some particular naming impacts as listed within: https://code.visualstudio.com/api/references/contribution-points#Configuration-schema

Before: before

After: after

Automated Tests

Directions for Reviewers

Navigate to settings and validate display is the same as the After screenshot above.

Checklist