diff --git a/src/content/docs/developing/actions/index.mdx b/src/content/docs/developing/actions/index.mdx index 11d5750..23ed582 100644 --- a/src/content/docs/developing/actions/index.mdx +++ b/src/content/docs/developing/actions/index.mdx @@ -62,5 +62,5 @@ Example: to run the 'CRTBNDRPG' Action, you must open a source member with eithe If you change or add actions as below, then all actions are saved in the `code-for-ibmi.actions` section in `settings.json`. You can also edit the`code-for-ibmi.actions` section manually. If it doesn't exist, you can create you own `code-for-ibmi.actions` section in `settings.json`. \ No newline at end of file + When a `code-for-ibmi.actions` section exists in `settings.json` the set of actions is loaded from there, not from the default set in the extension. We don't recommend editing the `settings.json` manually and instead using the Actions view. +