提交 054734ff 编写于 作者: E Erich Gamma

Merge pull request #3109 from stkb/patch-1

vscode.d.ts: workspace.rootPath is read-only
......@@ -3104,6 +3104,8 @@ declare namespace vscode {
/**
* The folder that is open in VS Code. `undefined` when no folder
* has been opened.
*
* @readonly
*/
export let rootPath: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册