Files
vscode-extension-samples/fsprovider-sample
2018-04-24 18:44:54 +02:00
..
2018-04-13 15:49:28 +02:00
major 💄
2018-04-24 15:57:12 +02:00
2018-04-13 15:49:28 +02:00
2018-04-13 15:49:28 +02:00
2018-04-13 15:49:28 +02:00
2018-04-24 18:44:54 +02:00
2018-04-23 17:58:10 +02:00
2018-04-13 15:49:28 +02:00

MemFS

This extension implements an in-memory file system to show-case a API. It also enables to see how other extensions behave with documents/files that aren't stored on disk.

To get started you need the extension and a workspace with an entry like this:

{
  "uri": "memfs:/",
  "name": "MemFS"
}

Then, select 'F1 > Initialize MemFS' and notice how the file explorer is populated with some files.