Skip to content

Conversation

@bnbarham
Copy link
Contributor

The LSP API allows a boolean here:

	/**
	 * The server provides inlay hints.
	 *
	 * @since 3.17.0
	 */
	inlayHintProvider?: boolean | InlayHintOptions
		 | InlayHintRegistrationOptions;

Update our server capabilities to allow this.

Resolves rdar://102913088.

The LSP API allows a boolean here:
```
	/**
	 * The server provides inlay hints.
	 *
	 * @SInCE 3.17.0
	 */
	inlayHintProvider?: boolean | InlayHintOptions
		 | InlayHintRegistrationOptions;
```

Update our server capabilities to allow this.

Resolves rdar://102913088.
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham merged commit f75d20f into swiftlang:main Dec 15, 2022
@bnbarham bnbarham deleted the update-inlay-provider-registration branch December 15, 2022 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant