Home
last modified time | relevance | path

Searched refs:ConfigurePlugin (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/server/
Dprotocol.ts138 ConfigurePlugin = "configurePlugin", enumerator
1582 command: CommandTypes.ConfigurePlugin;
Dsession.ts651 CommandNames.ConfigurePlugin,
2859 [CommandNames.ConfigurePlugin]: (request: protocol.ConfigurePluginRequest) => {
2861 … this.doOutput(/*info*/ undefined, CommandNames.ConfigurePlugin, request.seq, /*success*/ true);
/third_party/typescript/lib/
Dprotocol.d.ts67 ConfigurePlugin = "configurePlugin", enumerator
1149 command: CommandTypes.ConfigurePlugin;
Dtsserverlibrary.d.ts6644 ConfigurePlugin = "configurePlugin",
7726 command: CommandTypes.ConfigurePlugin;
Dtsserverlibrary.js159694 server.CommandNames.ConfigurePlugin,
160066 _a[server.CommandNames.ConfigurePlugin] = function (request) {
160068 …_this.doOutput(/*info*/ undefined, server.CommandNames.ConfigurePlugin, request.seq, /*success*/ t…
Dtsserver.js159500 server.CommandNames.ConfigurePlugin,
159872 _a[server.CommandNames.ConfigurePlugin] = function (request) {
159874 …_this.doOutput(/*info*/ undefined, server.CommandNames.ConfigurePlugin, request.seq, /*success*/ t…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6735 ConfigurePlugin = "configurePlugin",
7817 command: CommandTypes.ConfigurePlugin;