PlayFab / vscode-playfab-explorer

PlayFab Explorer extension for VS Code
Other
23 stars 10 forks source link

Add support for getting Entity Profiles #34

Closed MGudgin closed 5 years ago

MGudgin commented 5 years ago

This PR adds support for calling GetProfile and displaying the results in a prettified JSON view.

Details

Add new 'Get Entity Profile' menu and palette commands.

Add getEntityProfile and getUserInputForGetEntityProfile methods to PlayFabExplorer. Use a quickPick for selecting the entity type.

Add getProfilePath to PlayFabUriConstants.

Add various partial models to PlayFabEntityModels and PlayFabEntityDescriptorModels.

Rename titleDataSpaces setting to jsonSpaces. Use this setting for both title data and entity profile display.

Add various prompt strings to package.nls.json.