mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
674 B
674 B
Foam logging in VsCode
The Foam extension logs details about what its doing in vscode's Output
tab.
Generally this is only useful if you're reporting an issue about Foam.
- To show the tab, click on
View > Output
. - In the dropdown on the right of the tab, select
Foam
.
When reporting an issue about Foam, set the log level to Debug
:
Change the log level for the session
Execute the command Foam: Set log level
.
Change the default logging level
- Open workspace settings (
cmd+,
, or execute thePreferences: Open Workspace Settings
command) - Look for the entry
Foam > Logging: Level