mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 03:09:13 +00:00
css/html/json typos (for #47894)
This commit is contained in:
@@ -51,7 +51,7 @@ connection.onShutdown(() => {
|
||||
let scopedSettingsSupport = false;
|
||||
let workspaceFolders: WorkspaceFolder[];
|
||||
|
||||
// After the server has started the client sends an initilize request. The server receives
|
||||
// After the server has started the client sends an initialize request. The server receives
|
||||
// in the passed params the rootPath of the workspace plus the client capabilities.
|
||||
connection.onInitialize((params: InitializeParams): InitializeResult => {
|
||||
workspaceFolders = (<any>params).workspaceFolders;
|
||||
|
||||
Reference in New Issue
Block a user