feeco
feeco

Reputation: 135

is there a way to change position of command palette when open it

I want my command palette displays on the right side of the editor not centre position. Can I modify settings.json or something else to do that ? Thanks.

Upvotes: 7

Views: 2214

Answers (2)

starball
starball

Reputation: 51033

Since VS Code 1.97, you can reposition the command palette and quick picks by dragging and dropping. It will remember the position between reloads. The Customize Layout picker also provides some presets.

Upvotes: 0

undefined
undefined

Reputation: 2491

Perhaps you could follow this post. It may be what you're trying to achieve :)

You may have to download VSCode from the repo and compile it and then install your custom compiled version.

Upvotes: 4

Related Questions