Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 70484b4

Browse files
committed
Bump to 0.0.5
1 parent c838df6 commit 70484b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Adds an IBM i Notebook, which allows users to create notebooks to:
1818

1919
## How to use
2020

21-
1. `.inb` files have to be local.
22-
* Make sure to have a local workspace open, **or**
23-
* After you've connected, you can open a local `.inb` file
24-
2. Connect to an IBM i using Code for IBM i.
25-
3. Create a file with the `.inb` extension in your workspace
26-
4. Open the `.inb` file and enjoy.
21+
1. Connect to an IBM i using Code for IBM i.
22+
2. Create a file with the `.inb` extension
23+
3. Open an `.inb` file
24+
* You can open `.inb` files in the IFS (not source members), **or**
25+
* you can open local `.inb` files.
26+
* You can also use the 'New Notebook' command to create a new local Notebook. Use F1/Ctrl+Shift+P and search 'new notebook'
2727

2828
## CL commands
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"icon": "icon.png",
44
"displayName": "IBM i Notebooks",
55
"description": "VS Code Notebooks for IBM i",
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"engines": {
88
"vscode": "^1.65.0"
99
},

0 commit comments

Comments
 (0)