mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 07:17:26 +02:00
Skip unsupported actions and menu items
Using this to skip the toggle developer tools action since there doesn't seem to be any way to do that from the browser. There might be others we will need to add.
This commit is contained in:
@@ -6,6 +6,8 @@ import "./fill/environmentService";
|
||||
import "./fill/vscodeTextmate";
|
||||
import "./fill/codeEditor";
|
||||
import "./fill/mouseEvent";
|
||||
import "./fill/menuRegistry";
|
||||
import "./fill/workbenchRegistry";
|
||||
import { PasteAction } from "./fill/paste";
|
||||
import "./fill/dom";
|
||||
import "./vscode.scss";
|
||||
|
||||
Reference in New Issue
Block a user