You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a customized version of vscode-web which uses AnuraSW v2.1's WebDav share emulation feature to access the Anura filesystem.
3
-
4
-
### Customizations
5
-
myDav folder contains a slightly updated version of vscode-webdav which uses webdav v5 instead of v4 and does a few things in native fetch. It also doesn't ask for a webdav address, instead it just appends window.location.origin + "/dav/" to whichever anura path is selected in the file picker.
6
-
7
-
### Packaging
8
-
Only thing which needs to be built is the myDav extension. Running ./package.sh should do this for you and output an anura package file as ./vscode.app.zip
0 commit comments