File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 61
61
"sourcekit-lsp.inlayHints.enabled" : {
62
62
"type" : " boolean" ,
63
63
"default" : true ,
64
- "description" : " Whether inlay type annotations should be rendered in the editor. Enabled by default ."
64
+ "description" : " Render inlay type annotations in the editor."
65
65
},
66
66
"sourcekit-lsp.trace.server" : {
67
67
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ class HintsUpdater implements vscode.Disposable {
140
140
private syncCacheAndRenderHints ( ) : void {
141
141
this . sourceFiles . forEach ( async ( file , uri ) => {
142
142
const hints = await this . fetchHints ( file ) ;
143
- if ( ! hints ) return ;
144
143
145
144
const decorations = this . hintsToDecorations ( hints ) ;
146
145
file . cachedDecorations = decorations ;
You can’t perform that action at this time.
0 commit comments