mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Enable ts reference code lens for testing
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -30,5 +30,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"typescript.tsdk": "./node_modules/typescript/lib"
|
||||
"typescript.tsdk": "./node_modules/typescript/lib",
|
||||
"typescript.referencesCodeLens.enabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user