Cannot execute CodeLens command using the "Show CodeLens Commands For Current Line" command: "actual command NOT FOUND" #139910
Labels
bug
Issue identified by VS Code Team member as probable bug
code-lens
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes
Initially I found this issue on the Azure Stream Analytics extension, but I can also reproduce it on the CodeLens Sample extension which I think should provide a simpler environment to debug.
Steps to Reproduce (Using the CodeLens Sample extension):
cd
to thecodelens-sample
directory;npm install
thenvsce package
;codelens-sample-0.0.1.vsix
;Enter
;I see @jrieken resolved an issue #84153 which reported the same error message. So I also tried to debug this issue in the Developer Container. This issue is also related to the
CodeLensCache
, the cache key doesn't exist in the CodeLens cache. I'm not familiar with how the CodeLens cache works so the debug stuck here. Could you please help take a look? Thanks a lot.The text was updated successfully, but these errors were encountered: