Skip to main content

Config

caution

This command is specific to VSCode IDE user.

morpheme config

This command is used to generate the .vscode/launch.json and .vscode/task.json files according to the configuration in the morpheme.yaml file.

File generated

Options

morpheme config [arguments]

To see all available options and flags, run morpheme config --help.

Available Options

  • Custom Morpheme Yaml :
Custom Morpheme YamlDescription
--morpheme-yaml [path_file]This command is used to select yaml config the application in a specific file, by default it will run the morpheme.yaml file.
  • Custom Target :
Custom TargetAlternativeDescription
-t [path_file]--target [path_file]This command is used to run the application in a specific file, by default it will run the lib/main.dart file.