Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Disk Image NotebookNew to Visual Studio Code? Get it now.
Disk Image Notebook

Disk Image Notebook

dfgordon

|
377 installs
| (0) | Free
Look inside disk images
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Disk Image Notebook

Click on a disk image in your project tree to see the root directory in the file system's native style. Dig deeper using either the interactive mode or by entering commands in code cells. For the present, this is designed to never modify any disk image.

Demo

session capture

note: install appropriate language extensions to gain highlights, diagnostics, etc., upon opening a file in the editor. Often the file must be saved before analysis becomes available.

Platform Support

The backend is bundled for Windows x86_64, Linux x86_64, Mac x86_64, and Mac aarch64. If you have something else the extension will try to fallback to the user's cargo installation. To install the backend with cargo do the following:

  1. Install a C compiler if necessary
  2. Install rust if necessary, often a package manager suffices, e.g. brew install rust, otherwise search for rustup
  3. Enter cargo install a2kit in your terminal

Note on ANIMALS

The demo shows the source code for ANIMALS. There is sometimes no space after the REM token. This is not a mistake. The backend's detokenizers are designed to be inversions of the vendor's tokenizers. In some cases the vendor's detokenizer is not an inversion, in which case the backend's detokenizer will format things differently.

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