Update readme for release
This commit is contained in:
Родитель
05b99ee7d4
Коммит
cd5fb2a56e
18
README.md
18
README.md
|
@ -47,6 +47,9 @@ Name | Description
|
|||
`attachDelay` | The time in milliseconds between each attempt to attach to a running iOS application. | 1000
|
||||
`iosDeubgProxyPort` | The port number that you want the debugger to use when it launches iOS applications on a device. | 9221
|
||||
`appStepLaunchTimeout` | The maximum time in milliseconds allowed for each individual step the debugger takes to launch an iOS app on a device. | 5000
|
||||
`ionicLiveReload` | Set true to enable Ionic livereload | false
|
||||
`devServerAddress` | For Ionic livereload scenario specify the IP address the device can use to contact the Ionic server | n/a
|
||||
`devServerPort` | For Ionic livereload scenario specify the port the device can use to contact the Ionic server | n/a
|
||||
|
||||
|
||||
## Debug your Cordova-based project
|
||||
|
@ -77,6 +80,17 @@ For example, if you're on a Windows computer, and you've added an iOS platform t
|
|||
|
||||
The ```Run``` command triggers `cordova run` and starts your app without debugging and just like the **Build** command, it runs *all* platforms that you've added to your project.
|
||||
|
||||
## Support for Ionic
|
||||
|
||||
* The debug target includes the browser for use with Ionic projects. You can now deploy and debug directly to Chrome, livereload is enabled by default.
|
||||
|
||||
* We've included a number of useful JavaScript and HTML code snippets for your project, try typing `ion` in the editor to see what's available.
|
||||
|
||||
![JavaScript snippets](images/ionic_javascript_snippet.png)
|
||||
![HTML snippets](images/ionic_html_snippet.png)
|
||||
|
||||
* New Ionic commands have also been added to the Command Palette, type `Ionic` in the palette to see the full list.
|
||||
|
||||
## Use IntelliSense with Plugin APIs
|
||||
|
||||
Intellisense helps you discover objects, functions, and parameters in libraries that your project consumes. Now you can use it for the more popularly used *core* plugins.
|
||||
|
@ -100,3 +114,7 @@ If you don’t wish to send usage data to Microsoft, please follow the instructi
|
|||
### OS X / Linux
|
||||
|
||||
* Edit VSCodeTelemetrySettings.json file at ~/.vscode-cordova and add "optIn":false.
|
||||
|
||||
## Known Issues
|
||||
|
||||
* A complete [list of known issues](https://github.com/Microsoft/vscode-cordova/issues?q=is%3Aissue+label%3Aknown-issue+) can be found on [GitHub](https://github.com/Microsoft/vscode-cordova)
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 26 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 23 KiB |
Загрузка…
Ссылка в новой задаче