This is the repo for code-editor
.
The repository structure is the following:
overrides
: Non-code asset overrides. The file paths here follow the structure of thethird-party-src
submodule, and the files here override the files inthird-party-src
during the build process.package-lock-overrides
: Containspackage-lock.json
files to keep dependencies in sync with patchedpackage.json
files. These locally generated files ensurenpm ci
works correctly. They override corresponding files inthird-party-src
during build.patches
: Patch files created by Quilt, grouped around features.third-party-src
: Git submodule linking to the upstream Code-OSS commit. The patches are applied on top of this specific commit.
See CONTRIBUTING for more information.
See CONTRIBUTING for more information.
This library is licensed under the MIT License. See the LICENSE file.