Skip to content

Commit 3cfda70

Browse files
committed
polish
1 parent 0248fc3 commit 3cfda70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/v1_100.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ Check out [this API proposal issue](https://github.com/microsoft/vscode/issues/2
378378

379379
The NodeJS extension host now supports extensions that use JavaScript-modules (ESM). All it needs is the `"type": "module"`-entry in your extension's `package.json`-file. With that the JavaScript code can use `import`- and `export`-statements, including the special module `import('vscode')`. Find a sample here: <https://github.com/jrieken/vscode-esm-sample-extension>.
380380

381-
Please note that ESM support isn't for the web worker extension host yet. There are some technical challenges that need to overcome first and we'll post updates on <https://github.com/microsoft/vscode/issues/130367>
381+
Please note that ESM support isn't for the web worker extension host yet. There are some technical challenges that need to be overcome first. We'll post updates on <https://github.com/microsoft/vscode/issues/130367>. Stay tuned
382382

383383
## Engineering
384384

0 commit comments

Comments
 (0)