Open
Description
- VS Code Version: 1.86.0-insider
- OS Version: Windows 11 (22H2)
I want to create a localization for vscode, I followed this guide - https://github.com/Microsoft/vscode-loc/wiki/How-to-create-language-pack-extension
Until I got to the section "Importing a translation to a language pack"
The following commands were written there:
npm run update-localization-extension {path_to_lang_pack_ext}
For example:npm run update-localization-extension -- --location ../vscodeloc/localization de
And at this point I got confused because I couldn't figure out how to specify the location correctly