more prep for release

Chris Dias 2015-11-15 17:07:59 +01:00
parent beb9b0e117
commit 52ad1f0958
2 changed files with 13 additions and 15 deletions

@ -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
## 0.11.0

12
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)