We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d272d97 commit 9a22dc2Copy full SHA for 9a22dc2
Extension/src/instrumentation.ts
@@ -60,7 +60,7 @@ if (!isInstrumentationEnabled()) {
60
}
61
62
// If the instrumentation object was *actually* loaded then we can set the services from the global object.
63
-// Having this separate ensures that this module is wired up to the global object.
+// Having this separate ensures that this module is wired up to the global object.
64
// It's not included in the previous block because if something else loads the instrumentation code first
65
// this is still needed so that *this* module is properly connected to the global object.
66
if (isInstrumentationEnabled()) {
@@ -71,4 +71,3 @@ if (isInstrumentationEnabled()) {
71
72
services.init(require('vscode'));
73
74
-
0 commit comments