提交 de6e5865 编写于 作者: J Johannes Rieken

fix #27277

上级 0fbbc8eb
...@@ -4680,6 +4680,8 @@ declare module 'vscode' { ...@@ -4680,6 +4680,8 @@ declare module 'vscode' {
* A glob pattern that filters the file events must be provided. Optionally, flags to ignore certain * A glob pattern that filters the file events must be provided. Optionally, flags to ignore certain
* kinds of events can be provided. To stop listening to events the watcher must be disposed. * kinds of events can be provided. To stop listening to events the watcher must be disposed.
* *
* *Note* that only files within the current [workspace](#workspace.rootPath) can be watched.
*
* @param globPattern A glob pattern that is applied to the names of created, changed, and deleted files. * @param globPattern A glob pattern that is applied to the names of created, changed, and deleted files.
* @param ignoreCreateEvents Ignore when files have been created. * @param ignoreCreateEvents Ignore when files have been created.
* @param ignoreChangeEvents Ignore when files have been changed. * @param ignoreChangeEvents Ignore when files have been changed.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册