janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
212 stars 30 forks source link

Make compatible with github codespaces / vs code web #67

Open janisdd opened 3 years ago

janisdd commented 3 years ago

Version?

Feature

Make the extension compatible with github codespaces (vs code web, https://github.com/features/codespaces. When you open a github project in the browser and press . vs code web is opened and extensions can be installed/used.

This will probably be part of the next vs code release which also gives more documentation about how to implement it. There are some changes necessary.

janisdd commented 2 years ago

I did some testing but couldn't get it to work as some css/js files are not loaded... Here is a list of extensions where some probably use a webview too: https://code.visualstudio.com/updates/v1_62#_web-extensions

janisdd commented 2 years ago

There are currently some dependencies that block this (modules)

If all is ready a guide on how to enable it as a web extension can be found here: https://code.visualstudio.com/api/extension-guides/web-extensions#migrate-extension-with-code