You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,10 @@ client uses v4. In that case you have to explicitly declare v4 of the library in
85
85
</dependencies>
86
86
```
87
87
88
+
## VSCode Users
89
+
90
+
We are using [Project Lombok](https://projectlombok.org/) to automatically generate a lot of code. Intellij can give you IntelliSense by default but for VSCode you may have to install [this extension](https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok).
91
+
88
92
## General Data Protection Regulation
89
93
90
94
By default the Exceptionless Client will report all available metadata including potential PII data. You can fine tune
0 commit comments