Files
vscode-extension-samples/nodefs-provider-sample
dependabot[bot] 68425b3bec Bump minimist from 1.2.5 to 1.2.6 in /nodefs-provider-sample
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 18:33:49 +00:00
..
2020-05-29 14:20:07 -07:00
2021-11-19 19:44:54 +01:00
2020-05-29 14:13:32 -07:00
2018-04-25 12:59:43 +02:00
2018-04-25 12:59:43 +02:00
2018-04-27 11:04:59 +02:00
2022-02-28 13:45:21 -08:00

nodefs-provider-sample

A sample extension that implements a file system provider for the scheme datei:// using node.js FS APIs.

Setup

  • create a .code-workspace file that contains an entry for a local folder on your disk using the datei:// scheme
  • open the workspace file

Example:

{
    "folders": [
        {
            "uri": "datei://<full absolute path to folder on disk>"
        }
    ]
}