Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/llm
Browse files Browse the repository at this point in the history
  • Loading branch information
consvc committed Jan 15, 2025
2 parents 7d2e016 + 8ddb14b commit 6e4a92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,6 @@ If you would like to ask a question that you feel doesn't warrant an issue

## Building the Code

This repository uses [git
submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) for some of its
dependencies. To make sure submodules are restored or updated, be sure to run
the following prior to building:

```shell
git submodule update --init --recursive
```

OpenConsole.sln may be built from within Visual Studio or from the command-line
using a set of convenience scripts & tools in the **/tools** directory:

Expand Down
3 changes: 2 additions & 1 deletion src/cascadia/WindowsTerminal/WindowEmperor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ void WindowEmperor::HandleCommandlineArgs(int nCmdShow)
TraceLoggingWrite(
g_hWindowsTerminalProvider,
"SessionBecameInteractive",
TraceLoggingLevel(WINEVENT_LEVEL_VERBOSE),
TraceLoggingDescription("Event emitted when the session was interacted with"),
TraceLoggingKeyword(MICROSOFT_KEYWORD_MEASURES),
TelemetryPrivacyDataTag(PDT_ProductAndServiceUsage));
loggedInteraction = true;
}
Expand Down

0 comments on commit 6e4a92f

Please sign in to comment.