Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code as FSNew to Visual Studio Code? Get it now.
VS Code as FS

VS Code as FS

Anthony Fu

|
1,061 installs
| (0) | Free
Mounts VS Code states as files to be processed by other tools.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code as FS

Heavily inspired by TabFS.

{WIP} Mounts VS Code states as files to be processed by other tools.

Configration

This extension is disabled by default. To enable it on your project, add this item to your .vscode/settings.json

{
  "as-fs.enabled": true
}

The files mapping to your editor states will be saved under .vscode/.as-fs/ by default. You can change it by this config:

{
  "as-fs.path": ".vscode/.as-fs"
}

💡 You may also want to add .as-fs to your gitignore

Avaliable Modules

ID Enabled by default Descriptions
current-tab Yes Map current opened tab's filepath to current-tab/path
current-selections No Map current editor selections current-tab/selections.json

More to come, or open a feature request.

Modules can be controlled by

{
  "as-fs.modules": [
    "current-tab",
    "current-selections"
  ]
}

Applications

  • vite-plugin-editor-nav - Automatically change app route with your current open file in VS Code.

TODO: Add yours!

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft