Skip to content

Commit 3bceeb0

Browse files
committed
Update ARCHITECTURE.md
1 parent 8bccfd7 commit 3bceeb0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ARCHITECTURE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
- Add edits should be applied synced to the external storage (Gist) in the same order they were applied to the file
55
- No excessive synchronizations: as few requests to the external storage as possible
66

7+
## Architecture v0.0.7
8+
9+
### Extension
10+
11+
- LSP server's path watcher store notifies LSP client with an error message if a file sync has failed or there is an internal file watcher error. These messages are displayed by Zed as popups.
12+
13+
### CLI tool
14+
15+
- We don't try to load credentials from the Zed settings file anymore because it's creates an inconvenient user flow. The only option that CLI tool provides is the interactive input of credentials.
16+
717
## Architecture v0.0.6
818

919
### CLI tool

0 commit comments

Comments
 (0)