Skip to content

unlicense-code/code-oss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Why?

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.

("Code - OSS")

The Repository

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](

Feedback

No need for feedback here you would need to give education first feedback without some one who can handle it is not usefull.

Bundled Extensions

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.

Related stuff

copyed from: https://raw.githubusercontent.com/lemanschik/code-wiki/main/Related-Projects.md

Core Repositories

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

SDK Tools

Tool Repository
yo code generator vscode-generator-code
vsce publishing tool vscode-vsce
Telemetry for extensions vscode-extension-telemetry
NLS Tools NLS Tools

Documentation

Repository
vscode-docs

Languages

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

Localization

Tool Repository
NLS Tools NLS Tools

Source Code Control

Provider Repository
Github Github Pull Requests

Linters

Linter Repository
TSLint vscode-tslint
TSLint TypeScript Plugin vscode-typescript-tslint-plugin
ESLint vscode-eslint
jshint vscode-jshint

Debuggers

Debugger Repository
Chrome Debugger vscode-chrome-debug

NPM

Repository
vscode-npm-scripts

Keybindings

Tool Repository
Sublime vscode-sublime-keybindings
Atom vscode-atom-keybindings
Visual Studio vscode-vs-keybindings

Themes

Theme
vscode-themes

Samples

Sample Repository
Mock Debug Adapter vscode-mock-debug
Samples vscode-extension-samples
Debugging Recipes vscode-recipes

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.0%
  • JavaScript 41.0%
  • CSS 0.8%
  • Rust 0.4%
  • HTML 0.3%
  • Inno Setup 0.2%
  • Other 0.3%