matthoffner commited on
Commit
83cc7d9
·
1 Parent(s): 1452f2e

Update app/editor/copilot.ts

Browse files
Files changed (1) hide show
  1. app/editor/copilot.ts +0 -6
app/editor/copilot.ts CHANGED
@@ -230,12 +230,6 @@ const MonacoEditorCopilot = (
230
  const dispose = () => {
231
  keyDownHandler.dispose();
232
  mouseDownHandler.dispose();
233
- if (copilotAction) {
234
- copilotAction.run = async () => {
235
- console.warn('Copilot functionality has been disabled');
236
- };
237
- copilotAction = null;
238
- }
239
  };
240
 
241
  return dispose;
 
230
  const dispose = () => {
231
  keyDownHandler.dispose();
232
  mouseDownHandler.dispose();
 
 
 
 
 
 
233
  };
234
 
235
  return dispose;