Skip to content

Commit 882b62c

Browse files
authored
Fix package.json activation events. (#5173)
1 parent 5878686 commit 882b62c

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

Extension/package.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,7 @@
3939
"Snippets"
4040
],
4141
"activationEvents": [
42-
"onLanguage:cpp",
43-
"onLanguage:c",
44-
"onCommand:extension.pickNativeProcess",
45-
"onCommand:extension.pickRemoteNativeProcess",
46-
"onCommand:C_Cpp.BuildAndDebugActiveFile",
47-
"onCommand:C_Cpp.ConfigurationEditJSON",
48-
"onCommand:C_Cpp.ConfigurationEditUI",
49-
"onCommand:C_Cpp.ConfigurationSelect",
50-
"onCommand:C_Cpp.ConfigurationProviderSelect",
51-
"onCommand:C_Cpp.SwitchHeaderSource",
52-
"onCommand:C_Cpp.EnableErrorSquiggles",
53-
"onCommand:C_Cpp.DisableErrorSquiggles",
54-
"onCommand:C_Cpp.ToggleIncludeFallback",
55-
"onCommand:C_Cpp.ToggleDimInactiveRegions",
56-
"onCommand:C_Cpp.ResetDatabase",
57-
"onCommand:C_Cpp.TakeSurvey",
58-
"onCommand:C_Cpp.LogDiagnostics",
59-
"onCommand:C_Cpp.RescanWorkspace",
60-
"onCommand:C_Cpp.VcpkgClipboardInstallSuggested",
61-
"onCommand:C_Cpp.VcpkgClipboardOnlineHelpSuggested",
62-
"onDebug",
63-
"workspaceContains:/.vscode/c_cpp_properties.json"
42+
"*"
6443
],
6544
"main": "./dist/main",
6645
"contributes": {

0 commit comments

Comments
 (0)