diff --git a/package.json b/package.json index b4235b28..f2240bf4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git@github.com:CodinGame/monaco-vscode-api.git" + "url": "git+ssh://git@github.com/CodinGame/monaco-vscode-api.git" }, "type": "module", "scripts": { diff --git a/src/workers/editor.worker.ts b/src/workers/editor.worker.ts index da270568..817f7ded 100644 --- a/src/workers/editor.worker.ts +++ b/src/workers/editor.worker.ts @@ -1 +1 @@ -export * from 'vs/editor/common/services/editorSimpleWorker.esm.js' +export * from 'vs/editor/editor.worker'