Skip to content

Commit 82b3037

Browse files
committed
Update change log and correct some content in online editing
1 parent c1b7b62 commit 82b3037

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/usage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 2.1.0: May 31, 2023
4+
5+
- Support online editing (preview) which can help user to edit BASIC program files on remote U2 servers.
6+
37
## Version 1.10.1: March 30, 2023
48

59
- Update extension's logo.

docs/usage/OnlineEditing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ You can also Add or Delete BASIC files:
102102

103103
Here is the synchronization process when editing a BASIC program file:
104104

105-
1. When opening a BASIC program in the extension online editing mode, the extension will apply a READU lock on the corresponding file on the server side. If the file is already locked on the server side, this request will fail, and an error message will be displayed.
105+
1. When opening a BASIC program in the extension online editing mode, the extension will apply a READU lock on the corresponding file on the server side. If the file is already locked on the server side, this request will fail, and an error message will be displayed.
106106

107-
2. Once the file is opened in VS Code, the lock will be released, and a copy will be saved on the VS Code side.
107+
2. Once the file is opened in VS Code, the lock will be released, and a copy will be saved on the VS Code side.
108108

109-
3. When a user saves changes in the extension online editing mode, the extension will attempt to apply a WRITE lock to the file on the server side. If the application of this lock fails, a warning message will be displayed.
109+
3. When a user saves changes in the extension online editing mode, the extension will attempt to apply a WRITE lock to the file on the server side. If the application of this lock fails, a warning message will be displayed.
110110

111-
4. After successfully applying the WRITE lock to the BASIC file on the server side, the extension will overwrite the corresponding file with the local copy of the BASIC program. All changes made on the server side will be overwritten without warning.
111+
4. After successfully applying the WRITE lock to the BASIC file on the server side, the extension will overwrite the corresponding file with the local copy of the BASIC program. All changes made on the server side will be overwritten without warning.
112112

113113
### Limitation:
114114
Most of the LSP (Language Server Protocol) features are supported, but there are some limitations.

0 commit comments

Comments
 (0)