Home
last modified time | relevance | path

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

/third_party/typescript/lib/
Dprotocol.d.ts61 ApplyCodeActionCommand = "applyCodeActionCommand", enumerator
535 command: CommandTypes.ApplyCodeActionCommand;
Dtsserverlibrary.d.ts6638 ApplyCodeActionCommand = "applyCodeActionCommand",
7112 command: CommandTypes.ApplyCodeActionCommand;
Dtsserverlibrary.js159685 server.CommandNames.ApplyCodeActionCommand,
160039 _a[server.CommandNames.ApplyCodeActionCommand] = function (request) {
Dtsserver.js159491 server.CommandNames.ApplyCodeActionCommand,
159845 _a[server.CommandNames.ApplyCodeActionCommand] = function (request) {
/third_party/typescript/src/server/
Dprotocol.ts124 ApplyCodeActionCommand = "applyCodeActionCommand", enumerator
723 command: CommandTypes.ApplyCodeActionCommand;
Dsession.ts642 CommandNames.ApplyCodeActionCommand,
2832 … [CommandNames.ApplyCodeActionCommand]: (request: protocol.ApplyCodeActionCommandRequest) => {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6729 ApplyCodeActionCommand = "applyCodeActionCommand",
7203 command: CommandTypes.ApplyCodeActionCommand;