netcon

Results 68 comments of netcon

> 一个文件2.4M 这是 VSCode 主要的 JS bundle 的大小,这些静态文件有强缓存的,不会每次打开都重新加载。

很遗憾造成困扰。 经过测试 iPhone 8 **iOS 13** 确实无法正常打开最新版的 GitHub1s 了,不过升级到 iOS 15+ 后可以正常使用,我们需要不断升级 VS Code 的版本以支持更多有用的功能,并在更新过程中已经做了一些兼容性修复(目前支持到桌面端的 Chrome 86)。 如果有需要支持更早版本的浏览器,您可以部署更早期的版本,谢谢。

> I cannot come back by using the key of my mouse. @songquanpeng Does it work on the destop version of VS Code? I don't have such mouse, is this...

GitHub1s is deployed on [Vercel](https://vercel.com/) now, we didn't block any ip address. Please check whether you can visit Vercel normally? GitHub1s need to visit GitHub API too, so please also...

> yes, I can visit github smoothly. but it seems I cann't visit https://vercel.com/ please try again, I have removed [the dns record for china](https://vercel.com/support/articles/how-do-i-prevent-my-vercel-deployment-from-being-blocked-in-china) (it seems there is something...

> i come from China, and i can visit Github and Youtube smoothly, but i can not visit [vercel](https://vercel.com/) and my project with Github1s, please give me some help! @xuyu666...

@jainendra Is the `yarn` command working fine? after `yarn` command, there should be a `lib/vscode` and the `lib/vscode/node_modules` directory in the project.

@jainendra > I can see lib/vscode but not the lib/vscode/node_modules So I think there should some errors during installing dependencies, you can try to install the vscode dependencies manually, and...

> Can you also point me to a file where i can run each command manually and see what's breaking ? @jainendra The full build/dev scripts you can find in...

> Essentially what i faced issue was with - `git clone --depth 1 -b 1.52.1 https://github.com/microsoft/vscode.git vscode` in `postinstall.sh`. you can clone the full vscode repo and run `git checkout...