Updated hot keys for run query (#3967)

Previous hotkeys are no longer supported. Users are required to hit F5 instead.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/3966/head^2
Jay Clifford 2022-04-22 15:35:30 +01:00 committed by GitHub
parent 06cfb719b5
commit dcb027188e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ In the **InfluxDB** pane:
1. Write your Flux query in a new VS Code file.
2. Save your Flux script with the `.flux` extension or set the
[VS Code Language Mode](https://code.visualstudio.com/docs/languages/overview#_changing-the-language-for-the-selected-file) to **Flux**.
3. Execute the query with the `influxdb.runQuery` command or {{< keybind mac="⌃⌥E" other="Ctrl+Alt+E" >}}.
3. Execute the query with the `influxdb.runQuery` command or {{< keybind mac="F5" other="F5" >}}.
4. Query results appear in a new tab. If query results do not appear, see [Debug Flux queries](#debug-flux-queries).
## Explore your schema
@ -91,4 +91,4 @@ and then `Reload Window`) to initialize the updated extensions.
| Command | Description | Keyboard shortcut | Menu context |
|:------- |:----------- |:-----------------: | ------------: |
| `influxdb.refresh` | Refresh | | |
| `influxdb.runQuery` | Run Query | {{< keybind mac="⌃⌥E" other="Ctrl+Alt+E" >}} | editor/context |
| `influxdb.runQuery` | Run Query | {{< keybind mac="F5" other="F5" >}} | editor/context |