Skip to content

Commit 46d64ac

Browse files
committed
Changed instances of Code to VS Code
1 parent bad0049 commit 46d64ac

1 file changed

Lines changed: 17 additions & 18 deletions

File tree

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Visual Studio Code - Open Source ("Code - OSS")
22

33
<!-- [![Build Status](https://dev.azure.com/vscode/VSCode/_apis/build/status/VS%20Code?branchName=master)](https://aka.ms/vscode-builds) -->
4+
45
[![Build Status](https://dev.azure.com/vscode/VSCode/_apis/build/status/VS%20Code?branchName=master)](https://dev.azure.com/vscode/VSCode/_build/latest?definitionId=12)
56
[![Feature Requests](https://img.shields.io/github/issues/Microsoft/vscode/feature-request.svg)](https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc)
67
[![Bugs](https://img.shields.io/github/issues/Microsoft/vscode/bug.svg)](https://github.com/Microsoft/vscode/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Abug)
@@ -22,41 +23,39 @@ This repository ("`Code - OSS`") is where we (Microsoft) develop the [Visual Stu
2223

2324
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](https://code.visualstudio.com/Download). To get the latest releases every day, install the [Insiders build](https://code.visualstudio.com/insiders).
2425

25-
26-
2726
## Contributing
2827

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

31-
* [Submit bugs and feature requests](https://github.com/microsoft/vscode/issues), and help us verify as they are checked in
32-
* Review [source code changes](https://github.com/microsoft/vscode/pulls)
33-
* Review the [documentation](https://github.com/microsoft/vscode-docs) and make pull requests for anything from typos to new content
30+
- [Submit bugs and feature requests](https://github.com/microsoft/vscode/issues), and help us verify as they are checked in
31+
- Review [source code changes](https://github.com/microsoft/vscode/pulls)
32+
- Review the [documentation](https://github.com/microsoft/vscode-docs) and make pull requests for anything from typos to new content
3433

3534
If you are interested in fixing issues and contributing directly to the code base,
3635
please see the document [How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute), which covers the following:
3736

38-
* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run)
39-
* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#debugging)
40-
* [Coding guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
41-
* [Submitting pull requests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests)
42-
* [Finding an issue to work on](https://github.com/microsoft/vscode/wiki/How-to-Contribute#where-to-contribute)
43-
* [Contributing to translations](https://aka.ms/vscodeloc)
37+
- [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run)
38+
- [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#debugging)
39+
- [Coding guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
40+
- [Submitting pull requests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests)
41+
- [Finding an issue to work on](https://github.com/microsoft/vscode/wiki/How-to-Contribute#where-to-contribute)
42+
- [Contributing to translations](https://aka.ms/vscodeloc)
4443

4544
## Feedback
4645

47-
* Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/vscode)
48-
* [Request a new feature](CONTRIBUTING.md)
49-
* Up vote [popular feature requests](https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc)
50-
* [File an issue](https://github.com/Microsoft/vscode/issues)
51-
* Follow [@code](https://twitter.com/code) and let us know what you think!
46+
- Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/vscode)
47+
- [Request a new feature](CONTRIBUTING.md)
48+
- Up vote [popular feature requests](https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc)
49+
- [File an issue](https://github.com/Microsoft/vscode/issues)
50+
- Follow [@code](https://twitter.com/code) and let us know what you think!
5251

5352
## Related Projects
5453

55-
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) have their own repositories. For a complete list, please visit the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our [wiki](https://github.com/Microsoft/vscode/wiki).
54+
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) have their own repositories. For a complete list, please visit the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our [wiki](https://github.com/Microsoft/vscode/wiki).
5655

5756
## Bundled Extensions
5857

59-
Code includes a set of built-in extensions located in the [extensions](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`.
58+
VS Code includes a set of built-in extensions located in the [extensions](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`.
6059

6160
## Code of Conduct
6261

0 commit comments

Comments
 (0)