ZhangJian1713 / vscode-image-viewer

MIT License
17 stars 6 forks source link

it is invalid in code-server(online vscode) #5

Open superglg738 opened 1 year ago

superglg738 commented 1 year ago

code-server install image-viewer ,it don‘t work。

error

ZhangJian1713 commented 1 year ago

Now it uses Nodejs to find the list of files, and my guess for online vscode will be a network request to get the list of files. However I don't have such an environment to debug development online vscode, so can you help add this feature? What needs to be done is to detect when it is an online situation and switch to using the new utils method.

contribute.md utils.ts