localey-vscode
v0.1.20
Published
Professional localization intelligence for VS Code.
Readme
Localey VS Code Extension: Installation Guide
To use the Localey extension in your VS Code instance while it's in development, follow these steps:
1. Build the Extension
First, ensure the extension is compiled to JavaScript:
cd packages/extension
npm install
npm run build2. Package as VSIX
You can package the extension into a single .vsix file for installation:
npx vsce packageNote: If you don't have vsce installed globally, npx will fetch it for you.
3. Install in VS Code
- Open VS Code.
- Open the Extensions view (
Cmd+Shift+X). - Click the "..." icon (Views and More Actions) in the top-right corner of the Extensions header.
- Select "Install from VSIX...".
- Select the
.vsixfile generated inpackages/extension.
4. Development Mode (Fast Testing)
If you want to test changes instantly:
- Open the
packages/extensionfolder in a new VS Code window. - Press F5.
- A new "Extension Development Host" window will open with Localey pre-installed.
