Skip to content

Commit

Permalink
🌱 introduce kai types needed for initialize and getSolutions (#75)
Browse files Browse the repository at this point in the history
Fixes #66

Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager authored Oct 18, 2024
1 parent 0dcbd5e commit f1b0606
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
18 changes: 17 additions & 1 deletion vscode/src/client/analyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as os from "os";
import * as fs from "fs";
// import * as rpc from "vscode-jsonrpc/node";
import path from "path";
import { RuleSet } from "../webview/types";
import { Incident, RuleSet } from "../webview/types";
import { processIncidents } from "./analyzerResults";

export class AnalyzerClient {
Expand Down Expand Up @@ -61,6 +61,10 @@ export class AnalyzerClient {
this.analyzerServer = null;
}

public async initialize(): Promise<any> {
vscode.window.showErrorMessage("Not yet implemented");
}

public async runAnalysis(webview: vscode.Webview): Promise<any> {
if (!this.analyzerServer) {
vscode.window.showErrorMessage("Server not started");
Expand Down Expand Up @@ -156,6 +160,18 @@ export class AnalyzerClient {
);
}

public async getSolution(webview: vscode.Webview, incident: Incident): Promise<any> {

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Build (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Build (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Build (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Build (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Build (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Build (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Test (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Test (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Test (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Test (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Test (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / Test (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'incident' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'webview' is defined but never used. Allowed unused args must match /^_/u

Check warning on line 163 in vscode/src/client/analyzerClient.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'incident' is defined but never used. Allowed unused args must match /^_/u
vscode.window.showErrorMessage("Not yet implemented");
}

public async shudtown(): Promise<any> {
vscode.window.showErrorMessage("Not yet implemented");
}

public async exit(): Promise<any> {
vscode.window.showErrorMessage("Not yet implemented");
}

public async canAnalyze(): Promise<boolean> {
const labelSelector = this.config!.get("labelSelector") as string;

Expand Down
39 changes: 39 additions & 0 deletions vscode/src/client/types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
import { Incident } from "../webview/types";

// KaiConfigModels type definition
export interface KaiConfigModels {
provider: string;
args: Record<string, any>;
template?: string;
llamaHeader?: boolean;
llmRetries: number;
llmRetryDelay: number;
}

// KaiRpcApplicationConfig type definition
export interface KaiInitializeParams {
rootPath: string;
modelProvider: KaiConfigModels;
kaiBackendUrl: string;

logLevel: string;
stderrLogLevel: string;
fileLogLevel?: string;
logDirPath?: string;

analyzerLspLspPath: string;
analyzerLspRpcPath: string;
analyzerLspRulesPath: string;
analyzerLspJavaBundlePath: string;
}

interface GetSolutionParams {

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Build (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Build (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Build (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Test (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Test (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Test (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionParams' is defined but never used

Check warning on line 30 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionParams' is defined but never used
file_path: string;
incidents: Incident[];
}

interface GetSolutionResult {

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Build (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Build (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Build (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Test (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Test (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / Test (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Build (windows)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (linux)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (macos)

'GetSolutionResult' is defined but never used

Check warning on line 35 in vscode/src/client/types.ts

View workflow job for this annotation

GitHub Actions / nightly / Test (windows)

'GetSolutionResult' is defined but never used
encountered_errors: string[]; // An array of error messages
modified_files: string[]; // An array of modified file paths
diff: string; // The concatenated diff content
}

0 comments on commit f1b0606

Please sign in to comment.