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
Copy file name to clipboardExpand all lines: ARCHITECTURE.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@
4
4
- Add edits should be applied synced to the external storage (Gist) in the same order they were applied to the file
5
5
- No excessive synchronizations: as few requests to the external storage as possible
6
6
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.
0 commit comments