# Настройка VSCode

Процесс настройки VSCode выглядит одинаковым на всех операционных системах.

* Откройте VSCode
* В левом нижнем угулу окна программы нажмите кнопку *Open a Remote Window*

<figure><img src="https://2841855051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWMZrcMSoDlC4YPw6l8xM%2Fuploads%2FOqKl5hNNhPf6BxNx9h7k%2FScreenshot%20from%202024-09-09%2018-21-00.png?alt=media&#x26;token=c58514a6-6e5b-4ed4-8415-e80ac8dc0e4a" alt=""><figcaption></figcaption></figure>

* В появившемся меню нажмите на *Connect to Host->Add New SSH Host*

<figure><img src="https://2841855051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWMZrcMSoDlC4YPw6l8xM%2Fuploads%2FhAsxaBfhZLYcEzIuAbYu%2FScreenshot%20from%202024-09-09%2018-21-17.png?alt=media&#x26;token=7ebea380-077c-4e76-8140-4d863d037328" alt=""><figcaption></figcaption></figure>

* В строке ввода введите команду `ssh user@10.42.0.1` и затем нажмите клавишу Enter

<figure><img src="https://2841855051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWMZrcMSoDlC4YPw6l8xM%2Fuploads%2FK9Kw2dpeYbKjaH2mtgUY%2FScreenshot%20from%202024-09-09%2018-22-13.png?alt=media&#x26;token=a6ecdd9b-f8e5-402a-81a7-92c998510d2e" alt=""><figcaption></figcaption></figure>

* Выберите SSH config-файл по своему усмотрению
* Введите пароль. По умолчанию стоит пароль `brobro`
* Если все сделано правильно, то справа снизу вы увидете окно:

<figure><img src="https://2841855051-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWMZrcMSoDlC4YPw6l8xM%2Fuploads%2FDhgjmryprt7ZIe3CK9u7%2FScreenshot%20from%202024-09-09%2018-24-07.png?alt=media&#x26;token=2bdeaf3c-e049-4020-a2cf-f63b5b4a5cd1" alt=""><figcaption></figcaption></figure>

* Можете нажать кнопку *Connect*, чтобы подключиться к бортовому компьютеру робота
* При последующих подключениях снова нажмите кнопку *Open a Remote Window*
* В появившемся меню нажмите на *Connect to Host->10.42.0.1*


---

# 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://voltbro.gitbook.io/robot-sobaka-mors/nastroika-i-obsluzhivanie/podklyuchenie-k-robotu-po-seti/nastroika-vscode.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.
