Skip to content

feiyangliu2023/code-editorv2

 
 

Repository files navigation

Code Editor

This is the repo for code-editor.

Repository structure

The repository structure is the following:

  • overrides: Non-code asset overrides. The file paths here follow the structure of the third-party-src submodule, and the files here override the files in third-party-src during the build process.
  • package-lock-overrides: Contains package-lock.json files to keep dependencies in sync with patched package.json files. These locally generated files ensure npm ci works correctly. They override corresponding files in third-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.

Creating a new release

See RELEASE for more information.

Troubleshooting and Feedback

See CONTRIBUTING for more information.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT License. See the LICENSE file.

About

Code Editor, based on Code-OSS

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.6%
  • HTML 4.4%