@@ -88,50 +88,65 @@ namespace ts.server {
88
88
89
89
export namespace CommandNames {
90
90
export const Brace : protocol . CommandTypes . Brace = "brace" ;
91
+ /* @internal */
91
92
export const BraceFull : protocol . CommandTypes . BraceFull = "brace-full" ;
92
93
export const BraceCompletion : protocol . CommandTypes . BraceCompletion = "braceCompletion" ;
93
94
export const Change : protocol . CommandTypes . Change = "change" ;
94
95
export const Close : protocol . CommandTypes . Close = "close" ;
95
96
export const Completions : protocol . CommandTypes . Completions = "completions" ;
97
+ /* @internal */
96
98
export const CompletionsFull : protocol . CommandTypes . CompletionsFull = "completions-full" ;
97
99
export const CompletionDetails : protocol . CommandTypes . CompletionDetails = "completionEntryDetails" ;
98
100
export const CompileOnSaveAffectedFileList : protocol . CommandTypes . CompileOnSaveAffectedFileList = "compileOnSaveAffectedFileList" ;
99
101
export const CompileOnSaveEmitFile : protocol . CommandTypes . CompileOnSaveEmitFile = "compileOnSaveEmitFile" ;
100
102
export const Configure : protocol . CommandTypes . Configure = "configure" ;
101
103
export const Definition : protocol . CommandTypes . Definition = "definition" ;
104
+ /* @internal */
102
105
export const DefinitionFull : protocol . CommandTypes . DefinitionFull = "definition-full" ;
103
106
export const Exit : protocol . CommandTypes . Exit = "exit" ;
104
107
export const Format : protocol . CommandTypes . Format = "format" ;
105
108
export const Formatonkey : protocol . CommandTypes . Formatonkey = "formatonkey" ;
109
+ /* @internal */
106
110
export const FormatFull : protocol . CommandTypes . FormatFull = "format-full" ;
111
+ /* @internal */
107
112
export const FormatonkeyFull : protocol . CommandTypes . FormatonkeyFull = "formatonkey-full" ;
113
+ /* @internal */
108
114
export const FormatRangeFull : protocol . CommandTypes . FormatRangeFull = "formatRange-full" ;
109
115
export const Geterr : protocol . CommandTypes . Geterr = "geterr" ;
110
116
export const GeterrForProject : protocol . CommandTypes . GeterrForProject = "geterrForProject" ;
111
117
export const Implementation : protocol . CommandTypes . Implementation = "implementation" ;
118
+ /* @internal */
112
119
export const ImplementationFull : protocol . CommandTypes . ImplementationFull = "implementation-full" ;
113
120
export const SemanticDiagnosticsSync : protocol . CommandTypes . SemanticDiagnosticsSync = "semanticDiagnosticsSync" ;
114
121
export const SyntacticDiagnosticsSync : protocol . CommandTypes . SyntacticDiagnosticsSync = "syntacticDiagnosticsSync" ;
115
122
export const NavBar : protocol . CommandTypes . NavBar = "navbar" ;
123
+ /* @internal */
116
124
export const NavBarFull : protocol . CommandTypes . NavBarFull = "navbar-full" ;
117
125
export const NavTree : protocol . CommandTypes . NavTree = "navtree" ;
118
126
export const NavTreeFull : protocol . CommandTypes . NavTreeFull = "navtree-full" ;
119
127
export const Navto : protocol . CommandTypes . Navto = "navto" ;
128
+ /* @internal */
120
129
export const NavtoFull : protocol . CommandTypes . NavtoFull = "navto-full" ;
121
130
export const Occurrences : protocol . CommandTypes . Occurrences = "occurrences" ;
122
131
export const DocumentHighlights : protocol . CommandTypes . DocumentHighlights = "documentHighlights" ;
132
+ /* @internal */
123
133
export const DocumentHighlightsFull : protocol . CommandTypes . DocumentHighlightsFull = "documentHighlights-full" ;
124
134
export const Open : protocol . CommandTypes . Open = "open" ;
125
135
export const Quickinfo : protocol . CommandTypes . Quickinfo = "quickinfo" ;
136
+ /* @internal */
126
137
export const QuickinfoFull : protocol . CommandTypes . QuickinfoFull = "quickinfo-full" ;
127
138
export const References : protocol . CommandTypes . References = "references" ;
139
+ /* @internal */
128
140
export const ReferencesFull : protocol . CommandTypes . ReferencesFull = "references-full" ;
129
141
export const Reload : protocol . CommandTypes . Reload = "reload" ;
130
142
export const Rename : protocol . CommandTypes . Rename = "rename" ;
143
+ /* @internal */
131
144
export const RenameInfoFull : protocol . CommandTypes . RenameInfoFull = "rename-full" ;
145
+ /* @internal */
132
146
export const RenameLocationsFull : protocol . CommandTypes . RenameLocationsFull = "renameLocations-full" ;
133
147
export const Saveto : protocol . CommandTypes . Saveto = "saveto" ;
134
148
export const SignatureHelp : protocol . CommandTypes . SignatureHelp = "signatureHelp" ;
149
+ /* @internal */
135
150
export const SignatureHelpFull : protocol . CommandTypes . SignatureHelpFull = "signatureHelp-full" ;
136
151
export const TypeDefinition : protocol . CommandTypes . TypeDefinition = "typeDefinition" ;
137
152
export const ProjectInfo : protocol . CommandTypes . ProjectInfo = "projectInfo" ;
@@ -140,19 +155,28 @@ namespace ts.server {
140
155
export const OpenExternalProject : protocol . CommandTypes . OpenExternalProject = "openExternalProject" ;
141
156
export const OpenExternalProjects : protocol . CommandTypes . OpenExternalProjects = "openExternalProjects" ;
142
157
export const CloseExternalProject : protocol . CommandTypes . CloseExternalProject = "closeExternalProject" ;
158
+ /* @internal */
143
159
export const SynchronizeProjectList : protocol . CommandTypes . SynchronizeProjectList = "synchronizeProjectList" ;
160
+ /* @internal */
144
161
export const ApplyChangedToOpenFiles : protocol . CommandTypes . ApplyChangedToOpenFiles = "applyChangedToOpenFiles" ;
162
+ /* @internal */
145
163
export const EncodedSemanticClassificationsFull : protocol . CommandTypes . EncodedSemanticClassificationsFull = "encodedSemanticClassifications-full" ;
164
+ /* @internal */
146
165
export const Cleanup : protocol . CommandTypes . Cleanup = "cleanup" ;
166
+ /* @internal */
147
167
export const OutliningSpans : protocol . CommandTypes . OutliningSpans = "outliningSpans" ;
148
168
export const TodoComments : protocol . CommandTypes . TodoComments = "todoComments" ;
149
169
export const Indentation : protocol . CommandTypes . Indentation = "indentation" ;
150
170
export const DocCommentTemplate : protocol . CommandTypes . DocCommentTemplate = "docCommentTemplate" ;
171
+ /* @internal */
151
172
export const CompilerOptionsDiagnosticsFull : protocol . CommandTypes . CompilerOptionsDiagnosticsFull = "compilerOptionsDiagnostics-full" ;
173
+ /* @internal */
152
174
export const NameOrDottedNameSpan : protocol . CommandTypes . NameOrDottedNameSpan = "nameOrDottedNameSpan" ;
175
+ /* @internal */
153
176
export const BreakpointStatement : protocol . CommandTypes . BreakpointStatement = "breakpointStatement" ;
154
177
export const CompilerOptionsForInferredProjects : protocol . CommandTypes . CompilerOptionsForInferredProjects = "compilerOptionsForInferredProjects" ;
155
178
export const GetCodeFixes : protocol . CommandTypes . GetCodeFixes = "getCodeFixes" ;
179
+ /* @internal */
156
180
export const GetCodeFixesFull : protocol . CommandTypes . GetCodeFixesFull = "getCodeFixes-full" ;
157
181
export const GetSupportedCodeFixes : protocol . CommandTypes . GetSupportedCodeFixes = "getSupportedCodeFixes" ;
158
182
}
0 commit comments