-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 instrumentation support to the typescript code #12991
base: main
Are you sure you want to change the base?
Conversation
…rosoft/vscode-cpptools into dev/garretts/instrumentation
} | ||
|
||
export function getLoggingLevel() { | ||
return getNumericLoggingLevel(vscode.workspace.getConfiguration("C_Cpp", null).get<string>("loggingLevel")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we can't pull CppSettings
into this module, maybe we need to split out the validation code because we shouldn't be reading raw settings in the extension anymore. Apparently this file was skipped due to it not using CppSettings
.
This isn't necessarily your problem. I'm just thinking out loud.
…nto dev/garretts/instrumentation
…nto dev/garretts/instrumentation
This adds the instrumentation support to enable performance testing and monitoring.
It:
PERFECTO_LAUNCH_SETTINGS
environment variable is not set, everything here is a no-op