| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks @jwoehr !
There is just one misunderstanding that must be fixed. The rest is OK 👌🏻
Sorry, something went wrong.
| * 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.
Sorry, something went wrong.
|
Well, I'm certainly not clear in this. I've set this up but I can't find that actions.json file where you say. Is it at the root of the workspace on the workstation, or at the root of the builds directory on the IBM i? |
Sorry, something went wrong.
|
@jwoehr the actions.json file exists at .vscode/actions.json in the workspace folder. |
Sorry, something went wrong.
|
I don't see any such folder in the workspace folder I created (nor anywhere on my hard disk which I searched afterwards) jwoehr@pop-os:~/work/Seiden/Workspaces$ ls -alR .: total 20 drwxrwxr-x 4 jwoehr jwoehr 4096 May 29 09:39 . drwxrwxr-x 41 jwoehr jwoehr 4096 May 29 09:33 .. drwxrwxr-x 2 jwoehr jwoehr 4096 May 29 09:35 cobol drwxrwxr-x 2 jwoehr jwoehr 4096 May 29 09:36 rpg -rw-rw-r-- 1 jwoehr jwoehr 90 May 29 09:48 seiden.code-workspace ./cobol: total 36 drwxrwxr-x 2 jwoehr jwoehr 4096 May 29 09:35 . drwxrwxr-x 4 jwoehr jwoehr 4096 May 29 09:39 .. -rw-r--r-- 1 jwoehr jwoehr 9611 May 24 23:00 corpdata.cblsqli -rw-r--r-- 1 jwoehr jwoehr 894 Apr 30 21:51 decimal_numbers.cblle -rw-r--r-- 1 jwoehr jwoehr 479 Feb 13 2023 mult0.cblle -rw-r--r-- 1 jwoehr jwoehr 415 Feb 13 2023 mult0sub.cblle -rw-r--r-- 1 jwoehr jwoehr 258 May 24 12:35 mycob.cblle ./rpg: total 24 drwxrwxr-x 2 jwoehr jwoehr 4096 May 29 09:36 . drwxrwxr-x 4 jwoehr jwoehr 4096 May 29 09:39 .. -rw-r--r-- 1 jwoehr jwoehr 685 Jul 22 2023 gartner1.rpgle -rw-r--r-- 1 jwoehr jwoehr 3130 Sep 30 2023 iconv_h.rpgle -rw-r--r-- 1 jwoehr jwoehr 261 May 31 2023 proctest.rpgle -rw-r--r-- 1 jwoehr jwoehr 1305 Sep 30 2023 rpgprintf.rpgle |
Sorry, something went wrong.
|
I do find a .vscode/actions.json in my home dir on the IBM i dated some weeks ago. |
Sorry, something went wrong.
|
So what is the definition of "workspace folder" ... the one on my pc? or the parent directory of build on the IBM i? |
Sorry, something went wrong.
|
@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 |
Sorry, something went wrong.
|
Right @worksofliam that's what I thought. jwoehr@pop-os:~/work/Seiden/Workspaces$ ls -lR .: total 12 drwxrwxr-x 2 jwoehr jwoehr 4096 May 29 09:35 cobol drwxrwxr-x 2 jwoehr jwoehr 4096 May 29 09:36 rpg -rw-rw-r-- 1 jwoehr jwoehr 90 May 29 09:48 seiden.code-workspace ./cobol: total 28 -rw-r--r-- 1 jwoehr jwoehr 9611 May 24 23:00 corpdata.cblsqli -rw-r--r-- 1 jwoehr jwoehr 894 Apr 30 21:51 decimal_numbers.cblle -rw-r--r-- 1 jwoehr jwoehr 479 Feb 13 2023 mult0.cblle -rw-r--r-- 1 jwoehr jwoehr 415 Feb 13 2023 mult0sub.cblle -rw-r--r-- 1 jwoehr jwoehr 258 May 24 12:35 mycob.cblle ./rpg: total 16 -rw-r--r-- 1 jwoehr jwoehr 685 Jul 22 2023 gartner1.rpgle -rw-r--r-- 1 jwoehr jwoehr 3130 Sep 30 2023 iconv_h.rpgle -rw-r--r-- 1 jwoehr jwoehr 261 May 31 2023 proctest.rpgle -rw-r--r-- 1 jwoehr jwoehr 1305 Sep 30 2023 rpgprintf.rpgle |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Like it sez .. found the text as-is a little confusing