Skip to content

Commit

Permalink
Merge pull request #527 from CodinGame/fix-worker-configuration-for-real
Browse files Browse the repository at this point in the history
Fix worker configuration, for real
  • Loading branch information
CGNonofr authored Oct 29, 2024
2 parents 5cf6de8 + 5d1e680 commit 0ef170c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/workers/editor.worker.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'vs/editor/common/services/editorSimpleWorker.esm.js'
export * from 'vs/editor/editor.worker'

1 comment on commit 0ef170c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.