diff --git a/package.json b/package.json index 8af48d6..ecfcc6d 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,13 @@ "onCommand:makefile.setLaunchConfiguration", "onCommand:makefile.launchDebug", "onCommand:makefile.launchRun", + "onCommand:makefile.launchTargetPath", + "onCommand:makefile.getLaunchTargetPath", + "onCommand:makefile.launchTargetFileName", + "onCommand:makefile.getLaunchTargetFileName", + "onCommand:makefile.getLaunchTargetDirectory", + "onCommand:makefile.getLaunchTargetArgs", + "onCommand:makefile.getLaunchTargetArgsConcat", "onCommand:makefile.configure", "onCommand:makefile.cleanConfigure", "onCommand:makefile.preConfigure",