根据问题#4883和PR #15320,您可以在HTML中创建vscode:/
链接:
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<h1>Test</h1>
<a href="vscode://path/to/my/file.md">open file.md in vscode</a>
</body>
</html>
这应该与在控制台中键入以下命令具有相同的效果:
code -g -r /path/to/my/file.md
但是我得到的是不同的:
点击后:
然后单击“打开Visual Studio代码”,然后打开(或放在前台)应用程序,但未打开文件。
我想念什么?
我尝试过<a href="vscode:///path/to/my/file.md">
,但结果是相同的。
答案 0 :(得分:1)
我在this answer中找到了解决方案:您需要在文件路径之前添加db.promotional.aggregate([
{
$lookup: {
from: "product",
localField: "products",
foreignField: "_id",
as: "products"
}
},{$project :{products :{product_name : 1}}}
])
前缀:
file/