sgryjp / japanese-word-handler

Better Japanese word handling on Visual Studio Code.
zlib License
46 stars 7 forks source link

Web Extensionに変更する #15

Closed sgryjp closed 3 years ago

sgryjp commented 3 years ago

japanese-word-handler cannot be used on web services such as GitHub Cocespaces and vscode.dev because it is not a web extension. To make it possible, it should be changed into a web extension.


Codespaces で使えない理由の一つになっているので、通常の Extension から Web Extension にマイグレーションする。


Reference: https://code.visualstudio.com/api/extension-guides/web-extensions#update-existing-extensions-to-web-extensions

sgryjp commented 3 years ago

Confirmed it's working on vscode.dev and github.dev.

Altdarkzodiac commented 1 year ago

Let's get this up