Add comment about message separator
This commit is contained in:
@@ -29,7 +29,12 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
*/
|
||||
public class CfCliParamsProvider implements ClientParamsProvider {
|
||||
|
||||
/*
|
||||
* Important: be sure to use ':' to separate the initial part of the message with a longer portion. The vscode
|
||||
* content assist will parse around the first ':' and the second segment will appear as a doc string that can be longer
|
||||
*/
|
||||
public static final String NO_CLI_TARGETS_FOUND_MESSAGE = "No Cloud Foundry targets found: Use CF CLI to login";
|
||||
|
||||
public static final String TARGET = "Target";
|
||||
public static final String REFRESH_TOKEN = "RefreshToken";
|
||||
public static final String ORGANIZATION_FIELDS = "OrganizationFields";
|
||||
|
||||
Reference in New Issue
Block a user