Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TURISMO.MD file with feature details #236217

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Visual Studio Code is updated monthly with new features and bug fixes. You can d
## Contributing

There are many ways in which you can participate in this project, for example:

* [Submit bugs and feature requests](https://github.com/microsoft/vscode/issues), and help us verify as they are checked in
* Review [source code changes](https://github.com/microsoft/vscode/pulls)
* Review the [documentation](https://github.com/microsoft/vscode-docs) and make pull requests for anything from typos to additional and new content
Expand Down
19 changes: 19 additions & 0 deletions TURISMO.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# TURISMO

## Description

The "TURISMO" feature or module provides a set of tools and functionalities to enhance the user experience in the Visual Studio Code environment. It includes various utilities and extensions that improve productivity and streamline the development process.

## Usage Instructions

1. Install the "TURISMO" extension from the Visual Studio Code marketplace.
2. Open the command palette (Ctrl+Shift+P) and type "TURISMO" to see the available commands.
3. Select the desired command and follow the on-screen instructions to use the feature.

## Configuration Options

The "TURISMO" feature or module can be customized using the following configuration options:

- `turismo.enable`: Enable or disable the TURISMO feature. Default is `true`.
- `turismo.theme`: Set the theme for the TURISMO feature. Available options are `light` and `dark`. Default is `light`.
- `turismo.shortcuts`: Configure custom keyboard shortcuts for TURISMO commands. Default is an empty object `{}`.
Loading