Skip to content

akrisiun/vscode

 
 

Repository files navigation

git clone small single-branch

git clone  -b develop --single-branch [email protected]:akrisiun/vscode.git
git clone  -b develop --single-branch https://github.com/akrisiun/vscode
git clone  https://github.com/microsoft/vscode vscode40 --single-branch -b release/1.40

git remote add origin https://github.com/akrisiun/vscode
 
# ssh git with ed255
git remote rm  origin
git remote add origin [email protected]:akrisiun/vscode.git
git push -u origin develop

git push -u origin release/1.39
git push -u origin release/1.40

Debian 9 (strench) prepare

FROM debian:stretch

cat /etc/issue
node -e "console.log(os.platform(), os.release())"

sudo apt-get install -y openssl net-tools git locales sudo dumb-init vim nano
sudo apt-get install -y g++ gcc make python2.7 pkg-config libx11-dev libxkbfile-dev
npm i -g node-gyp [email protected]

Perhaps you should add the directory containing `xkbfile.pc' to the PKG_CONFIG_PATH environment variable

Visual Studio Code - Open Source ("Code - OSS")

Build Status Feature Requests Bugs Gitter

The Repository

This repository ("Code - OSS") is where we (Microsoft) develop the Visual Studio Code product. Not only do we work on code and issues here, we also publish our roadmap, monthly iteration plans, and our endgame plans. This source code is available to everyone under the standard MIT license.

Visual Studio Code

VS Code in action

Visual Studio Code is a distribution of the Code - OSS repository with Microsoft specific customizations released under a traditional Microsoft product license.

Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.

Visual Studio Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on Visual Studio Code's website. To get the latest releases every day, install the Insiders build.

Contributing

There are many ways in which you can participate in the project, for example:

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Feedback

Related Projects

Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter have their own repositories. For a complete list, please visit the Related Projects page on our wiki.

Bundled Extensions

Code 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 provides rich language support for JSON.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.

About

Visual Studio Code, with source, .zip: download -

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.1%
  • JavaScript 6.4%
  • CSS 3.3%
  • Inno Setup 0.6%
  • HTML 0.4%
  • Shell 0.2%