Skip to content

Update Changelog and Readme #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.7.4
=====

## What's new
- [GDPR Compliance](https://github.com/NativeScript/nativescript-vscode-extension/issues/173)

## Bug Fixes
- [Debugger stops after Typescript compile error](https://github.com/NativeScript/nativescript-vscode-extension/issues/157)
- The breakpoints in TypeScript files are not resolved on Windows

0.7.3
=====

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,11 @@ If you have previously enabled the analytics option, you can disable it by follo
2. Add the following option (or update the existing one) to disable the analytics:
```
"nativescript.analytics.enabled": false
```

> Note: This option will disable only the analytics for the Visual Studio Code extension. To disable the analytics for the NativeScript CLI, open a command prompt or terminal and run the following commands:

```
tns usage-reporting disable
tns error-reporting disable
```