diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000000..da5a00a1d3 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,41 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/dotnet/test/GitHub.Copilot.SDK.Test.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary;ForceNoAlign" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "publish", + "command": "dotnet", + "type": "process", + "args": [ + "publish", + "${workspaceFolder}/dotnet/test/GitHub.Copilot.SDK.Test.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary;ForceNoAlign" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "watch", + "command": "dotnet", + "type": "process", + "args": [ + "watch", + "run", + "--project", + "${workspaceFolder}/dotnet/test/GitHub.Copilot.SDK.Test.csproj" + ], + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file diff --git a/dotnet/runfile-discovery/copilot-sdk-e227adc3b4ada2e8222409196e44fcc6893d75aaa191d35c6baafdfd3fc2cc17/cache.staging.json b/dotnet/runfile-discovery/copilot-sdk-e227adc3b4ada2e8222409196e44fcc6893d75aaa191d35c6baafdfd3fc2cc17/cache.staging.json new file mode 100644 index 0000000000..991812d9fa --- /dev/null +++ b/dotnet/runfile-discovery/copilot-sdk-e227adc3b4ada2e8222409196e44fcc6893d75aaa191d35c6baafdfd3fc2cc17/cache.staging.json @@ -0,0 +1 @@ +{"WorkspacePath":"/workspaces/copilot-sdk","LastWalkTimeUtc":"0001-01-01T00:00:00+00:00","FileBasedAppFullPaths":[],"DirectoriesContainingCsproj":["/workspaces/copilot-sdk/dotnet/src","/workspaces/copilot-sdk/dotnet/test"]} \ No newline at end of file