-
Notifications
You must be signed in to change notification settings - Fork 26
clarify some "Getting Started" text in the Local Deployment section #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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