|
|
|
|
|
by ridiculous_fish
1805 days ago
|
|
An example of why it matters: hit command-S to save your file. Native apps confirm the save by highlighting the menu bar until the save is complete. VSCode does not indicate to the user when the save is complete. I've had saves require 15+ seconds, and they are not atomic, so you must be careful to not use the file (compile, git, etc) until the save is finished, which is hard to know. I've personally lost data this way. I agree that command palette is great and is clearly a point of convergence among new apps. I wish Apple would embrace it! |
|
If a save is complete, that dot will go away. If there is no dot, the file is unmodified.