You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add official fileIcons API and Icon pack setting (#2887)
* WIP
* feat: improve the api and its use in other part of app
* fix
* format
* chore: i18n strings
* fix: ownership and recycle name
* fix: listeners leak
* address the overhead of matchExtenstion
* format
Copy file name to clipboardExpand all lines: src/lang/ar-ye.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,5 +881,8 @@
881
881
"wrap-indent-same": "Same",
882
882
"wrap-indent-indent": "Indent (+1 level)",
883
883
"wrap-indent-deep": "Deep indent (+2 levels)",
884
-
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size."
884
+
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size.",
885
+
"icon pack": "Icon pack",
886
+
"settings-info-icon-pack": "Choose the icons used for files and folders in the explorer and file lists across the app.",
Copy file name to clipboardExpand all lines: src/lang/be-by.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,5 +881,8 @@
881
881
"wrap-indent-same": "Same",
882
882
"wrap-indent-indent": "Indent (+1 level)",
883
883
"wrap-indent-deep": "Deep indent (+2 levels)",
884
-
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size."
884
+
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size.",
885
+
"icon pack": "Icon pack",
886
+
"settings-info-icon-pack": "Choose the icons used for files and folders in the explorer and file lists across the app.",
Copy file name to clipboardExpand all lines: src/lang/bn-bd.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,5 +881,8 @@
881
881
"wrap-indent-same": "Same",
882
882
"wrap-indent-indent": "Indent (+1 level)",
883
883
"wrap-indent-deep": "Deep indent (+2 levels)",
884
-
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size."
884
+
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size.",
885
+
"icon pack": "Icon pack",
886
+
"settings-info-icon-pack": "Choose the icons used for files and folders in the explorer and file lists across the app.",
Copy file name to clipboardExpand all lines: src/lang/cs-cz.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,5 +881,8 @@
881
881
"wrap-indent-same": "Same",
882
882
"wrap-indent-indent": "Indent (+1 level)",
883
883
"wrap-indent-deep": "Deep indent (+2 levels)",
884
-
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size."
884
+
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size.",
885
+
"icon pack": "Icon pack",
886
+
"settings-info-icon-pack": "Choose the icons used for files and folders in the explorer and file lists across the app.",
Copy file name to clipboardExpand all lines: src/lang/de-de.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -881,5 +881,8 @@
881
881
"wrap-indent-same": "Same",
882
882
"wrap-indent-indent": "Indent (+1 level)",
883
883
"wrap-indent-deep": "Deep indent (+2 levels)",
884
-
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size."
884
+
"settings-info-editor-wrapping-indent": "Choose whether wrapped text starts at the left edge, matches the original line's indentation, or is indented further. Each extra level uses your tab size.",
885
+
"icon pack": "Icon pack",
886
+
"settings-info-icon-pack": "Choose the icons used for files and folders in the explorer and file lists across the app.",
0 commit comments