Skip to content

Commit d3d6bbb

Browse files
authored
Revise setting text -- Notebook CodeActionsOnSave (microsoft#182918)
revise example codeaction, to an actual codeaction...
1 parent 89636b9 commit d3d6bbb

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
@@ -921,7 +921,7 @@ configurationRegistry.registerConfiguration({
921921
default: false
922922
},
923923
[NotebookSetting.codeActionsOnSave]: {
924-
markdownDescription: nls.localize('notebook.codeActionsOnSave', "Experimental. Run a series of CodeActions for a notebook on save. CodeActions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `notebook.format: true`"),
924+
markdownDescription: nls.localize('notebook.codeActionsOnSave', "Experimental. Run a series of CodeActions for a notebook on save. CodeActions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `source.fixAll: true`"),
925925
type: 'object',
926926
additionalProperties: {
927927
type: 'boolean'

0 commit comments

Comments
 (0)