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 89afb1a commit 7dccfd9Copy full SHA for 7dccfd9
editors/code/src/inlay_hints.ts
@@ -92,8 +92,6 @@ class HintsUpdater {
92
93
async refresh() {
94
if (!this.enabled) return;
95
- console.log("freshin!");
96
-
97
await Promise.all(this.allEditors.map(it => this.refreshEditor(it)));
98
}
99
0 commit comments