Skip to content

Commit eadeac8

Browse files
committedMay 19, 2016
Remove headers from articles as the page title shows in the UI
1 parent 112f925 commit eadeac8

6 files changed

+0
-12
lines changed
 

‎Breaking-Changes.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
# Breaking Changes
3-
41
We take breaking changes seriously and will outline them for each milestone in this document. As we are still pre "1.0", you can expect that there will be changes before we lock down the API set.
52

63
## December 2015

‎Code-Build-Process.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Code Build Process
2-
31
Code uses `gulp` to build its code base. The most important tasks are:
42

53
* `watch`: Translates the TypeScript source files to JavaScript and starts a watch mode that incrementally translates TypeScript files into JavaScript. The incremental build is based on the [`gulp-tsb`](https://github.com/jrieken/gulp-tsb) module. The TypeScript is compiled into the `out` folder.

‎Code-Organization.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Code Organization
2-
31
Code consists of a layered and modular `core` that can be extended using extensions. Extensions are run in a separate process refered to as the
42
`extension host.` Extensions are implemented by utilizing the [extension API](https://code.visualstudio.com/docs/extensions/overview).
53

‎Coding-Guidelines.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#Coding Guidelines
2-
31
## Git
42

53
We prefer a **rebase workflow** and occasional **feature branches**. Most work happens directly on the `master` branch. For that reason, we recommend setting the `pull.rebase` setting to true.

‎Contributor-License-Agreement.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#Contributor License Agreement
21
You must sign a Contribution License Agreement (CLA) before your PR will be merged. This a one-time requirement for Microsoft projects in GitHub. You can read more about [Contribution License Agreements (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) on Wikipedia.
32

43
However, you don't have to do this up-front. You can simply clone, fork, and submit your pull-request as usual.

‎Roadmap.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# VS Code Roadmap
2-
31
We have just shipped [1.0](https://code.visualstudio.com/blogs/2016/04/14/vscode-1.0) and have started the planning of VS Code vNext. We will update the Roadmap soon.
42

53
----

0 commit comments

Comments
 (0)
Please sign in to comment.