# Enable Breadcrumbs For Version 1.26 Release

The latest release of Code ([Version 1.26](https://code.visualstudio.com/updates/v1_26)) brings about a lot of exciting new features -- including file breadcrumbs at the top of each file editor view.

![Breadcrumbs feature in action](https://i.imgur.com/wubUn6c.png)

By default this feature is not enabled. You can enable it from User Settings (`Cmd+Shift+P`, 'User Settings'). From the User Settings view, you can search for `breadcrumbs` and you'll see the following item:

```json
  "breadcrumbs.enabled": false,
```

Use the pencil to override it to `true` and you'll have that trail of breadcrumbs waiting for you.


---

# 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://ploegert.gitbook.io/til/tools/vscode/enable-breadcrumbs-for-version-126-release.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.
