Skip to content

Commit

Permalink
More explicit experimental label
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Sep 29, 2023
1 parent 00651c4 commit ba36ae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ configurationRegistry.registerConfiguration({
default: 'fullCell'
},
[NotebookSetting.anchorToFocusedCell]: {
markdownDescription: nls.localize('notebook.scrolling.anchorToFocusedCell.description', "Keep the focused cell steady while surrounding cells change size."),
markdownDescription: nls.localize('notebook.scrolling.anchorToFocusedCell.description', "Experimental. Keep the focused cell steady while surrounding cells change size."),
type: 'string',
enum: ['auto', 'on', 'off'],
markdownEnumDescriptions: [
Expand Down

0 comments on commit ba36ae4

Please sign in to comment.