Skip to content

Commit 9f1bab9

Browse files
committed
Update README.md
1 parent 48e3619 commit 9f1bab9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ fi
190190
- The first run of the extension will be slow. Be patient.
191191
- The extension uses some dirty tricks to get the file and project/workspace paths. It may fail, it may be incorrect, especially when you have multiple Xcode windows running, and maybe even worse when they are in different displays. I am not sure about that though.
192192
- The suggestions are presented as C-style comments in comment mode, they may break your code if you are editing a JSON file or something.
193-
- When a real-time suggestion request is triggered, there is a chance that it may briefly block the editor. This can occur at most once for each file after each restart of the extension because the extension needs to initiate real-time suggestion by clicking an item from the menu bar. However, once a command has been executed and some information is cached, the extension will be able to trigger real-time suggestion using a different method.
194193

195194
## License
196195

0 commit comments

Comments
 (0)