You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_This is an **unsupported preview build** of the `${BRANCH}` branch of AWS Toolkit._
1
+
This is an **unsupported preview build** of the `${BRANCH}` branch of AWS IDE Extensions for VSCode.
2
2
3
3
# Install
4
4
5
-
1. Download the vsix file from "Assets" below.
6
-
2. In VSCode, run `Extensions: Install from VSIX...` and choose the vsix file.
5
+
1. Download the vsix file(s) from "Assets" below.
6
+
- Amazon Q $AMAZON_Q_VERSION is provided by `amazon-q-vscode….vsix`
7
+
- AWS Toolkit $AWS_TOOLKIT_VERSION is provided by `aws-toolkit-vscode….vsix`
8
+
2. Run `Extensions: Install from VSIX...` from the VSCode [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) and choose the vsix file(s).
- Log messages are written to the extension Output channel, which you can view in vscode by visiting the "Output" panel and selecting `AWS Toolkit Logs` or `Amazon Q Logs`.
321
+
- While viewing the Output channel (`AWS Toolkit Logs` or `Amazon Q Logs`) in vscode:
322
+
- Click the "gear" icon to [select a log level](https://github.com/aws/aws-toolkit-vscode/pull/4859) ("Debug", "Info", "Error", …).
323
+
- Click the "..." icon to open the log file.
324
+
- Use the `aws.dev.logfile` setting to set the logfile path to a fixed location, so you can follow
325
+
and filter logs using shell tools like `tail` and `grep`. For example in settings.json,
321
326
```
322
327
"aws.dev.logfile": "~/awstoolkit.log",
323
328
```
@@ -328,7 +333,6 @@ The `aws.dev.forceDevMode` setting enables or disables Toolkit "dev mode". Witho
328
333
- Use the `AWS (Developer): Watch Logs` command to watch and filter Toolkit logs (including
329
334
telemetry) in VSCode.
330
335
- Only available if you enabled "dev mode" (`aws.dev.forceDevMode` setting, see above).
331
-
- Sets `aws.logLevel` to "debug".
332
336
- Enter text in the Debug Console filter box to show only log messages with that text. <br/>
0 commit comments