mirror of
https://github.com/iliazeus/vscode-keep-it-pinned.git
synced 2025-12-15 14:32:40 +00:00
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
| .github/workflows | ||
| .vscode | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| .vscode-test.mjs | ||
| .vscodeignore | ||
| CHANGELOG.md | ||
| esbuild.js | ||
| eslint.config.mjs | ||
| icon.png | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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