-
-
Notifications
You must be signed in to change notification settings - Fork 26
Configuration
The configuration is defined in the file telosys-cli.cfg
This file can be edited with any text editor.
For the time being, it just allows to define a specific external editor that will be open for all the "edit" commands ( for example "eb", "ecfg", etc )
You can define the command to launch your favorite editor ( "Visual Source Code", "Atom", "Sublime Text", "Notepad++", etc )
Check if VSCode is defined in "PATH" (and hence usable from everywhere)
Open a console window and enter "code
"
If "code" is not recognized as a valid command then is not in the "PATH" you must use the executable full path, for example :
EditorCommand = D:/Tools/Microsoft VS Code/code $FILE
If it is recognized as a valid command you can just use the short command name, for example :
EditorCommand = code $FILE
Check where Atom is installed
Set the executable full path, for example :
EditorCommand = D:/Tools/atom/atom.exe $FILE
Check if Sublime Text is defined in "PATH" (and hence usable from everywhere)
Open a console window and enter "subl
"
If "subl" is not recognized as a valid command then is not in the "PATH" you must use the executable full path, for example :
EditorCommand = D:/Tools/SublimeText/subl.exe $FILE
If it is recognized as a valid command you can just use the short command name, for example :
EditorCommand = subl $FILE
Check where Notepad++ is installed
Set the executable full path, for example :
EditorCommand = C:/Program Files (x86)/Notepad++/notepad++.exe $FILE
- Installation
- Configuration
- Commands
- User guide :
- Project initialization
- Model initialization :
- Templates
- Code generation