You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code for IBM i ships an API (via VS Code command) that can be used by an extension to execute a remote command on the IBM i.
33
33
34
-
It has a parameter which is an object with some properties:
34
+
It has a parameter which is an object with some properties. When executing a command in the `ile` or `qsh` environment, it will use the library list from the current connection.
35
35
36
36
```ts
37
37
interfaceCommandInfo {
@@ -43,9 +43,6 @@ interface CommandInfo {
43
43
}
44
44
```
45
45
46
-
* Command can also use [Promptable fields](../../developing/actions/execution/#prompted).
47
-
* When executing a command in the `ile` or `qsh` environment, it will use the library list from the current connection.
0 commit comments