Fix formatting in README

This commit is contained in:
adelphes
2017-01-22 17:20:26 +00:00
parent 294fc5ed6f
commit 842ce349f1
2 changed files with 4 additions and 7 deletions

View File

@@ -1,20 +1,17 @@
# Android for VS Code
This is a preview version of the Android for VS Code Extension. The extension allows developers to install, launch and debug Android Apps from
within the VS Code environment.
This is a preview version of the Android for VS Code Extension. The extension allows developers to install, launch and debug Android Apps from within the VS Code environment.
## Requirements
You must have [Android SDK Tools](https://developer.android.com/studio/releases/sdk-tools.html) installed. This extension communicates with your device via the ADB (Android Debug Bridge) interface.
> You are not required to have Android Studio installed - if you have Android Studio installed, make sure there are no active instances of it when using this
extension or you may run into problems with ADB.
> You are not required to have Android Studio installed - if you have Android Studio installed, make sure there are no active instances of it when using this extension or you may run into problems with ADB.
## Limitations
* This is a preview version so expect the unexpected. Please log any issues you find on [GitHub](https://github.com/adelphes/android-dev-ext/issues).
* This extension **will not build your app**.
> You must use gradle or some other build procedure to create your APK. Once built, the extension can deploy and launch your app, allowing
you to debug it in the normal way.
> You must use gradle or some other build procedure to create your APK. Once built, the extension can deploy and launch your app, allowing you to debug it in the normal way.
* Some debugger options are yet to be implemented. You cannot modify local variable values or set conditional breakpoints and watch expressions must be simple variables.
* If you require a must-have feature that isn't there yet, let us know on [GitHub](https://github.com/adelphes/android-dev-ext/issues).
* This extension does not provide any additional code completion or other editing enhancements.

View File

@@ -2,7 +2,7 @@
"name": "android-dev-ext",
"displayName": "Android",
"description": "Android debugging support for VS Code",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "adelphes",
"preview": true,
"license": "MIT",