Interface HostedPluginConfiguration

interface HostedPluginConfiguration {
    hosted-plugin.debugMode: string;
    hosted-plugin.debugPorts: PluginDebugPort[];
    hosted-plugin.launchOutFiles: string[];
    hosted-plugin.watchMode: boolean;
}

Properties

hosted-plugin.debugMode: string
hosted-plugin.debugPorts: PluginDebugPort[]
hosted-plugin.launchOutFiles: string[]
hosted-plugin.watchMode: boolean