Skip to content

Commit 12f823f

Browse files
authored
Merge pull request #175 from NativeScript/iiivanov/update-changelog
Update Changelog and Readme
2 parents bdd68b3 + 3935a53 commit 12f823f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.7.4
2+
=====
3+
4+
## What's new
5+
- [GDPR Compliance](https://github.com/NativeScript/nativescript-vscode-extension/issues/173)
6+
7+
## Bug Fixes
8+
- [Debugger stops after Typescript compile error](https://github.com/NativeScript/nativescript-vscode-extension/issues/157)
9+
- The breakpoints in TypeScript files are not resolved on Windows
10+
111
0.7.3
212
=====
313

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,11 @@ If you have previously enabled the analytics option, you can disable it by follo
7575
2. Add the following option (or update the existing one) to disable the analytics:
7676
```
7777
"nativescript.analytics.enabled": false
78+
```
79+
80+
> 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:
81+
82+
```
83+
tns usage-reporting disable
84+
tns error-reporting disable
7885
```

0 commit comments

Comments
 (0)