Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,32 +256,6 @@
"default": false,
"description": "Whether to send back detailed information from error logs for diagnostic purpose.",
"scope": "window"
},
"java.copilot.inspection.renderer": {
"type": "object",
"description": "How to display rewriting suggestions.",
"properties": {
"diagnostics": {
"type": "boolean",
"default": true,
"description": "Hints (Diagnostics)"
},
"guttericons": {
"type": "boolean",
"default": false,
"description": "Gutter Icons"
},
"codelenses": {
"type": "boolean",
"default": false,
"description": "Code Lenses"
},
"rulerhighlights": {
"type": "boolean",
"default": true,
"description": "Ruler Highlights (Scrollbar)"
}
}
}
}
},
Expand Down
4 changes: 0 additions & 4 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ async function initializeExtension(_operationId: string, context: vscode.Extensi
vscode.commands.executeCommand("java.runtime");
});
}

if (isLlmApiReady()) {
activateCopilotInspection(context);
}
}

async function presentFirstView(context: vscode.ExtensionContext) {
Expand Down