|
12 | 12 | }, |
13 | 13 | "editor": { |
14 | 14 | "label": "Code Editor", |
15 | | - "fontSize": "Font Size", |
16 | | - "fontFamily": "Font Family", |
| 15 | + "fontSize": { |
| 16 | + "label": "Font Size", |
| 17 | + "description": "Base font size in pixels for the code editor." |
| 18 | + }, |
| 19 | + "fontFamily": { |
| 20 | + "label": "Font Family", |
| 21 | + "description": "Monospace font for the code editor. Use commas for fallbacks." |
| 22 | + }, |
17 | 23 | "wrap": { |
18 | 24 | "label": "Wrap", |
| 25 | + "description": "Line wrapping to fit the editor width or allow horizontal scrolling.", |
19 | 26 | "wordWrap": "Word Wrap", |
20 | 27 | "off": "Off" |
21 | 28 | }, |
22 | | - "tabSize": "Tab Size", |
| 29 | + "tabSize": { |
| 30 | + "label": "Tab Size", |
| 31 | + "description": "Number of spaces per tab character for indentation." |
| 32 | + }, |
23 | 33 | "showInvisibles": "Show Invisibles", |
24 | | - "highlightLine": "Highlight Line", |
| 34 | + "highlightLine": { |
| 35 | + "label": "Highlight Line", |
| 36 | + "description": "Visual highlight on the line where the cursor is positioned." |
| 37 | + }, |
25 | 38 | "highlightGutter": "Highlight Gutter", |
26 | | - "matchBrackets": "Match Brackets", |
| 39 | + "matchBrackets": { |
| 40 | + "label": "Match Brackets", |
| 41 | + "description": "Matching bracket highlighting near the cursor." |
| 42 | + }, |
27 | 43 | "prettier": { |
28 | 44 | "label": "Prettier", |
29 | 45 | "trailingComma": { |
30 | 46 | "label": "Trailing Comma", |
| 47 | + "description": "Trailing commas in multi-line structures when formatting.", |
31 | 48 | "none": "None", |
32 | 49 | "all": "All", |
33 | 50 | "es5": "ES5" |
34 | 51 | }, |
35 | | - "semi": "Semi", |
36 | | - "singleQuote": "Single Quote" |
| 52 | + "semi": { |
| 53 | + "label": "Semi", |
| 54 | + "description": "Semicolons at the end of every statement." |
| 55 | + }, |
| 56 | + "singleQuote": { |
| 57 | + "label": "Single Quote", |
| 58 | + "description": "Single quotes instead of double quotes." |
| 59 | + } |
37 | 60 | } |
38 | 61 | }, |
39 | 62 | "notesEditor": { |
|
44 | 67 | }, |
45 | 68 | "fontFamily": { |
46 | 69 | "label": "Text Font", |
47 | | - "description": "CSS font-family value. Use commas to specify fallbacks." |
| 70 | + "description": "Text font for the notes editor. Use commas for fallbacks." |
48 | 71 | }, |
49 | 72 | "codeFontFamily": { |
50 | 73 | "label": "Monospace Font", |
51 | | - "description": "Font for inline code and fenced code blocks." |
| 74 | + "description": "Monospace font for inline code and code blocks in the notes editor. Use commas for fallbacks." |
52 | 75 | }, |
53 | 76 | "lineHeight": { |
54 | 77 | "label": "Line Height", |
|
63 | 86 | }, |
64 | 87 | "limitWidth": { |
65 | 88 | "label": "Limit Width", |
66 | | - "description": "Constrain content to a comfortable reading width (700px)." |
| 89 | + "description": "Maximum content width for comfortable reading (700px)." |
67 | 90 | }, |
68 | 91 | "lineNumbers": { |
69 | 92 | "label": "Line Numbers", |
70 | | - "description": "Show line numbers in the gutter. Only available in Raw mode." |
| 93 | + "description": "Line numbers in the gutter. Only available in Raw mode." |
71 | 94 | } |
72 | 95 | }, |
73 | 96 | "appearance": { |
|
79 | 102 | "themesDir": "Themes Directory", |
80 | 103 | "openDir": "Open Themes Directory", |
81 | 104 | "createTemplate": "Create Theme Template", |
82 | | - "dirDescription": "Place your JSON theme files in this folder.", |
| 105 | + "dirDescription": "Directory for custom JSON theme files.", |
83 | 106 | "light": "Light", |
84 | 107 | "dark": "Dark", |
85 | 108 | "system": "System" |
|
0 commit comments