Showing with 58 additions and 4 deletions.
  1. +2 −2 build/windows/msi/i18n/vscodium.en-us.wxl
  2. +27 −0 src/insider/resources/linux/code.svg
  3. +27 −0 src/stable/resources/linux/code.svg
  4. +2 −2 stable.json
4 changes: 2 additions & 2 deletions build/windows/msi/i18n/vscodium.en-us.wxl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<String Id="FeatureFileTypeAssociationsTitle">File Associations</String>
<String Id="FeatureFileTypeAssociationsDescription">Register @@PRODUCT_NAME@@ as an editor for supported file types.</String>
<String Id="FeatureAddContextMenuFilesTitle">Files context menu</String>
<String Id="FeatureAddContextMenuFilesDescription">Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer file contect menu.</String>
<String Id="FeatureAddContextMenuFilesDescription">Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer file context menu.</String>
<String Id="FeatureAddContextMenuFoldersTitle">Directory context menu</String>
<String Id="FeatureAddContextMenuFoldersDescription">Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer directory contect menu.</String>
<String Id="FeatureAddContextMenuFoldersDescription">Add "Open with @@PRODUCT_NAME@@" action to Windows Explorer directory context menu.</String>
<String Id="FeatureEnvironmentTitle">Add to PATH</String>
<String Id="FeatureEnvironmentDescription">Add @@PRODUCT_NAME@@ to PATH environment variable. Available after restart.</String>
<String Id="LaunchApplication">Launch @@PRODUCT_NAME@@</String>
Expand Down
27 changes: 27 additions & 0 deletions src/insider/resources/linux/code.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/stable/resources/linux/code.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions stable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tag": "1.87.0",
"commit": "019f4d1419fbc8219a181fab7892ebccf7ee29a2"
"tag": "1.87.1",
"commit": "1e790d77f81672c49be070e04474901747115651"
}