MCPcopy
hub / github.com/dotnet/vscode-csharp / Error

Interface Error

src/omnisharp/protocol.ts:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189export interface Error {
190 Message: string;
191 Line: number;
192 Column: number;
193 EndLine: number;
194 EndColumn: number;
195 FileName: string;
196}
197
198export interface ErrorResponse {
199 Errors: Error[];

Callers 6

GenerateOptionsSchemaFunction · 0.85
logErrorMethod · 0.85
existsSyncMethod · 0.85
installDependenciesFunction · 0.85
doPackageOfflineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected