mongodb-js / vscode

Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.
https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode
Apache License 2.0
327 stars 59 forks source link

chore(participant): update anchor rendering to use markdown link instead of html a tag VSCODE-616 #826

Closed Anemy closed 1 month ago

Anemy commented 1 month ago

VSCODE-616

We would show characters in the url as we streamed them in until the full <a> tag was built. This fixes that by using the markdown link format for running our clickable commands. [text](link)

alenakhineika commented 1 month ago

Nice!! Could you pls also change docs links the same way? https://github.com/mongodb-js/vscode/blob/VSCODE-528-mongodb-copilot/src/participant/participant.ts#L1137