VS Code API
Official docs
Repository
Preparing search index...
vscode
languages
createDiagnosticCollection
Function createDiagnosticCollection
createDiagnosticCollection
(
name
?:
string
)
:
DiagnosticCollection
Create a diagnostics collection.
Parameters
Optional
name
:
string
The
name
of the collection.
Returns
DiagnosticCollection
A new diagnostic collection.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Official docs
Repository
VS Code API
Loading...
Create a diagnostics collection.