Skip to content

Commit ba36ae4

Browse files
committed
More explicit experimental label
1 parent 00651c4 commit ba36ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ configurationRegistry.registerConfiguration({
10311031
default: 'fullCell'
10321032
},
10331033
[NotebookSetting.anchorToFocusedCell]: {
1034-
markdownDescription: nls.localize('notebook.scrolling.anchorToFocusedCell.description', "Keep the focused cell steady while surrounding cells change size."),
1034+
markdownDescription: nls.localize('notebook.scrolling.anchorToFocusedCell.description', "Experimental. Keep the focused cell steady while surrounding cells change size."),
10351035
type: 'string',
10361036
enum: ['auto', 'on', 'off'],
10371037
markdownEnumDescriptions: [

0 commit comments

Comments
 (0)