UNPKG

@pkerschbaum/code-oss-file-service

Version:

VS Code ([microsoft/vscode](https://github.com/microsoft/vscode)) includes a rich "`FileService`" and "`DiskFileSystemProvider`" abstraction built on top of Node.js core modules (`fs`, `path`) and Electron's `shell` module. This package allows to use that

6 lines 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.localize = void 0; const nls = require("vscode-nls"); exports.localize = nls.config({ locale: "en-US" })(); //# sourceMappingURL=nls.js.map