Skip to content

Commit

Permalink
Fix package.json activation events. (#5173)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Mar 23, 2020
1 parent 5878686 commit 882b62c
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,7 @@
"Snippets"
],
"activationEvents": [
"onLanguage:cpp",
"onLanguage:c",
"onCommand:extension.pickNativeProcess",
"onCommand:extension.pickRemoteNativeProcess",
"onCommand:C_Cpp.BuildAndDebugActiveFile",
"onCommand:C_Cpp.ConfigurationEditJSON",
"onCommand:C_Cpp.ConfigurationEditUI",
"onCommand:C_Cpp.ConfigurationSelect",
"onCommand:C_Cpp.ConfigurationProviderSelect",
"onCommand:C_Cpp.SwitchHeaderSource",
"onCommand:C_Cpp.EnableErrorSquiggles",
"onCommand:C_Cpp.DisableErrorSquiggles",
"onCommand:C_Cpp.ToggleIncludeFallback",
"onCommand:C_Cpp.ToggleDimInactiveRegions",
"onCommand:C_Cpp.ResetDatabase",
"onCommand:C_Cpp.TakeSurvey",
"onCommand:C_Cpp.LogDiagnostics",
"onCommand:C_Cpp.RescanWorkspace",
"onCommand:C_Cpp.VcpkgClipboardInstallSuggested",
"onCommand:C_Cpp.VcpkgClipboardOnlineHelpSuggested",
"onDebug",
"workspaceContains:/.vscode/c_cpp_properties.json"
"*"
],
"main": "./dist/main",
"contributes": {
Expand Down

0 comments on commit 882b62c

Please sign in to comment.