mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Add hyphen in completionEntryDetails-full (#19808)
This commit is contained in:
parent
2f2a82b91d
commit
57f247eff4
@ -16,7 +16,7 @@ namespace ts.server.protocol {
|
||||
CompletionsFull = "completions-full",
|
||||
CompletionDetails = "completionEntryDetails",
|
||||
/* @internal */
|
||||
CompletionDetailsFull = "completionEntryDetailsFull",
|
||||
CompletionDetailsFull = "completionEntryDetails-full",
|
||||
CompileOnSaveAffectedFileList = "compileOnSaveAffectedFileList",
|
||||
CompileOnSaveEmitFile = "compileOnSaveEmitFile",
|
||||
Configure = "configure",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user