Save current file

Save current file in Visual Studio Code — with three ready prompts, from the immediate task to the lasting pattern.

3prompt heights
Open it in the interactive atlas →

3 ready prompts

Written for the moment this actually comes up.

Improve — make it easier to accept

+
Before I commit, make it obvious which buffers are unsaved: save controllers/productController.js…
Before I commit, make it obvious which buffers are unsaved: save controllers/productController.js and make sure the editor clears the unsaved indicator, runs the project's formatter, and flags any remaining syntax errors that would cause the build to fail for the release branch reviewer.

Decide — diagnose the stuck moment

+
I hit save on controllers/productController.js but the tests are still running against the previous…

I thought I saved but the test runner still sees old code.

I hit save on controllers/productController.js but the tests are still running against the previous version. The CI build is due and I don't know if the editor didn't write to disk, an external tool is using a cached file, or I'm looking at a different file. What's the most likely problem and the fastest way to confirm and fix it so CI sees my changes?

Become — change the pattern

+
I keep running tests and CI on changes I forgot to save, causing failed builds and blame in the…

I often run tests on unsaved edits and get failing builds.

I keep running tests and CI on changes I forgot to save, causing failed builds and blame in the pull request. What habit or editor configuration should I change now to stop this—one that enforces saving before runs and fits into a developer's normal flow?

Next to this one

Other code editor work people do in Visual Studio Code.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.