A VS Code extension to keep a pinned editor pinned when dragging it between editor groups https://marketplace.visualstudio.com/items?itemName=iliazeus.keep-it-pinned
Find a file
2025-04-08 19:38:20 +05:00
.github/workflows add initial implementation 2025-04-08 19:38:20 +05:00
.vscode add project scaffolding 2025-04-08 18:59:10 +05:00
src add initial implementation 2025-04-08 19:38:20 +05:00
.gitignore add project scaffolding 2025-04-08 18:59:10 +05:00
.prettierrc add project scaffolding 2025-04-08 18:59:10 +05:00
.vscode-test.mjs add project scaffolding 2025-04-08 18:59:10 +05:00
.vscodeignore add project scaffolding 2025-04-08 18:59:10 +05:00
CHANGELOG.md add initial implementation 2025-04-08 19:38:20 +05:00
esbuild.js add project scaffolding 2025-04-08 18:59:10 +05:00
eslint.config.mjs add initial implementation 2025-04-08 19:38:20 +05:00
icon.png add initial implementation 2025-04-08 19:38:20 +05:00
LICENSE Initial commit 2025-04-08 18:51:02 +05:00
package-lock.json add initial implementation 2025-04-08 19:38:20 +05:00
package.json add initial implementation 2025-04-08 19:38:20 +05:00
README.md add initial implementation 2025-04-08 19:38:20 +05:00
tsconfig.json add project scaffolding 2025-04-08 18:59:10 +05:00

Keep It Pinned

Keep a pinned editor pinned when dragging it between editor groups.

Since the VS Code team has decided to not implement this, I've built an extension for it.

Extension Settings

  • Enable - Keep a pinned editor pinned when dragging it between editor groups

Release Notes

1.0.0

Initial release