1

Here is what my sts 4.18 looks like

enter image description here

here is a screen shot from a sts issue.

enter image description here

How do I have my sts show those settings?

JJJohn
  • 915
  • 8
  • 26
  • where originates that (second) screen shot? since i find *all* these (preference sections) under "Spring" (not "Language Servers...") – xerx593 Apr 02 '23 at 10:49

2 Answers2

1

I'm confused by the second screenshot, since that's where I find all of these:

enter image description here

xerx593
  • 12,237
  • 5
  • 33
  • 64
0
  1. Open the Preferences dialog by clicking on Window -> Preferences.
  2. In the search bar, type in Language Servers.
  3. Select Spring Boot Language Server from the list of available language servers
  4. The settings for the language server will be displayed in the right-hand pane. You can configure the settings as per your requirements.
Simran Farrukh
  • 111
  • 1
  • 7
  • It doesn't show. Only thing you can do from 'language servers' is check/uncheck the enabled checkbox, you cannot select a server. If you drill down to 'Spring Language Servers', all you see is the image the OP posted with the Logging field and checkbox. – DavidA May 16 '23 at 22:53