coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.51k stars 5.45k forks source link

vscode server existing recall is not working #6771

Closed xucongyong closed 2 months ago

xucongyong commented 2 months ago

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

  1. install extension recall 2.write markdown file
---
recall: header
---

# “Good”、“nice”、“fine” “well” 

*the dog is very good
* She speaks English very well
* That is a nice dress
* She is a fine cook

Expected

show recall

Actual

not_work not workd

Logs

No response

Screenshot/Video

No response

Does this bug reproduce in native VS Code?

Yes, this is also broken in native VS Code

Does this bug reproduce in GitHub Codespaces?

Yes, this is also broken in GitHub Codespaces

Are you accessing code-server over a secure context?

Notes

No response

code-asher commented 2 months ago

You will need to use a secure context (localhost or HTTPS). It looks like this extension uses web views, and VS Code uses crypto.subtle in those, which browsers will only let you use in secure contexts.

Closing for now since it does not appear to be a bug, but please feel free to continue commenting.