Reputation: 135
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
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
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