소스 검색

Update src/workerManager.ts

Co-authored-by: Wesley Wigham <wewigham@microsoft.com>
Orta Therox 5 년 전
부모
커밋
0dbccdea3d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/workerManager.ts

+ 2 - 1
src/workerManager.ts

@@ -62,7 +62,8 @@ export class WorkerManager {
 	private _getClient(): Promise<TypeScriptWorker> {
 		if (!this._client) {
 			// Adds all of the .d.ts lib files into Monaco as editor models,
-			// this allows themm to show up in peek (and allow editing if desired).
+			// this allows them to show up in peek (and allow editing if desired).
+
 			for (const key in libFileMap) {
 				monaco.editor.createModel(libFileMap[key], "javascript", monaco.Uri.file(key))
 			}