以“ vscode:”开头的HTML链接可在Visual Studio Code中打开文件

时间:2019-06-06 06:09:01

标签: html hyperlink visual-studio-code

根据问题#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

但是我得到的是不同的:

Example page

点击后:

Example page after click

然后单击“打开Visual Studio代码”,然后打开(或放在前台)应用程序,但未打开文件。

我想念什么?

我尝试过<a href="vscode:///path/to/my/file.md">,但结果是相同的。

1 个答案:

答案 0 :(得分:1)

我在this answer中找到了解决方案:您需要在文件路径之前添加db.promotional.aggregate([ { $lookup: { from: "product", localField: "products", foreignField: "_id", as: "products" } },{$project :{products :{product_name : 1}}} ]) 前缀:

file/