| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "profiles": {
- "UICatalog": {
- "commandName": "Project",
- "commandLineArgs": "--debug-log-level Debug"
- },
- "UICatalog --driver windows": {
- "commandName": "Project",
- "commandLineArgs": "--driver windows -dl Trace"
- },
- "UICatalog --driver dotnet": {
- "commandName": "Project",
- "commandLineArgs": "--driver dotnet -dl Trace"
- },
- "WSL: UICatalog": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll",
- "distributionName": ""
- },
- "WSL: UICatalog --driver dotnet": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll --driver dotnet",
- "distributionName": ""
- },
- "WSL: UICatalog --driver unix": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll --driver unix",
- "distributionName": ""
- },
- "WSL-Gnome: UICatalog": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll; exec bash\"'",
- "distributionName": ""
- },
- "WSL-Gnome: UICatalog --driver dotnet": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "bash -c 'while [ ! -e \"$XDG_RUNTIME_DIR/bus\" ]; do sleep 0.1; done; gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver dotnet; exec bash\"'",
- "distributionName": ""
- },
- "WSL-Gnome: UICatalog --driver unix": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "bash -c 'dbus-run-session -- gnome-terminal --wait -- bash -l -c \"dotnet UICatalog.dll --driver unix; exec bash\"'",
- "distributionName": ""
- },
- "Benchmark All": {
- "commandName": "Project",
- "commandLineArgs": "--benchmark"
- },
- "Benchmark All --driver dotnet": {
- "commandName": "Project",
- "commandLineArgs": "--driver dotnet --benchmark"
- },
- "Benchmark All --driver windows": {
- "commandName": "Project",
- "commandLineArgs": "--driver windows --benchmark"
- },
- "WSL: Benchmark All": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll --benchmark",
- "distributionName": ""
- },
- "WSL: Benchmark All --driver unix": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll --driver unix --benchmark",
- "distributionName": ""
- },
- "WSL: Benchmark All --driver dotnet": {
- "commandName": "Executable",
- "executablePath": "wsl",
- "commandLineArgs": "dotnet UICatalog.dll --driver dotnet --benchmark",
- "distributionName": ""
- },
- "Docker": {
- "commandName": "Docker"
- },
- "All Views Tester": {
- "commandName": "Project",
- "commandLineArgs": "\"All Views Tester\" -b -t 5000"
- },
- "UICatalog --disable-cm": {
- "commandName": "Project",
- "commandLineArgs": "--disable-cm\r\n"
- },
- "UICatalog --disable-cm --driver windows": {
- "commandName": "Project",
- "commandLineArgs": "--disable-cm --driver windows"
- },
- "Themes": {
- "commandName": "Project",
- "commandLineArgs": "Themes"
- }
- }
- }
|