[codex] Fix VS Code extension install command (#40858)

* Fix VS Code extension install command * Add locked comment for VS Code command

Ajinkya Gokule committed Jun 23, 2026 at 08:41 UTC a7148b60b8da55f139233daf08441bddb3d68e35
1 file changed +2 -1
localization/strings/en-US/Resources.resw
+2 -1
@@ -1776,7 +1776,8 @@ Linux binaries running in WSL can automatically use your GPU in Windows to speed
1776 <data name="Settings_OOBEVSCodeIntegration_VSCodeInstallSample.Text" xml:space="preserve">
1777 <value>After you’ve installed VS Code, you can install the Remote WSL extension from Windows Terminal:
1778
1779 -'code –install-extension ms-vscode-remote.remote-wsl'</value>
1779 +'code --install-extension ms-vscode-remote.remote-wsl'</value>
1780 + <comment>{Locked="--install-extension "}Command line arguments, file names and string inserts should not be translated</comment>
1781 </data>
1782 <data name="Settings_OOBEVSCodeIntegration_VSCodeOpenProjectTitle.Text" xml:space="preserve">
1783 <value>Open a WSL Project in Visual Studio Code</value>