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.
following are links to bad practices uses here:
- https://github.com/microsoft/vscode/wiki/How-to-Contribute
- https://github.com/microsoft/vscode/wiki/How-to-Contribute#debugging
- translation https://aka.ms/vscodeloc
- Lists of stuff which should be here but is else where to raise frustration of developers.
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
Component | Repository |
---|---|
Standalone Monaco Editor | monaco-editor |
Node Debug (for node < v8.0) | vscode-node-debug |
Node Debug (for node >= v6.3) | vscode-node-debug2 |
Node Debug Adapter | vscode-debugadapter-node |
Chrome Debug Core | vscode-chrome-debug-core |
File Watcher | vscode-filewatcher-windows |
vscode.d.ts |
vscode-extension-code |
vscode-languageserver |
vscode-languageserver-node |
TextMate tokenizer | vscode-textmate |
AMD Loader | vscode-loader |
Windows Process Tree | vscode-windows-process-tree |
References View | vscode-references-view |
Octicons Font | vscode-octicons-font |
Terminal frontend | xterm.js |
Terminal backend | node-pty |
Tool | Repository |
---|---|
yo code generator | vscode-generator-code |
vsce publishing tool | vscode-vsce |
Telemetry for extensions | vscode-extension-telemetry |
NLS Tools | NLS Tools |
Repository |
---|
vscode-docs |
Language | Repository |
---|---|
Language server protocol | Language Server Protocol |
CSS/LESS/SCSS Language Service | vscode-css-languageservice |
JSON Language Service | vscode-json-languageservice |
HTML Language Service | vscode-html-languageservice |
Go | vscode-go |
Emmet Helper | vscode-emmet-helper |
Markdown Textmate Grammar | vscode-markdown-tm-grammar |
Tool | Repository |
---|---|
NLS Tools | NLS Tools |
Provider | Repository |
---|---|
Github | Github Pull Requests |
Linter | Repository |
---|---|
TSLint | vscode-tslint |
TSLint TypeScript Plugin | vscode-typescript-tslint-plugin |
ESLint | vscode-eslint |
jshint | vscode-jshint |
Debugger | Repository |
---|---|
Chrome Debugger | vscode-chrome-debug |
Repository |
---|
vscode-npm-scripts |
Tool | Repository |
---|---|
Sublime | vscode-sublime-keybindings |
Atom | vscode-atom-keybindings |
Visual Studio | vscode-vs-keybindings |
Theme |
---|
vscode-themes |
Sample | Repository |
---|---|
Mock Debug Adapter | vscode-mock-debug |
Samples | vscode-extension-samples |
Debugging Recipes | vscode-recipes |