diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b4ab4..ff162e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ===== diff --git a/README.md b/README.md index bfbcf1b..f767caa 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file