File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- *nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 July 14
1+ *nvim-java.txt* For Neovim >= 0.9.4 Last change: 2024 August 01
22
33==============================================================================
44Table of Contents *nvim-java-table-of-contents*
@@ -106,7 +106,9 @@ COMMANDS *nvim-java-commands*
106106
107107BUILD ~
108108
109- - `JavaBuildWorkspace` - Runs a full workspace build
109+ - `JavaBuildBuildWorkspace` - Runs a full workspace build
110+ - `JavaBuildCleanWorkspace` - Clear the workspace cache (for now you have to
111+ close and reopen to restart the language server after the deletion)
110112
111113
112114RUNNER ~
@@ -171,6 +173,14 @@ BUILD ~
171173 require('java' ).build.build_workspace()
172174<
173175
176+ - `build.clean_workspace` - Clear the workspace cache
177+ (for now you have to close and reopen to restart the language server after
178+ the deletion)
179+
180+ >lua
181+ require('java' ).build.clean_workspace()
182+ <
183+
174184
175185RUNNER ~
176186
You can’t perform that action at this time.
0 commit comments