Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/docs/developing/local/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ It is possible for the user to develop in a local workspace folder and deploy+co
If the user opens a Workspace before connecting to an IBM i:

1. A new information message will show the user what their current library is,
2. If this is the first time connecting with this workspace, it will
2. If this is the first time connecting with this workspace, Code for IBM i will
* prompt the user to set a default Deploy directory,
* 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.
Copy link
Contributor

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.

3. A new right-click menu option will appear on IFS directories in the IFS Browser to deploy to that directory ('Set Deploy Workspace Location').
4. A 'Deploy' button will appear on the status bar.

## Guides

Expand Down