# Telosys editor configuration

To use VSCode as the default editor for all Telosys editing commands, simply configure the 'editor command' in the Telosys-CLI configuration file.

To do so edit the file "**telosys-cli.cfg**" located in the directory where Telosys-CLI is installed and set the "**EditorCommand**" parameter to the "*VSCode command*" ("code.exe").

Example:&#x20;

**`EditorCommand`**` ``=`` `**`C:/xxx/yyyy/Programs/Microsoft VS Code/Code.exe $FILE`**

Doing so, all editing commands "ee", "em", etc,  will open the file to edit in a VSCode page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.telosys.org/telosys-with-vscode/telosys-editor-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
