New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

localey-vscode

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localey-vscode

Professional localization intelligence for VS Code.

latest
Source
npmnpm
Version
0.1.20
Version published
Maintainers
1
Created
Source

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 build

2. Package as VSIX

You can package the extension into a single .vsix file for installation:

npx vsce package

Note: 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 .vsix file generated in packages/extension.

4. Development Mode (Fast Testing)

If you want to test changes instantly:

  • Open the packages/extension folder in a new VS Code window.
  • Press F5.
  • A new "Extension Development Host" window will open with Localey pre-installed.

FAQs

Package last updated on 25 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts