# vscode-zoom **Repository Path**: mirrors_microsoft/vscode-zoom ## Basic Information - **Project Name**: vscode-zoom - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Persistent Zoom for Visual Studio Code > **IMPORTANT!** With Visual Studio Code v0.10.6 this extension is deprecated in favor of the built in [persisted zoom level setting](https://code.visualstudio.com/Updates#_persisted-zoom-level). >Simply replace `vscodeZoom.level` with `window.zoomLevel`! --------------------------------------------------- The Persistent Zoom extension will set the Zoom level at startup. ## Installation and Usage The Persistent Zoom extension will load automatically after VS Code initializes. ## Configuring Persistent Zoom The Zoom level, from 0 (none, the default) to 5 (XXL!) ``` javascript "vscodeZoom.level": number ``` ## Development The Persistent Zoom extension is a great way to learn how to create extensions for VS Code. git clone https://github.com/microsoft/vscode-zoom cd vscode-zoom npm install code . Enjoy! # License [MIT](LICENSE)