Here is in webm format two short videos demonstrating the behavior from my end.
One for the Deno LSP, the other for the default in VScode.
Here is the JSON for the Deno Language Server Status, as reported by the command available with the official Deno plugin, shown in a "preview.md" :
{
"enable": true,
"enablePaths": [],
"cache": null,
"certificateStores": null,
"config": null,
"importMap": null,
"codeLens": {
"implementations": false,
"references": false,
"referencesAllFunctions": false,
"test": false
},
"inlayHints": {
"parameterNames": {
"enabled": "none",
"suppressWhenArgumentMatchesName": true
},
"parameterTypes": {
"enabled": false
},
"variableTypes": {
"enabled": false,
"suppressWhenTypeMatchesName": true
},
"propertyDeclarationTypes": {
"enabled": false
},
"functionLikeReturnTypes": {
"enabled": false
},
"enumMemberValues": {
"enabled": false
}
},
"internalDebug": false,
"lint": true,
"documentPreloadLimit": 1000,
"suggest": {
"completeFunctionCalls": true,
"names": true,
"paths": true,
"autoImports": true,
"imports": {
"autoDiscover": true,
"hosts": {
"https://deno.land": true
}
}
},
"testing": {
"args": [
"--allow-all",
"--no-check"
],
"enable": true
},
"tlsCertificate": null,
"unsafelyIgnoreCertificateErrors": null,
"unstable": false
}
I tested it on two machines/setup - it didn't work.
**Most importantly : is it just me, or is there someone for which it works? **