Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Nov 30, 2023
1 parent 98d1e1f commit 352bafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const electronWindowPreferencesSchema: PreferenceSchema = {
default: isWindows ? 'custom' : 'native',
scope: 'application',
// eslint-disable-next-line max-len
description: nls.localizeByDefault('Adjust the appearance of the window title bar. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.'),
description: nls.localizeByDefault('Adjust the appearance of the window title bar to be native by the OS or custom. On Linux and Windows, this setting also affects the application and context menu appearances. Changes require a full restart to apply.'),
included: !isOSX
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export const editorGeneratedPreferenceProperties: PreferenceSchema['properties']
nls.localizeByDefault("`cursorSurroundingLines` is enforced only when triggered via the keyboard or API."),
nls.localizeByDefault("`cursorSurroundingLines` is enforced always.")
],
"description": nls.localizeByDefault("Controls when `cursorSurroundingLines` should be enforced."),
"description": nls.localizeByDefault("Controls when `#cursorSurroundingLines#` should be enforced."),
"type": "string",
"enum": [
"default",
Expand Down

0 comments on commit 352bafe

Please sign in to comment.