{
    "extension.displayName": "Unity",
    "extension.description": "Integrates Visual Studio Code with Unity",
    "commands.attachUnityDebugger.title": "Attach Unity Debugger",
    "commands.showUnityAPIReference.title": "Unity API Reference",
    "configuration.projectPath.description": "Project Path",
    "configuration.logFile.description": "Path to the log file for the debugger",
    "configuration.endPoint.description": "ip:port",
    "configuration.refreshOnSave.description": "Refresh Unity's Asset Database when saving a C# script",
    "configuration.displayBackgroundProcesses.description": "Display background processes created by the main Unity process",
    "configuration.enableMessageCompletion.description": "Provide IntelliSense for Unity Messages (restart required)",
    "configuration.enableCodeModel.description": "Enable Unity code model features like CodeLens and Hover (restart required)",
    "configuration.unityMessageScope.description": "Default scope when generating Unity messages (restart required)"
}