clarify some "Getting Started" text in the Local Deployment section#59
clarify some "Getting Started" text in the Local Deployment section#59jwoehr wants to merge 1 commit intocodefori:mainfrom
Conversation
sebjulliand
left a comment
There was a problem hiding this comment.
Thanks @jwoehr !
There is just one misunderstanding that must be fixed. The rest is OK 👌🏻
| * if no `actions.json` file is found will ask the user if they'd like to create a default | ||
| 3. a new right-click option will appear on IFS directories to deploy to that directory | ||
| 4. a 'Deploy' button will appear on the status bar | ||
| * ask the user if they'd like to create a default `actions.json` file if no `actions.json` file is found in the user's `~/.vscode` directory on the IBM i. |
There was a problem hiding this comment.
Since we're talking about local development here, Code for i will look for actions.json in the .vscode folder that should be located at the root of the workspace, not in the user's home directory on the IFS.
|
Well, I'm certainly not clear in this. I've set this up but I can't find that |
|
@jwoehr the |
|
I don't see any such folder in the workspace folder I created (nor anywhere on my hard disk which I searched afterwards) |
|
I do find a .vscode/actions.json in my home dir on the IBM i dated some weeks ago. |
|
So what is the definition of "workspace folder" ... the one on my pc? or the parent directory of |
|
@jwoehr Here is the docs on a workspace: basically one or more folders opened inside of VS Code. https://code.visualstudio.com/docs/editing/workspaces/workspaces |
|
Right @worksofliam that's what I thought. |

Like it sez .. found the text as-is a little confusing