提交 216c6b8a 编写于 作者: D Dirk Baeumer

Cleanup merged settings and polish jsdoc

上级 1c9726fd
......@@ -15,6 +15,5 @@
"extensions/**/out/**": true
},
"tslint.enable": true,
"tslint.rulesDirectory": "build/lib/tslint",
"typescript.tsdk": "P:\\mseng\\TypeScript\\built\\local"
"tslint.rulesDirectory": "build/lib/tslint"
}
\ No newline at end of file
{
"autoDiagnostics": true,
"compilerOptions": {
"module": "amd",
"moduleResolution": "classic",
......
......@@ -2958,7 +2958,8 @@ declare namespace vscode {
/**
* The absolute file path of the workspace specific directory where the extension
* can store proviate state on disk. The directory might not exist yet.
* can store proviate state on disk. The directory itself might not exist yet. However
* its parent directory will.
*
* Use `workspaceState` or `globalState` to store simple data.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册