diff --git a/Breaking-Changes.md b/Breaking-Changes.md index 4fe15a2..96ec88f 100644 --- a/Breaking-Changes.md +++ b/Breaking-Changes.md @@ -1,14 +1,8 @@ -# 0.10.0 -### Offsets are not 0-based -* ... +# Breaking Changes -### Language Service Features +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 may be sweeping changes before we lock +down the API set. -* Hover -* Go to declaration -* ... - -### window#runInTerminal - -* Replaced by a node module: https://www.npmjs.com/package/run-in-terminal \ No newline at end of file +## 0.11.0 diff --git a/Home.md b/Home.md index 57cb82d..9c7c7d0 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,12 @@ ## Welcome -Welcome to the Visual Studio Code Wiki. These pages are primarily intended for those who wish to contribute to the VS Code project by submitting bug reports, suggesting new features, building extensions, commenting on new ideas, or even by submitting pull requests. +Welcome to the VSCode Wiki. These pages are primarily intended for those +who wish to contribute to the VS Code project by submitting bug reports, +suggesting new features, building extensions, commenting on new ideas, +or even by submitting pull requests. -If you simply want more information on using Code, please visit our [homepage](http://code.visualstudio.com) and follow us on [twitter](https://twitter.com/code)! +If you simply want more information on using Code, please visit our +[homepage](http://code.visualstudio.com) and follow us on [twitter](https://twitter.com/code)! ## Project Overview * [[Roadmap]] @@ -16,6 +20,6 @@ If you simply want more information on using Code, please visit our [homepage](h ## Contributing to VS Code * [[How to Contribute]] * [[Coding Guidelines]] -* [[Writing and Running Tests]] -* [[Useful Issue Queries]] +* [Running Tests](https://github.com/Microsoft/vscode/blob/master/test/README.md) +