youngjuning-patch-1
youngjuning 2 years ago
parent 80978ac296
commit 24046977ca

8
vscode.d.ts vendored

@ -8164,7 +8164,7 @@ declare module vscode {
/** /**
* *
* *
* @maintainer {@link https://github.com/youngjuning @youngjuning} * @maintainer {@link https://youngjuning.js.org @youngjuning}
*/ */
export namespace env { export namespace env {
/** /**
@ -8553,7 +8553,7 @@ declare module vscode {
/** /**
* window UI * window UI
* @maintainer {@link https://github.com/youngjuning @youngjuning} * @maintainer {@link https://youngjuning.js.org @youngjuning}
*/ */
export namespace window { export namespace window {
@ -10574,7 +10574,7 @@ declare module vscode {
* The workspace offers support for {@link workspace.createFileSystemWatcher listening} to fs * The workspace offers support for {@link workspace.createFileSystemWatcher listening} to fs
* events and for {@link workspace.findFiles finding} files. Both perform well and run _outside_ * events and for {@link workspace.findFiles finding} files. Both perform well and run _outside_
* the editor-process so that they should be always used instead of nodejs-equivalents. * the editor-process so that they should be always used instead of nodejs-equivalents.
* @maintainer {@link https://github.com/youngjuning @youngjuning} * @maintainer {@link https://youngjuning.js.org @youngjuning}
*/ */
export namespace workspace { export namespace workspace {
@ -11129,7 +11129,7 @@ declare module vscode {
* scores are equal the provider that came last wins. For features that allow full arity, like {@link languages.registerHoverProvider hover}, * scores are equal the provider that came last wins. For features that allow full arity, like {@link languages.registerHoverProvider hover},
* the score is only checked to be `>0`, for other features, like {@link languages.registerCompletionItemProvider IntelliSense} the * the score is only checked to be `>0`, for other features, like {@link languages.registerCompletionItemProvider IntelliSense} the
* score is used for determining the order in which providers are asked to participate. * score is used for determining the order in which providers are asked to participate.
* @maintainer {@link https://github.com/youngjuning @youngjuning} * @maintainer {@link https://youngjuning.js.org @youngjuning}
*/ */
export namespace languages { export namespace languages {

Loading…
Cancel
Save