Searched refs:ConfigurePlugin (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/server/ |
D | protocol.ts | 138 ConfigurePlugin = "configurePlugin", enumerator 1582 command: CommandTypes.ConfigurePlugin;
|
D | session.ts | 651 CommandNames.ConfigurePlugin, 2859 [CommandNames.ConfigurePlugin]: (request: protocol.ConfigurePluginRequest) => { 2861 … this.doOutput(/*info*/ undefined, CommandNames.ConfigurePlugin, request.seq, /*success*/ true);
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 67 ConfigurePlugin = "configurePlugin", enumerator 1149 command: CommandTypes.ConfigurePlugin;
|
D | tsserverlibrary.d.ts | 6644 ConfigurePlugin = "configurePlugin", 7726 command: CommandTypes.ConfigurePlugin;
|
D | tsserverlibrary.js | 159694 server.CommandNames.ConfigurePlugin, 160066 _a[server.CommandNames.ConfigurePlugin] = function (request) { 160068 …_this.doOutput(/*info*/ undefined, server.CommandNames.ConfigurePlugin, request.seq, /*success*/ t…
|
D | tsserver.js | 159500 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/ |
D | tsserverlibrary.d.ts | 6735 ConfigurePlugin = "configurePlugin", 7817 command: CommandTypes.ConfigurePlugin;
|