You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogDebug($"Running dotnet CLI command at {_dotnetExecutablePath.Value} in directory {workingDirectory} with arguments '{string.Join(' ',arguments)}'");
@@ -106,6 +106,9 @@ public Process Run(string[] arguments, string? workingDirectory, bool shouldLoca
106
106
107
107
varprocess=Process.Start(startInfo);
108
108
Contract.ThrowIfNull(process,$"Unable to start dotnet CLI at {_dotnetExecutablePath.Value} with arguments {arguments} in directory {workingDirectory}");
Copy file name to clipboardExpand all lines: src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/FileBasedPrograms/FileBasedProgramsProjectSystem.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ public async ValueTask TryRemoveMiscellaneousDocumentAsync(DocumentUri uri, bool
// TODO: this needs to be adjusted to be more sustainable.
100
+
// https://github.com/dotnet/roslyn/issues/78878: this needs to be adjusted to be more sustainable.
103
101
// When we adopt the dotnet run-api, we need to get rid of this or adjust it to be more sustainable (e.g. using the appropriate document to get a syntax tree)
0 commit comments