解决方案来至于https://www.sencha.com/forum/showthread.php?471410-Bug-in-VS-Code-Plugin-since-VS-Code-Update-(-gt-1-31)

在C:\Users\你的用户名\.vscode\extensions\sencha.vscode-extjs-1.0.1\out\src文件下找到Logger.js,打开它。

找到代码

fs.writeFile(path.join(Platform_1.default.settingsDir, 'vscode-extjs.log'), '');

修改为

    // fs.writeFile(path.join(Platform_1.default.settingsDir, 'vscode-extjs.log'), '');
//修复vscode更新后不能使用bug
fs.writeFileSync(path.join(Platform_1.default.settingsDir, 'vscode-extjs.log'), '');

或者

fs.writeFile(path.join(Platform_1.default.settingsDir, 'vscode-extjs.log'), '', function(){});

重新打开vscode,解决问题

最新文章

  1. angularjs 1 开发简单案例(包含common.js,service.js,controller.js,page)
  2. MySQL JDBC/MyBatis Stream方式读取SELECT超大结果集
  3. MVC+UnitOfWork+Repository+EF 之我见
  4. 2016 大连网赛---Weak Pair(dfs+树状数组)
  5. OpenCV成长之路(8):直线、轮廓的提取与描述
  6. 微软BI 之SSIS 系列 - ETL 转换时关于 Code Page (1252 and 936) 转换错误的原因和解决方法
  7. 业务系统的JVM启动参数推荐
  8. KnockoutJS(2)-监控属性
  9. 跟我学机器视觉-HALCON学习例程中文详解-开关引脚测量
  10. hdu 1599 find the mincost route
  11. duilib底层机制剖析:窗口类与窗口句柄的关联
  12. 使用NPOI生成Excel级联列表
  13. ZOJ 1403&&HDU 1015 Safecracker【暴力】
  14. 删除PeopleSoft Process Scheduler服务器定义
  15. 图形化SVN管理搭建 subversion edge自行修改密码
  16. poj3335
  17. xmlns:dubbo 路径错误
  18. arcgis按要求删除点位
  19. Codeforces Round #375 (Div. 2) D. Lakes in Berland 贪心
  20. Visual Studio 2015新添加宏

热门文章

  1. MySQL 连接不上本地数据库
  2. .ipynb格式文件
  3. python测试开发django-53.xadmin里Model分类管理(proxy=True)
  4. centos7 快速安装 mariadb(mysql)
  5. Netty buffer缓冲区ByteBuf
  6. c/c++字节序转换(转)
  7. 【PMP】项目生命周期和开发生命周期
  8. 卷积转换为矩阵运算中填充数的计算-GEMM
  9. GUI编程及文件对话框的使用
  10. AI 名校课程&书籍 需要学习