-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarifying README #28736
Closed
Closed
Clarifying README #28736
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# Visual Studio Code - Open Source | ||
# Code - Open Source | ||
|
||
[](https://travis-ci.org/Microsoft/vscode) | ||
[](https://ci.appveyor.com/project/VSCode/vscode) | ||
[](https://coveralls.io/github/Microsoft/vscode?branch=master) | ||
[](https://gitter.im/Microsoft/vscode) | ||
|
||
[VS Code](https://code.visualstudio.com) is a new type of tool that combines the simplicity of | ||
Code is a new type of tool that combines the simplicity of | ||
a code editor with what developers need for their core edit-build-debug cycle. Code | ||
provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools. | ||
|
||
VS Code is updated monthly with new features and bug fixes. You can download it for Windows, Mac and Linux on [VS Code's website](https://code.visualstudio.com/Download). To get the latest releases everyday, you can install the [Insiders version of VS Code](https://code.visualstudio.com/insiders). This builds from the master branch and is updated at least daily. | ||
|
||
<p align="center"> | ||
<img alt="VS Code in action" src="https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png"> | ||
</p> | ||
|
||
Code is updated monthly with new features and bug fixes. | ||
You can download sources of released versions from [GitHub Releases](https://github.com/Microsoft/vscode/releases). | ||
Building binaries for Windows, OS X and Linux [instructions](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source) | ||
are avaiable, but precompiled packages are not distributed here (see Related Products below). | ||
|
||
The [`vscode`](https://github.com/microsoft/vscode) repository is where we do development and there are many ways you can participate in the project, for example: | ||
|
||
* [Submit bugs and feature requests](https://github.com/microsoft/vscode/issues) and help us verify as they are checked in | ||
|
@@ -41,6 +44,20 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope | |
* File a bug in [GitHub Issues](https://github.com/Microsoft/vscode/issues). | ||
* [Tweet](https://twitter.com/code) us with other feedback. | ||
|
||
## Related Products | ||
Microsoft is distributing its own build as Microsoft Visual Studio Code. | ||
You can download packages for Windows, Mac and Linux on [VS Code's website](https://code.visualstudio.com/Download). | ||
|
||
It's based on Code Open Source with some changes: | ||
* Microsoft branding | ||
* licensed under Microsoft [closed source custom product license](https://code.visualstudio.com/License) (EULA) | ||
* Extension Marketplace supported | ||
* crash reporting and telemetry enabled | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe add that both can be disabled? |
||
* user configuration and extensions stored in different directory then Code - Open Source | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: s/then/than/ |
||
* extension debugging supported | ||
|
||
To get the latest releases everyday, you can install the [Insiders version of VS Code](https://code.visualstudio.com/insiders). This builds from the master branch and is updated at least daily. | ||
|
||
## Related Projects | ||
Many of the core components and extensions to 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). | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using Mac instead of OS X?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anyway use macOS. OS X is outdated: https://en.wikipedia.org/wiki/MacOS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just cited page at given URL - I don't know if these instructions work for the latest macOS version.