We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a932 commit b93cd26Copy full SHA for b93cd26
src/omnisharp/utils.ts
@@ -184,7 +184,8 @@ export async function requestWorkspaceInformation(server: OmniSharpServer) {
184
);
185
186
project.IsBlazorWebAssemblyHosted = isProjectBlazorWebAssemblyHosted;
187
- project.IsBlazorWebAssemblyStandalone = isProjectBlazorWebAssemblyProject && !project.IsBlazorWebAssemblyHosted;
+ project.IsBlazorWebAssemblyStandalone =
188
+ isProjectBlazorWebAssemblyProject && !project.IsBlazorWebAssemblyHosted;
189
}
190
191
0 commit comments