Code Open Source Software
This is the Open Source Version of a Code editor only based on open source and by law api's are not protected by a trademark or anything.
Allows you to more easy Use Extensions that fit your workprocess or needs also simplyfied build structure to create custom builds for your needs.
- Eg: Integrate with AI
- Automated Processing not managed inside the repo source so local tooling.
- Faster Experiments and results.
This repository is the incremental step to leave the old Development standards behind. Also this does not aim to supply a usefull git commit history we got in file comments and annotations git is only a file storage for us. the Main versioning happens in our own Matrix Repo.
The Code is updated monthly with new features and bug fixes. You should never install the code in here or try to build it. It tracks more what the others are doing and then you or a other maintainer can choose if he also does that kind of changes or if we already have the feature they are proposing.
Contributing is not desired here as Microsoft is not the most easy one to work with.
following are links to bad practices uses here:
Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the node debug adapter https://github.com/microsoft/vscode-node-debug and the mono debug adapter https://github.com/microsoft/vscode-mono-debug repositories are separate from each other. For a complete list, please visit the [Related Projects](
No need for feedback here you would need to give education first feedback without some one who can handle it is not usefull.
includes a set of built-in extensions located in the /extensions folder, including grammars and snippets for many languages. Extensions that provide rich language support (code completion, Go to Definition) for a language have the suffix language-features. For example, the json extension provides coloring for JSON and the json-language-features extension provides rich language support for JSON.
copyed from: https://raw.githubusercontent.com/lemanschik/code-wiki/main/Related-Projects.md