vscode & typescript & optional-chaining bug

https://www.cnblogs.com/xgqfrms/p/11745541.html

vscode error bug

solution

https://stackoverflow.com/questions/51741333/optional-chaining-operator-support-in-vscode

JavaScript and TypeScript Nightly

https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next

OK

"javascript.implicitProjectConfig.experimentalDecorators": true,


{
"javascript.implicitProjectConfig.experimentalDecorators": true,
"typescript.validate.enable": false,
"editor.tabSize": 2,
"eslint.autoFixOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/jspm_packages": true,
"**/node_modules": true,
"**/.zip": true,
"**/.sh": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true
},
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.renderWhitespace": "all",
"editor.fontSize": 16,
// "editor.tabSize": 4,
"editor.multiCursorModifier": "alt",
}

最新文章

  1. servlet的九大内置对象
  2. hdu-----2491Priest John's Busiest Day(2008 北京现场赛G)
  3. JAVA之执行cmd命令
  4. 常用的HTML标签
  5. 团队作业week2-软件分析和用户需求调查
  6. 基于DDD的现代ASP.NET开发框架--ABP系列之3、ABP分层架构
  7. FZU 2122 又见LKity
  8. careercup-递归和动态规划 9.2
  9. JQuery 中的Ajax
  10. 安装完CentOS 7 Minimal之后,从头打造桌面工作环境
  11. hdu4888 Redraw Beautiful Drawings
  12. PixiJS - 基于 WebGL 的超快 HTML5 2D 渲染引擎
  13. poj 3484 Showstopper
  14. Linux - 其他命令
  15. Aquarium Tank(csu1634+几何+二分)Contest2087 - 湖南多校对抗赛(2015.05.24)-G
  16. J2CACHE 两级缓存框架
  17. css文本溢出隐藏显示省略号(单行+多行)
  18. URL List by Category
  19. Codeforces 985 E - Pencils and Boxes
  20. try cache

热门文章

  1. 动态库与静态库的学习 博主写的很好 静态库 编译的时候 需要加上 static 动态库编译ok运行不成功就按照文章中的方法修改
  2. Windows 10 安装 JDK14 Java 环境,没有 jre 包
  3. Java 从数组来看值传递和引用传递
  4. LOJ1036
  5. SpringMVC听课笔记(五:处理模型数据)
  6. IntelliJ IDEA 内置数据库管理工具实战
  7. Kwp2000协议的应用(程序后续篇)
  8. 初窥 Python 的 import 机制
  9. 2019 China Collegiate Programming Contest Qinhuangdao Onsite F. Forest Program(DFS计算图中所有环的长度)
  10. SP3267 DQUERY - D-query 莫队板子题