-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
33 lines (33 loc) · 3.42 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"navigateEditHistory.maxHistorySize": "Maximum number of entries for the edits history.",
"navigateEditHistory.centerOnReveal": "When navigating to an edit outside the view, should we always put the edit in the center of the screen?",
"navigateEditHistory.groupEditsWithinLines": "Group edits if they are within a certain amount of lines from each other.",
"navigateEditHistory.logDebug": "Log a bunch of stuff to the console. Use if submitting a bug report.",
"navigateEditHistory.topStackWhenQuickPickSelect": "Move edit to top of stack on quick pick select.",
"navigateEditHistory.topStackWhenMove": "Move edit to top of stack on cursor position change.",
"navigateEditHistory.filterOnPathInEditList": "When filtering the edit list, also match on the file path.",
"navigateEditHistory.markerStyle": "Marker Style, you can define JSON `#navigateEditHistory.markerJSONCustom#` by yourself, SVG maybe has conflict with breakpoint [Issue](https://github.com/Microsoft/vscode/issues/5923) ",
"navigateEditHistory.markerColor": "Such as #FF00FF99, not worked in SVG, you can define JSON `#navigateEditHistory.markerJSONCustom#` by yourself, see the [theme-color](https://code.visualstudio.com/api/references/theme-color)",
"navigateEditHistory.markerJSON": "Current marker style's JSON, it is readonly and for custom reference, custom key(gutterIconPathExt) support relative/absolute SVG path",
"navigateEditHistory.markerJSONCustom": "The custom marker style's JSON, see the `#navigateEditHistory.markerJSON#` and [DecorationRenderOptions](https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions)",
"navigateEditHistory.markerWholeLine": "Whether marker the whole line, you can define JSON `#navigateEditHistory.markerJSONCustom#` by yourself.",
"navigateEditHistory.markerStyleEnum1": "The Line on the left",
"navigateEditHistory.markerStyleEnum2": "The dash on the left",
"navigateEditHistory.markerStyleEnum3": "The dot on the left",
"navigateEditHistory.markerStyleEnum4": "The dot on the bottom",
"navigateEditHistory.markerStyleEnum5": "Set background color",
"navigateEditHistory.markerStyleEnum6": "SVG rectangle on the left, the key gutterIconPathExt support relative/absolute",
"navigateEditHistory.markerStyleEnum7": "SVG triangle on the left, the key gutterIconPathExt support relative/absolute",
"navigateEditHistory.markerStyleEnum8": "Set your own style by marker JSONCustom",
"navigateEditHistory.moveCursorToPreviousEdit": "NEH: Navigate back in edit history",
"navigateEditHistory.moveCursorToNextEdit": "NEH: Navigate forward in edit history",
"navigateEditHistory.moveCursorToPreviousEditInCurrentFile": "NEH: Navigate back in edit history in the current file",
"navigateEditHistory.moveCursorToNextEditInCurrentFile": "NEH: Navigate forward in edit history in the current file",
"navigateEditHistory.list": "NEH: List edit history in all files",
"navigateEditHistory.createEditAtCursor": "NEH: Create edit at cursor position (Moves edit to top of stack)",
"navigateEditHistory.removeEditAtCursor": "NEH: Remove any edits on the current line",
"navigateEditHistory.toggleEditAtCursor": "NEH: Toggle any edits on the current line",
"navigateEditHistory.moveCursorCancelNavigation": "NEH: Cancel navigate back in edit history and return to starting position",
"navigateEditHistory.clearEdits": "NEH: Clear All Edits",
"navigateEditHistory.clearCurrEdits": "NEH: Clear All Edits in the current file"
}