Skip to content

Commit 88a1845

Browse files
remove entry of Copilot related features. (#1343)
1 parent 5bb20de commit 88a1845

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

package.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -256,32 +256,6 @@
256256
"default": false,
257257
"description": "Whether to send back detailed information from error logs for diagnostic purpose.",
258258
"scope": "window"
259-
},
260-
"java.copilot.inspection.renderer": {
261-
"type": "object",
262-
"description": "How to display rewriting suggestions.",
263-
"properties": {
264-
"diagnostics": {
265-
"type": "boolean",
266-
"default": true,
267-
"description": "Hints (Diagnostics)"
268-
},
269-
"guttericons": {
270-
"type": "boolean",
271-
"default": false,
272-
"description": "Gutter Icons"
273-
},
274-
"codelenses": {
275-
"type": "boolean",
276-
"default": false,
277-
"description": "Code Lenses"
278-
},
279-
"rulerhighlights": {
280-
"type": "boolean",
281-
"default": true,
282-
"description": "Ruler Highlights (Scrollbar)"
283-
}
284-
}
285259
}
286260
}
287261
},

src/extension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ async function initializeExtension(_operationId: string, context: vscode.Extensi
8383
vscode.commands.executeCommand("java.runtime");
8484
});
8585
}
86-
87-
if (isLlmApiReady()) {
88-
activateCopilotInspection(context);
89-
}
9086
}
9187

9288
async function presentFirstView(context: vscode.ExtensionContext) {

0 commit comments

Comments
 (0)