提交 b0e44c99 编写于 作者: S Sandeep Somavarapu

Fix grammar mistake

上级 d7c052f4
...@@ -5417,11 +5417,11 @@ declare module 'vscode' { ...@@ -5417,11 +5417,11 @@ declare module 'vscode' {
export interface ConfigurationChangeEvent { export interface ConfigurationChangeEvent {
/** /**
* Returns `true` if the given section for the given resource (if provided) has affected. * Returns `true` if the given section for the given resource (if provided) is affected.
* *
* @param section Configuration name, supports _dotted_ names. * @param section Configuration name, supports _dotted_ names.
* @param resource A resource Uri. * @param resource A resource Uri.
* @return `true` if the given section for the given resource (if provided) has affected. * @return `true` if the given section for the given resource (if provided) is affected.
*/ */
affectsConfiguration(section: string, resource?: Uri): boolean; affectsConfiguration(section: string, resource?: Uri): boolean;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册