李小虎

Results 4 comments of 李小虎

hi did you resolve this problem i met the same as yours

@ryan-roemer thank you for replying me and giving me suggestions i find the way to solve my problem here [issue](https://github.com/Microsoft/vscode/issues/54460)

@YvetteLau 想确认下 关于Promise.resolve的实现是不是对于thenable对象处理缺少了try catch 如果这样的话 `Promise.resolve({ then: function() { throw new Error(11111) } }).then(res => console.log(1, res), err => console.log(err, 5555)) ` 会不会有问题

你好 我配置完了之后 项目启动起来之后和你的问题一样 也是找不到css 静态资源 请问你的问题解决了吗