From 0cc385d3ca7314ec5c3ce438517a5e367b17650c Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Fri, 5 Jan 2024 18:41:16 +0100 Subject: [PATCH] remove unnecessary activationEvents entries (#1330) --- package.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/package.json b/package.json index fc9c0cd99..14493973e 100644 --- a/package.json +++ b/package.json @@ -1170,27 +1170,8 @@ ] }, "activationEvents": [ - "onLanguage:ocaml", - "onLanguage:ocaml.interface", - "onLanguage:reason", - "onLanguage:ocaml.ocamllex", - "onLanguage:ocaml.menhir", - "onLanguage:dune", - "onLanguage:dune-project", - "onLanguage:dune-workspace", "onLanguage:cram", - "onCommand:ocaml.select-sandbox", - "onCommand:ocaml.open-terminal", - "onCommand:ocaml.open-terminal-select", - "onCommand:ocaml.open-ast-explorer-to-the-side", - "onCommand:ocaml.show-preprocessed-document", - "onCommand:ocaml.open-pp-editor-and-ast-explorer", - "onCommand:ocaml.stop-documentation-server", - "onCommand:ocaml.start-debugging", - "onCommand:ocaml.goto-closure-code-location", "onCommand:ocaml.ask-debug-program", - "onCustomEditor:ast-editor", - "onCustomEditor:cm-files-editor", "workspaceContains:**/dune-workspace", "workspaceContains:**/dune", "workspaceContains:**/dune-project",