Skip to content

Commit da48bc7

Browse files
authored
Merge pull request #150 from lahodaj/workspace-warning
Warn about opening the home directory as a workspace.
2 parents 00bdc28 + 5344024 commit da48bc7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ It is possible to change this in `View | Command Palette | Preferences:Open User
185185
## Troubleshooting
186186
If your extension is not starting and throwing some error like no JDK found even if you have a working JDK installed in your machine, then you can try deleting cache for the workspace using `View | Command Palette | Delete oracle java extension cache for this workspace`.
187187

188+
## Workspace
189+
The extension will analyze the content of the opened workspace, and relevant other files. If the workspace contains a lot of data, this may take a long time. It is therefore recommended to avoid adding unnecessarily big folders in a workspace. Specifically, it is not recommended to open user's home directory as a part of the workspace.
190+
188191
## Contributing
189192

190193
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)

vscode/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ It is possible to change this in `View | Command Palette | Preferences:Open User
179179
## Troubleshooting
180180
If your extension is not starting and throwing some error like no JDK found even if you have a working JDK installed in your machine, then you can try deleting cache for the workspace using `View | Command Palette | Delete oracle java extension cache for this workspace`.
181181

182+
## Workspace
183+
The extension will analyze the content of the opened workspace, and relevant other files. If the workspace contains a lot of data, this may take a long time. It is therefore recommended to avoid adding unnecessarily big folders in a workspace. Specifically, it is not recommended to open user's home directory as a part of the workspace.
184+
182185
## Contributing
183186

184187
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](../CONTRIBUTING.md)

0 commit comments

Comments
 (0)