posit-dev / publisher

MIT License
4 stars 0 forks source link

Switch Initial Views of Deployment and Configuration views to "hidden" #1764

Closed sagerb closed 4 months ago

sagerb commented 4 months ago

Intent

Resolves #1697

This is just the initial default, the first time the extension is activated. At any time, users can use the menu to unhide the two advanced views.

initial state for publisher

Type of Change

Approach

Used supported settings for a view within package.json.

Automated Tests

Directions for Reviewers

To verify this behavior, you basically have to reset your entire VSCode installation. Rather than do that destructively... you can (on a Mac):

  1. Exit out of all VSCode running instances
  2. Open a terminal window
  3. execute: cd $HOME/Library/Application\ Support/Code
  4. execute: mv User User.Saved

Verify Functionality:

  1. Start VSCode back up
  2. Debug the extension and confirm the initial functionality

Reset back to a working VSCode configuration

  1. Exit out of all VSCode running instances
  2. execute: mv User.Saved User
  3. exit the terminal
  4. Start VSCode back up

Checklist