vscode & typescript & optional-chaining bug

vscode & typescript & optional-chaining bug

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

vscode error bughtml

solution

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

JavaScript and TypeScript Nightlynode

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

OKtypescript

"javascript.implicitProjectConfig.experimentalDecorators": true,json

{
  "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",
}
相關文章
相關標籤/搜索