microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.99k stars 29.54k forks source link

vs code Intelligent prompt #72919

Closed eizo2200 closed 5 years ago

eizo2200 commented 5 years ago

Vscode opens the project and appears in the lower left corner 'Initializing JS/TS language features' So JS smart code hints and code folding don't work,But the CSS file is unaffected, Help me please image image

gjsjohnmurray commented 5 years ago

Please supply version details. The About dialog has a handy Copy button that writes them to your clipboard.

eizo2200 commented 5 years ago

Please supply version details. The About dialog has a handy Copy button that writes them to your clipboard

version : 1.33.1 (system setup) submit: 51b0b28134d51361cf996d2f0a1c698247aeabd8 date: 2019-04-11T08:27:14.102Z Electron: 3.1.6 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT x64 6.1.7601

how to close the 'Initializing JS/TS language features'

gjsjohnmurray commented 5 years ago

@eizo2200 this probably needs input from @mjbvz who is already assigned it. I'm just here to try and help out.

Did you see https://github.com/Microsoft/vscode/issues/68896#issuecomment-480464854 ?

Are your files local, or fetched across the network somehow?

And https://github.com/Microsoft/vscode/issues/72596#issuecomment-486343088 suggests testing with the latest Insiders.

eizo2200 commented 5 years ago

Are your files local, or fetched across the network somehow?

Just a local project, no problem with other projects.

mjbvz commented 5 years ago

Does this reproduce in the latest VS Code insiders build with all extensions disabled?

eizo2200 commented 5 years ago

Does this reproduce in the latest VS Code insiders build with all extensions disabled?

yes,it still reproduce. I found a solution, as long as there is a jsconfig.json file in the project, VS Code appears 'Initializing JS/TS language features' ,Delete jsconfig.json file and restart VS Code, It won't happen. How to save jsconfig.json and solve the problem

mjbvz commented 5 years ago

Please try collecting the TS Server log to help us investigate this:

  1. Set "typescript.tsserver.log": "verbose",
  2. Restart VS Code and reproduce the problem
  3. In VS Code, run the TypeScript: Open TS Server log command
  4. This should open a tsserver.log file

If you can share the log, I can take a look to see if anything stands out

⚠️Warning: The TypeScript log may include information from your workspace, including file paths and source code. If you have any concerns about posting this publicly on Github, just let me know and we can arrange something else. On our side, we only use these logs to investigate issues like this

eizo2200 commented 5 years ago

Please try collecting the TS Server log to help us investigate this:

  1. Set "typescript.tsserver.log": "verbose",
  2. Restart VS Code and reproduce the problem
  3. In VS Code, run the TypeScript: Open TS Server log command
  4. This should open a tsserver.log file

If you can share the log, I can take a look to see if anything stands out

warningWarning: The TypeScript log may include information from your workspace, including file paths and source code. If you have any concerns about posting this publicly on Github, just let me know and we can arrange something else. On our side, we only use these logs to investigate issues like this

Info 0    [2:2:51.488] Starting TS Server
Info 1    [2:2:51.489] Version: 3.4.5
Info 2    [2:2:51.490] Arguments: D:\Microsoft VS Code Insiders\Code - Insiders.exe d:\Microsoft VS Code Insiders\resources\app\extensions\node_modules\typescript\lib\tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName C:\Users\莱奥\AppData\Local\Temp\vscode-typescript\tscancellation-aff972ece23e11db76df.tmp* --logVerbosity verbose --logFile c:\Users\莱奥\AppData\Roaming\Code - Insiders\logs\20190427T020217\exthost1\vscode.typescript-language-features\tsserver-log-V7eEyd\tsserver.log --locale en --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation
Info 3    [2:2:51.490] Platform: win32 NodeVersion: 10 CaseSensitive: false
Info 4    [2:2:51.495] Binding...
Info 5    [2:2:51.518] event:
    {"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":5020}}
Info 6    [2:2:51.521] request:
    {"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"vscode","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true}}}
Info 7    [2:2:51.521] Host information vscode
Info 8    [2:2:51.521] response:
    {"seq":0,"type":"response","command":"configure","request_seq":0,"success":true}
Perf 9    [2:2:51.521] 0::configure: async elapsed time (in milliseconds) 0.8387
Info 10   [2:2:51.521] request:
    {"seq":1,"type":"request","command":"compilerOptionsForInferredProjects","arguments":{"options":{"module":"commonjs","target":"es2016","jsx":"preserve","allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true}}}
Info 11   [2:2:51.523] Scheduled: *ensureProjectForOpenFiles*
Perf 12   [2:2:51.524] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 2.0665
Info 13   [2:2:51.524] response:
    {"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true}
Info 14   [2:2:51.524] request:
    {"seq":2,"type":"request","command":"updateOpen","arguments":{"openFiles":[{"file":"c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js","fileContent":"import Taro, { Component } from '@tarojs/taro'\r\nimport { View, Text, Image } from '@tarojs/components'\r\nimport { connect } from '@tarojs/redux'\r\nimport { add, minus, asyncAdd } from '@/actions/counter'\r\nimport { AtSwipeAction } from 'taro-ui'\r\n// import AllImage from './u3523.png'\r\n// import learnImage from '../../images/swiper/0.jpg'\r\nimport styles from './index.module.scss'\r\nimport EmptyList from '../components/emptyList/index'\r\n@connect(\r\n  state => state.counter,\r\n  { add, minus, asyncAdd }\r\n)\r\nclass Collect extends Component {\r\n  static options = {\r\n    addGlobalClass: true\r\n  }\r\n  constructor(props) {\r\n    super(props)\r\n    this.state = {\r\n      tabList: [\r\n        { id: 2, title: '全部' },\r\n        { id: 1, title: '付费' },\r\n        { id: 3, title: '免费' }\r\n      ]\r\n    }\r\n  }\r\n  config = {\r\n    navigationBarTitleText: '收藏'\r\n  }\r\n  componentWillReceiveProps(nextProps) {\r\n    // console.log(this.props, nextProps)\r\n  }\r\n  componentWillMount() {}\r\n  componentWillUnmount() {}\r\n\r\n  componentDidShow() {}\r\n\r\n  componentDidHide() {}\r\n\r\n  handleChangeTab(value) {\r\n    this.setState({\r\n      current: value\r\n    })\r\n  }\r\n  handleSingle() {\r\n    this.setState({\r\n      isOpened: true\r\n    })\r\n  }\r\n  render() {\r\n    const { collectList, onHandleDelItem, onHandleSelect } = this.props\r\n    return (\r\n      <View className={styles.collect_container}>\r\n        <View className={styles.collect_tabs}>\r\n          {this.state.tabList.map((item, index) => {\r\n            return (\r\n              <Text\r\n                className={styles.tabs_item}\r\n                onClick={() => onHandleSelect(item.id)}\r\n                key={index}\r\n              >\r\n                {item.title}\r\n              </Text>\r\n            )\r\n          })}\r\n        </View>\r\n        {!collectList || collectList.length === 0 ? (\r\n          <EmptyList />\r\n        ) : (\r\n          <View className={styles.collect_list}>\r\n            {collectList.map((item, index, id) => {\r\n              return (\r\n                <AtSwipeAction\r\n                  key={index}\r\n                  autoClose\r\n                  onOpened={this.handleSingle.bind(this, id)}\r\n                  isOpened={item.isOpened}\r\n                  onClick={() => onHandleDelItem(item.id)}\r\n                  options={[\r\n                    {\r\n                      // text: `<Text className='iconfont'>&#xe610;</Text>`,\r\n                      text: '',\r\n                      style: {\r\n                        backgroundColor: '#fff'\r\n                      }\r\n                    }\r\n                  ]}\r\n                >\r\n                  <View className={styles.collect_item}>\r\n                    <View className={styles.collect_list_img}>\r\n                      <Image\r\n                        className={styles.collect_img}\r\n                        src={item.coverPicture}\r\n                      />\r\n                    </View>\r\n                    <View className={styles.collect_list_info}>\r\n                      <View className={styles.collect_item_info_title}>\r\n                        {item.name}\r\n                      </View>\r\n                      <View className={styles.collect_number}>\r\n                        <Text className={styles.teacher}>张三老师</Text>\r\n                        <Text className={styles.learn_number}>1999人学过</Text>\r\n                      </View>\r\n                      {item.type === 0 ? (\r\n                        <Text className={styles.free}>免费</Text>\r\n                      ) : null}\r\n                      {item.type === 2 ? (\r\n                        <View>\r\n                          <Text className={styles.collect_icon}>积分</Text>\r\n                          <Text className={styles.collect_size}>¥ 59.0</Text>\r\n                          <Text className={styles.collect_oldPrice}>\r\n                            ¥ 69.0\r\n                          </Text>\r\n                        </View>\r\n                      ) : null}\r\n\r\n                      {/* <View>\r\n                         <Text className={styles.collect_icon}>{item.type}</Text>\r\n                          <Text className={styles.collect_size}>{item.integral}</Text>\r\n                           <Text className={styles.collect_oldPrice}>{item.oldPrice}</Text>\r\n                           </View> */}\r\n                    </View>\r\n                  </View>\r\n                </AtSwipeAction>\r\n              )\r\n            })}\r\n          </View>\r\n        )}\r\n      </View>\r\n    )\r\n  }\r\n}\r\nexport default Collect\r\n","scriptKindName":"JS","projectRootPath":"c:\\Users\\莱奥\\Desktop\\hangjia-mobile"}]}}
Info 15   [2:2:51.527] Search path: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect
Info 16   [2:2:51.528] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 17   [2:2:51.529] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 18   [2:2:51.529] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 19   [2:2:51.529] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 20   [2:2:51.529] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 21   [2:2:51.529] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 22   [2:2:51.529] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 23   [2:2:51.529] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/src/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 24   [2:2:51.530] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 25   [2:2:51.530] ConfigFilePresence:: Current Watches: :: File: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js Status: File added to open files impacted by this config file
Info 26   [2:2:51.530] For info: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js :: Config file name: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json
Info 27   [2:2:51.530] Opened configuration file c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json
Info 28   [2:2:51.532] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json 2000 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Config file
Info 29   [2:2:51.534] event:
    {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json","reason":"Creating possible configured project for c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/collect/index.js to open"}}
Info 30   [2:2:51.879] DirectoryWatcher:: Added:: WatchInfo: c:/users/莱奥/desktop/hangjia-mobile 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Wild card directory
Info 31   [2:2:51.880] c for path c:/users/莱奥/desktop/hangjia-mobile not found in cache...
Info 32   [2:2:51.880] Starting D:\Microsoft VS Code Insiders\Code - Insiders.exe with args:
    ["d:/Microsoft VS Code Insiders/resources/app/extensions/node_modules/typescript/lib/watchGuard.js","c:/users/莱奥/desktop/hangjia-mobile"]
Info 33   [2:2:52.73] WatchGuard for path c:/users/莱奥/desktop/hangjia-mobile returned: OK
Info 34   [2:2:52.75] Elapsed:: 196ms DirectoryWatcher:: Added:: WatchInfo: c:/users/莱奥/desktop/hangjia-mobile 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Wild card directory
Info 35   [2:2:52.78] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/config/dev.js 500 Project:  WatchType: Closed Script info
Info 36   [2:2:52.80] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/config/index.js 500 Project:  WatchType: Closed Script info
Info 37   [2:2:52.80] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/config/prod.js 500 Project:  WatchType: Closed Script info
Info 38   [2:2:52.81] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/app.js 500 Project:  WatchType: Closed Script info
Info 39   [2:2:52.82] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/actions/counter.js 500 Project:  WatchType: Closed Script info
Info 40   [2:2:52.82] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/api-config.js 500 Project:  WatchType: Closed Script info
Info 41   [2:2:52.83] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/api.js 500 Project:  WatchType: Closed Script info
Info 42   [2:2:52.84] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/car.js 500 Project:  WatchType: Closed Script info
Info 43   [2:2:52.85] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/course.js 500 Project:  WatchType: Closed Script info
Info 44   [2:2:52.85] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/demo.js 500 Project:  WatchType: Closed Script info
Info 45   [2:2:52.86] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/demo1.js 500 Project:  WatchType: Closed Script info
Info 46   [2:2:52.87] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/home.js 500 Project:  WatchType: Closed Script info
Info 47   [2:2:52.87] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/learnCenter.js 500 Project:  WatchType: Closed Script info
Info 48   [2:2:52.88] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/learningCenterDetail.js 500 Project:  WatchType: Closed Script info
Info 49   [2:2:52.89] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/login.js 500 Project:  WatchType: Closed Script info
Info 50   [2:2:52.90] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/news.js 500 Project:  WatchType: Closed Script info
Info 51   [2:2:52.91] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/order.js 500 Project:  WatchType: Closed Script info
Info 52   [2:2:52.92] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/pay.js 500 Project:  WatchType: Closed Script info
Info 53   [2:2:52.95] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/personCenter.js 500 Project:  WatchType: Closed Script info
Info 54   [2:2:52.96] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/api/request.js 500 Project:  WatchType: Closed Script info
Info 55   [2:2:52.97] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/Form_rule/index.js 500 Project:  WatchType: Closed Script info
Info 56   [2:2:52.98] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/assessment-list/index.js 500 Project:  WatchType: Closed Script info
Info 57   [2:2:52.98] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/check-box/index.js 500 Project:  WatchType: Closed Script info
Info 58   [2:2:52.99] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/courseCard/index.js 500 Project:  WatchType: Closed Script info
Info 59   [2:2:52.100] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/courseCardNoFixedTitle/index.js 500 Project:  WatchType: Closed Script info
Info 60   [2:2:52.100] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/customSearchBar/index.js 500 Project:  WatchType: Closed Script info
Info 61   [2:2:52.101] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/customTabs/index.js 500 Project:  WatchType: Closed Script info
Info 62   [2:2:52.102] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/function_component/input_wrap/index.js 500 Project:  WatchType: Closed Script info
Info 63   [2:2:52.102] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/global-assessment/index.js 500 Project:  WatchType: Closed Script info
Info 64   [2:2:52.103] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/global-tabbar/index.js 500 Project:  WatchType: Closed Script info
Info 65   [2:2:52.104] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/head-bar/index.js 500 Project:  WatchType: Closed Script info
Info 66   [2:2:52.105] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/highdamage/index.js 500 Project:  WatchType: Closed Script info
Info 67   [2:2:52.106] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/input_wrap/index.js 500 Project:  WatchType: Closed Script info
Info 68   [2:2:52.107] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/load-more/index.js 500 Project:  WatchType: Closed Script info
Info 69   [2:2:52.109] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/loading/index.js 500 Project:  WatchType: Closed Script info
Info 70   [2:2:52.111] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/newsCard/index.js 500 Project:  WatchType: Closed Script info
Info 71   [2:2:52.115] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/newsTag/index.js 500 Project:  WatchType: Closed Script info
Info 72   [2:2:52.116] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/panel/index.js 500 Project:  WatchType: Closed Script info
Info 73   [2:2:52.117] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/ruleBox/index.js 500 Project:  WatchType: Closed Script info
Info 74   [2:2:52.117] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/components/sortFilterBar/index.js 500 Project:  WatchType: Closed Script info
Info 75   [2:2:52.118] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/constants/counter.js 500 Project:  WatchType: Closed Script info
Info 76   [2:2:52.119] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/function_component/input_wrap/index.js 500 Project:  WatchType: Closed Script info
Info 77   [2:2:52.120] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/MyScore/index.js 500 Project:  WatchType: Closed Script info
Info 78   [2:2:52.120] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/MyScore/Header/Header.js 500 Project:  WatchType: Closed Script info
Info 79   [2:2:52.121] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/MyScore/scoreRule/index.js 500 Project:  WatchType: Closed Script info
Info 80   [2:2:52.122] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/OrderDetail/index.js 500 Project:  WatchType: Closed Script info
Info 81   [2:2:52.124] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/OrderDetail/CountTime/CountTime.js 500 Project:  WatchType: Closed Script info
Info 82   [2:2:52.126] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/SureOrder/index.js 500 Project:  WatchType: Closed Script info
Info 83   [2:2:52.129] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/SureOrder/Dialog/Dialog.js 500 Project:  WatchType: Closed Script info
Info 84   [2:2:52.130] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/SureOrder/Footer/Footer.js 500 Project:  WatchType: Closed Script info
Info 85   [2:2:52.130] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/aboutUs/index.js 500 Project:  WatchType: Closed Script info
Info 86   [2:2:52.131] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/car/index.js 500 Project:  WatchType: Closed Script info
Info 87   [2:2:52.132] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/car/CheckBox/CheckBox.js 500 Project:  WatchType: Closed Script info
Info 88   [2:2:52.133] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/car/carComponent/carComponent.js 500 Project:  WatchType: Closed Script info
Info 89   [2:2:52.134] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/car/carFooter/carFooter.js 500 Project:  WatchType: Closed Script info
Info 90   [2:2:52.134] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/car/carList/CarList.js 500 Project:  WatchType: Closed Script info
Info 91   [2:2:52.135] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/car/nullCar/nullCar.js 500 Project:  WatchType: Closed Script info
Info 92   [2:2:52.136] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/confirmOrder/checkAgreement.js 500 Project:  WatchType: Closed Script info
Info 93   [2:2:52.136] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/confirmOrder/index.js 500 Project:  WatchType: Closed Script info
Info 94   [2:2:52.137] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseDetail/index.js 500 Project:  WatchType: Closed Script info
Info 95   [2:2:52.138] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseDetail/components/courseIntroduction/index.js 500 Project:  WatchType: Closed Script info
Info 96   [2:2:52.139] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseDetail/components/directoryList/index.js 500 Project:  WatchType: Closed Script info
Info 97   [2:2:52.141] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseDetail/components/noComments/index.js 500 Project:  WatchType: Closed Script info
Info 98   [2:2:52.143] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseDetail/components/productShot/index.js 500 Project:  WatchType: Closed Script info
Info 99   [2:2:52.146] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseDetail/components/review/index.js 500 Project:  WatchType: Closed Script info
Info 100  [2:2:52.147] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseDetail/components/tab/index.js 500 Project:  WatchType: Closed Script info
Info 101  [2:2:52.148] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/courseList/index.js 500 Project:  WatchType: Closed Script info
Info 102  [2:2:52.148] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/demo/index.js 500 Project:  WatchType: Closed Script info
Info 103  [2:2:52.149] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/findPassword/index.js 500 Project:  WatchType: Closed Script info
Info 104  [2:2:52.150] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/forgetPassword/index.js 500 Project:  WatchType: Closed Script info
Info 105  [2:2:52.150] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/home/index.js 500 Project:  WatchType: Closed Script info
Info 106  [2:2:52.153] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/home/Interest/index.js 500 Project:  WatchType: Closed Script info
Info 107  [2:2:52.153] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/home/discount/index.js 500 Project:  WatchType: Closed Script info
Info 108  [2:2:52.154] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/index.js 500 Project:  WatchType: Closed Script info
Info 109  [2:2:52.157] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/components/emptyList/index.js 500 Project:  WatchType: Closed Script info
Info 110  [2:2:52.158] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/components/tabsItem/index.js 500 Project:  WatchType: Closed Script info
Info 111  [2:2:52.160] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenter/learn/index.js 500 Project:  WatchType: Closed Script info
Info 112  [2:2:52.162] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenterDetail/index.js 500 Project:  WatchType: Closed Script info
Info 113  [2:2:52.163] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenterDetail/Comment/index.js 500 Project:  WatchType: Closed Script info
Info 114  [2:2:52.163] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenterDetail/Introduce/index.js 500 Project:  WatchType: Closed Script info
Info 115  [2:2:52.164] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenterDetail/List/index.js 500 Project:  WatchType: Closed Script info
Info 116  [2:2:52.165] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/learningCenterDetail/Notes/index.js 500 Project:  WatchType: Closed Script info
Info 117  [2:2:52.166] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/loginPage/index.js 500 Project:  WatchType: Closed Script info
Info 118  [2:2:52.167] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/menu/index.js 500 Project:  WatchType: Closed Script info
Info 119  [2:2:52.167] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/messageCenter/index.js 500 Project:  WatchType: Closed Script info
Info 120  [2:2:52.168] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/Timer.js 500 Project:  WatchType: Closed Script info
Info 121  [2:2:52.168] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/index.js 500 Project:  WatchType: Closed Script info
Info 122  [2:2:52.169] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/All/All.js 500 Project:  WatchType: Closed Script info
Info 123  [2:2:52.170] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/AlreadyPay/AlreadyPay.js 500 Project:  WatchType: Closed Script info
Info 124  [2:2:52.171] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/Close/Close.js 500 Project:  WatchType: Closed Script info
Info 125  [2:2:52.172] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/Complete/Complete.js 500 Project:  WatchType: Closed Script info
Info 126  [2:2:52.174] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/DialogBox/DialogBox.js 500 Project:  WatchType: Closed Script info
Info 127  [2:2:52.175] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/NullCar/NullCar.js 500 Project:  WatchType: Closed Script info
Info 128  [2:2:52.176] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/myOrder/WaitPay/WaitPay.js 500 Project:  WatchType: Closed Script info
Info 129  [2:2:52.178] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/newsDetail/index.js 500 Project:  WatchType: Closed Script info
Info 130  [2:2:52.179] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/newsList/index.js 500 Project:  WatchType: Closed Script info
Info 131  [2:2:52.180] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/payment/pay-result-agreement/index.js 500 Project:  WatchType: Closed Script info
Info 132  [2:2:52.180] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/payment/pay-result-success/index.js 500 Project:  WatchType: Closed Script info
Info 133  [2:2:52.181] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/payment/pay-result-wait/index.js 500 Project:  WatchType: Closed Script info
Info 134  [2:2:52.182] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/payment/submit-order/index.js 500 Project:  WatchType: Closed Script info
Info 135  [2:2:52.182] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/index.js 500 Project:  WatchType: Closed Script info
Info 136  [2:2:52.183] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/guideAboutus/aboutUs.js 500 Project:  WatchType: Closed Script info
Info 137  [2:2:52.184] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/guideAboutus/concatUs.js 500 Project:  WatchType: Closed Script info
Info 138  [2:2:52.184] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/guideAboutus/copyright.js 500 Project:  WatchType: Closed Script info
Info 139  [2:2:52.185] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/guideAboutus/index.js 500 Project:  WatchType: Closed Script info
Info 140  [2:2:52.186] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/guideAboutus/servicePro.js 500 Project:  WatchType: Closed Script info
Info 141  [2:2:52.186] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/guideAboutus/withUs.js 500 Project:  WatchType: Closed Script info
Info 142  [2:2:52.187] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/newsInform/index.js 500 Project:  WatchType: Closed Script info
Info 143  [2:2:52.189] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/newsInform/newsDetails/checktxt.js 500 Project:  WatchType: Closed Script info
Info 144  [2:2:52.190] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/newsInform/newsDetails/index.js 500 Project:  WatchType: Closed Script info
Info 145  [2:2:52.191] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/personalCenter/signLog/index.js 500 Project:  WatchType: Closed Script info
Info 146  [2:2:52.192] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/pages/register/index.js 500 Project:  WatchType: Closed Script info
Info 147  [2:2:52.193] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/reducers/counter.js 500 Project:  WatchType: Closed Script info
Info 148  [2:2:52.195] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/reducers/index.js 500 Project:  WatchType: Closed Script info
Info 149  [2:2:52.195] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/store/index.js 500 Project:  WatchType: Closed Script info
Info 150  [2:2:52.196] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/styles/icon-font/iconfont.js 500 Project:  WatchType: Closed Script info
Info 151  [2:2:52.197] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/isNullOrUndefined.js 500 Project:  WatchType: Closed Script info
Info 152  [2:2:52.197] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/keywordHighLight.js 500 Project:  WatchType: Closed Script info
Info 153  [2:2:52.198] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/polyv.js 500 Project:  WatchType: Closed Script info
Info 154  [2:2:52.199] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/timeFormat.js 500 Project:  WatchType: Closed Script info
Info 155  [2:2:52.199] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/getUnionId/WXBizDataCrypt.js 500 Project:  WatchType: Closed Script info
Info 156  [2:2:52.200] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/getUnionId/index.js 500 Project:  WatchType: Closed Script info
Info 157  [2:2:52.201] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/mixins-script/index.h5.js 500 Project:  WatchType: Closed Script info
Info 158  [2:2:52.201] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/mixins-script/index.weapp.js 500 Project:  WatchType: Closed Script info
Info 159  [2:2:52.202] FileWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src/utils/regulation/index.js 500 Project:  WatchType: Closed Script info
Info 160  [2:2:52.216] Starting updateGraphWorker: Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json
Info 161  [2:2:52.304] DirectoryWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/config 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Failed Lookup Locations
Info 162  [2:2:52.304] watchDirectory for c:/Users/莱奥/Desktop/hangjia-mobile/config uses cached drive information.
Info 163  [2:2:52.305] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/config 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Failed Lookup Locations
Info 164  [2:2:52.332] DirectoryWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Failed Lookup Locations
Info 165  [2:2:52.332] watchDirectory for c:/Users/莱奥/Desktop/hangjia-mobile/src uses cached drive information.
Info 166  [2:2:52.332] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/src 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Failed Lookup Locations
Info 167  [2:2:52.337] DirectoryWatcher:: Added:: WatchInfo: c:/users/莱奥/desktop/hangjia-mobile/node_modules 1 Project:  WatchType: node_modules for closed script infos in them
Info 168  [2:2:52.337] watchDirectory for c:/users/莱奥/desktop/hangjia-mobile/node_modules uses cached drive information.
Info 169  [2:2:52.338] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: c:/users/莱奥/desktop/hangjia-mobile/node_modules 1 Project:  WatchType: node_modules for closed script infos in them
Info 170  [2:2:52.806] DirectoryWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/node_modules 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Failed Lookup Locations
Info 171  [2:2:52.806] watchDirectory for c:/Users/莱奥/Desktop/hangjia-mobile/node_modules uses cached drive information.
Info 172  [2:2:52.806] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: c:/Users/莱奥/Desktop/hangjia-mobile/node_modules 1 Project: c:/Users/莱奥/Desktop/hangjia-mobile/jsconfig.json WatchType: Failed Lookup Locations
mjbvz commented 5 years ago

@eizo2200 Is that the full log? It looks truncated. And did you collect the log file after letting the initializing spinner go for a little while?

Stephane-Peyroutet commented 5 years ago

I got the exact same problem and disabling all extensions and restarting VS code did the trick for me. It seems my TSLint extension was deprecated and I will take a look into it.

sharno commented 5 years ago

@mjbvz I'm having the same problem, I tried the insider build and it has the same behavior, intellisense seems to not work at all showing always Loading .... I'm working with files over network through a VPN connection if that makes a difference.

I waited for around 15 minutes and got the tsserver.log file. I had to omit some info in there (hope it doesn't affect what you want to look at.

Info 0    [13:55:29.213] Starting TS Server
Info 1    [13:55:29.214] Version: 3.4.3
Info 2    [13:55:29.214] Arguments: C:\Users\sharno\AppData\Local\Programs\Microsoft VS Code\Code.exe c:\Users\sharno\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\node_modules\typescript\lib\tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName C:\Users\sharno\AppData\Local\Temp\vscode-typescript\tscancellation-e8ba0f7090366dcd7406.tmp* --logVerbosity verbose --logFile c:\Users\sharno\AppData\Roaming\Code\logs\20190508T134815\exthost1\vscode.typescript-language-features\tsserver-log-GVIkwL\tsserver.log --locale en --noGetErrOnBackgroundUpdate
Info 3    [13:55:29.214] Platform: win32 NodeVersion: 10 CaseSensitive: false
Info 4    [13:55:29.218] Binding...
Info 5    [13:55:29.344] event:
    {"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":6168}}
Info 6    [13:55:29.346] request:
    {"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"vscode","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true}}}
Info 7    [13:55:29.346] Host information vscode
Info 8    [13:55:29.347] response:
    {"seq":0,"type":"response","command":"configure","request_seq":0,"success":true}
Perf 9    [13:55:29.347] 0::configure: async elapsed time (in milliseconds) 0.9789
Info 10   [13:55:29.347] request:
    {"seq":1,"type":"request","command":"compilerOptionsForInferredProjects","arguments":{"options":{"module":"commonjs","target":"es2016","jsx":"preserve","allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true}}}
Info 11   [13:55:29.348] Scheduled: *ensureProjectForOpenFiles*
Perf 12   [13:55:29.348] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 0.9276
Info 13   [13:55:29.348] response:
    {"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true}
Info 14   [13:55:29.348] request:
    {"seq":2,"type":"request","command":"updateOpen","arguments":{"openFiles":[{"file":"//10.184.168.127/<OMITTED>"}]}}
Info 15   [13:55:29.351] Search path: //10.184.168.127/<OMITTED>
Info 16   [13:55:29.352] ConfigFilePresence:: Current Watches: :: File: //10.184.168.127/<OMITTED>/ermine-htmlwriter.js Status: File added to open files impacted by this config file
Info 17   [13:55:29.352] ConfigFilePresence:: Current Watches: :: File: //10.184.168.127/<OMITTED>/ermine-htmlwriter.js Status: File added to open files impacted by this config file
Info 18   [13:55:29.352] For info: //10.184.168.127/<OMITTED>/ermine-htmlwriter.js :: No config files found.
Info 19   [13:55:29.354] ConfigFilePresence:: Current Watches: :: File: //10.184.168.127/<OMITTED>/ermine-htmlwriter.js OtherOpenFiles:  Status: Open file was set as Inferred root
Info 20   [13:55:29.354] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/tsconfig.json 2000 Project:  WatchType: Config file for the inferred project root
Info 21   [13:55:29.355] ConfigFilePresence:: Current Watches: Config file for the inferred project root:: File: //10.184.168.127/<OMITTED>/ermine-htmlwriter.js OtherOpenFiles:  Status: Updated the callback
Info 22   [13:55:29.355] ConfigFilePresence:: Current Watches: :: File: //10.184.168.127/<OMITTED>/ermine-htmlwriter.js OtherOpenFiles:  Status: Open file was set as Inferred root
Info 23   [13:55:29.355] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/jsconfig.json 2000 Project:  WatchType: Config file for the inferred project root
Info 24   [13:55:29.355] ConfigFilePresence:: Current Watches: Config file for the inferred project root:: File: //10.184.168.127/<OMITTED>/ermine-htmlwriter.js OtherOpenFiles:  Status: Updated the callback
Info 25   [13:55:33.120] Starting updateGraphWorker: Project: /dev/null/inferredProject1*
Info 26   [13:55:34.475] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/jquery-plugins-bundle 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 27   [13:55:34.476] //10.184.168.127 for path //10.184.168.127/<OMITTED>/jquery-plugins-bundle not found in cache...
Info 28   [13:55:34.476] Starting C:\Users\sharno\AppData\Local\Programs\Microsoft VS Code\Code.exe with args:
    ["c:/Users/sharno/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/node_modules/typescript/lib/watchGuard.js","//10.184.168.127/<OMITTED>/jquery-plugins-bundle"]
Info 29   [13:55:34.697] WatchGuard for path //10.184.168.127/<OMITTED>/jquery-plugins-bundle returned: OK
Info 30   [13:55:34.699] Elapsed:: 224ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/jquery-plugins-bundle 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 31   [13:55:34.699] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED> 0 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 32   [13:55:34.699] watchDirectory for //10.184.168.127/<OMITTED> uses cached drive information.
Info 33   [13:55:35.450] Elapsed:: 751ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED> 0 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 34   [13:55:36.446] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/markdownize 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 35   [13:55:36.446] watchDirectory for //10.184.168.127/<OMITTED>/markdownize uses cached drive information.
Info 36   [13:55:36.447] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/markdownize 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 37   [13:55:44.926] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/highcharts-options 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 38   [13:55:44.926] watchDirectory for //10.184.168.127/<OMITTED>/highcharts-options uses cached drive information.
Info 39   [13:55:44.927] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/highcharts-options 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 40   [13:55:46.929] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 41   [13:55:46.929] watchDirectory for //10.184.168.127/<OMITTED>/util uses cached drive information.
Info 42   [13:55:47.49] Elapsed:: 120ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 43   [13:55:48.36] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/ermine-htmlwriter-conf 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 44   [13:55:48.36] watchDirectory for //10.184.168.127/<OMITTED>/ermine-htmlwriter-conf uses cached drive information.
Info 45   [13:55:48.36] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/ermine-htmlwriter-conf 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 46   [13:55:57.482] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/ermine 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 47   [13:55:57.482] watchDirectory for //10.184.168.127/<OMITTED>/ermine uses cached drive information.
Info 48   [13:55:57.484] Elapsed:: 2ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/ermine 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 49   [13:55:57.501] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/jquery-plugins-bundle.js 500 Project:  WatchType: Closed Script info
Info 50   [13:56:39.761] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/lib 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 51   [13:56:39.761] watchDirectory for //10.184.168.127/<OMITTED>/lib uses cached drive information.
Info 52   [13:56:42.630] Elapsed:: 2869ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/lib 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 53   [13:56:47.40] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/node_modules 1 Project:  WatchType: node_modules for closed script infos in them
Info 54   [13:56:47.40] watchDirectory for //10.184.168.127/<OMITTED>/node_modules uses cached drive information.
Info 55   [13:56:47.311] Elapsed:: 271ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/node_modules 1 Project:  WatchType: node_modules for closed script infos in them
Info 56   [13:57:7.681] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/lib/select2.js 500 Project:  WatchType: Closed Script info
Info 57   [13:57:14.953] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/scroll-malihu 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 58   [13:57:14.953] watchDirectory for //10.184.168.127/<OMITTED>/scroll-malihu uses cached drive information.
Info 59   [13:57:14.953] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/scroll-malihu 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 60   [13:57:15.250] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/scroll-malihu.js 500 Project:  WatchType: Closed Script info
Info 61   [13:57:55.400] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/scroll-helpers 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 62   [13:57:55.400] watchDirectory for //10.184.168.127/<OMITTED>/scroll-helpers uses cached drive information.
Info 63   [13:57:55.401] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/scroll-helpers 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 64   [13:58:11.155] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/scroll-helpers.js 500 Project:  WatchType: Closed Script info
Info 65   [13:58:13.734] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/lib/datatables.js 500 Project:  WatchType: Closed Script info
Info 66   [13:58:22.617] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/lib/hallo.js 500 Project:  WatchType: Closed Script info
Info 67   [13:58:28.249] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/setup/dropdown.js 500 Project:  WatchType: Closed Script info
Info 68   [13:58:35.485] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/setup/dropdown-events.js 500 Project:  WatchType: Closed Script info
Info 69   [13:58:41.779] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/select-2.js 500 Project:  WatchType: Closed Script info
Info 70   [13:58:44.769] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/setup/tooltips.js 500 Project:  WatchType: Closed Script info
Info 71   [13:59:6.109] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/standard-tooltip-builder.js 500 Project:  WatchType: Closed Script info
Info 72   [13:59:8.17] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/is-ellipsis-showing.js 500 Project:  WatchType: Closed Script info
Info 73   [13:59:11.172] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/build-tooltip.js 500 Project:  WatchType: Closed Script info
Info 74   [13:59:13.811] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/div.js 500 Project:  WatchType: Closed Script info
Info 75   [13:59:16.729] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/markdownize.js 500 Project:  WatchType: Closed Script info
Info 76   [14:0:35.104] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/node_modules 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 77   [14:0:35.104] watchDirectory for //10.184.168.127/<OMITTED>/node_modules uses cached drive information.
Info 78   [14:0:35.977] Elapsed:: 873ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/node_modules 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 79   [14:0:40.417] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/highcharts-options.js 500 Project:  WatchType: Closed Script info
Info 80   [14:0:43.5] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/alert.js 500 Project:  WatchType: Closed Script info
Info 81   [14:0:47.6] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/template-helper 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 82   [14:0:47.6] watchDirectory for //10.184.168.127/<OMITTED>/template-helper uses cached drive information.
Info 83   [14:0:47.6] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/template-helper 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 84   [14:0:47.973] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/template-helper.js 500 Project:  WatchType: Closed Script info
Info 85   [14:1:9.498] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/templates 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 86   [14:1:9.499] watchDirectory for //10.184.168.127/<OMITTED>/templates uses cached drive information.
Info 87   [14:1:10.72] Elapsed:: 573ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/templates 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 88   [14:2:50.983] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/sprites 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 89   [14:2:50.984] watchDirectory for //10.184.168.127/<OMITTED>/sprites uses cached drive information.
Info 90   [14:2:51.128] Elapsed:: 144ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/sprites 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 91   [14:4:23.545] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/setup/dialog.js 500 Project:  WatchType: Closed Script info
Info 92   [14:4:46.262] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/log4pa.js 500 Project:  WatchType: Closed Script info
Info 93   [14:4:50.163] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/ermine-htmlwriter-conf.js 500 Project:  WatchType: Closed Script info
Info 94   [14:5:1.880] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/timezone-controller 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 95   [14:5:1.880] watchDirectory for //10.184.168.127/<OMITTED>/timezone-controller uses cached drive information.
Info 96   [14:5:1.881] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/timezone-controller 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 97   [14:5:6.637] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 98   [14:5:6.637] watchDirectory for //10.184.168.127/<OMITTED>/output uses cached drive information.
Info 99   [14:5:6.975] Elapsed:: 338ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 100  [14:5:8.504] DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/config 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 101  [14:5:8.504] watchDirectory for //10.184.168.127/<OMITTED>/config uses cached drive information.
Info 102  [14:5:8.505] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/config 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 103  [14:5:8.733] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/setup/ermine-dropdowns.js 500 Project:  WatchType: Closed Script info
Info 104  [14:5:16.68] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/dropdown-enabled.js 500 Project:  WatchType: Closed Script info
Info 105  [14:5:20.882] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/setup/ermine-controls.js 500 Project:  WatchType: Closed Script info
Info 106  [14:5:32.420] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/util/tooltips.js 500 Project:  WatchType: Closed Script info
Info 107  [14:5:36.408] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Maybe/index.js 500 Project:  WatchType: Closed Script info
Info 108  [14:6:58.116] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Alt/index.js 500 Project:  WatchType: Closed Script info
Info 109  [14:7:9.725] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Functor/index.js 500 Project:  WatchType: Closed Script info
Info 110  [14:7:26.71] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Functor/foreign.js 500 Project:  WatchType: Closed Script info
Info 111  [14:7:29.919] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Semigroupoid/index.js 500 Project:  WatchType: Closed Script info
Info 112  [14:7:34.858] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Function/index.js 500 Project:  WatchType: Closed Script info
Info 113  [14:7:42.260] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Boolean/index.js 500 Project:  WatchType: Closed Script info
Info 114  [14:7:46.464] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Unit/index.js 500 Project:  WatchType: Closed Script info
Info 115  [14:7:56.364] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Unit/foreign.js 500 Project:  WatchType: Closed Script info
Info 116  [14:8:0.216] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Show/index.js 500 Project:  WatchType: Closed Script info
Info 117  [14:8:17.914] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Show/foreign.js 500 Project:  WatchType: Closed Script info
Info 118  [14:8:22.232] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Symbol/index.js 500 Project:  WatchType: Closed Script info
Info 119  [14:8:29.534] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Symbol/foreign.js 500 Project:  WatchType: Closed Script info
Info 120  [14:8:34.922] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Record.Unsafe/index.js 500 Project:  WatchType: Closed Script info
Info 121  [14:8:43.44] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Record.Unsafe/foreign.js 500 Project:  WatchType: Closed Script info
Info 122  [14:8:47.390] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Type.Data.RowList/index.js 500 Project:  WatchType: Closed Script info
Info 123  [14:8:51.349] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Semigroup/index.js 500 Project:  WatchType: Closed Script info
Info 124  [14:9:13.556] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Semigroup/foreign.js 500 Project:  WatchType: Closed Script info
Info 125  [14:9:17.126] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Data.Void/index.js 500 Project:  WatchType: Closed Script info
Info 126  [14:9:23.909] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Alternative/index.js 500 Project:  WatchType: Closed Script info
Info 127  [14:9:33.895] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Applicative/index.js 500 Project:  WatchType: Closed Script info
Info 128  [14:9:43.334] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Apply/index.js 500 Project:  WatchType: Closed Script info
Info 129  [14:9:58.595] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Apply/foreign.js 500 Project:  WatchType: Closed Script info
Info 130  [14:10:2.516] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Category/index.js 500 Project:  WatchType: Closed Script info
Info 131  [14:10:9.474] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Plus/index.js 500 Project:  WatchType: Closed Script info
Info 132  [14:10:16.378] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Bind/index.js 500 Project:  WatchType: Closed Script info
Info 133  [14:10:32.256] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Bind/foreign.js 500 Project:  WatchType: Closed Script info
Info 134  [14:10:36.20] FileWatcher:: Added:: WatchInfo: //10.184.168.127/<OMITTED>/output/Control.Extend/index.js 500 Project:  WatchType: Closed Script info
mjbvz commented 5 years ago

@sharno You are likely hitting this bug: https://github.com/microsoft/TypeScript/issues/30818

@eizo2200 can you confirm that you shared the full log previously

sharno commented 5 years ago

@mjbvz Just to confirm if my case is related to the bug you mentioned, when I mapped the network path to a drive z, it still doesn't work

Here's the tsserver.log

Info 0    [15:2:32.297] Starting TS Server
Info 1    [15:2:32.298] Version: 3.4.3
Info 2    [15:2:32.298] Arguments: C:\Users\sharno\AppData\Local\Programs\Microsoft VS Code\Code.exe c:\Users\sharno\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\node_modules\typescript\lib\tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName C:\Users\sharno\AppData\Local\Temp\vscode-typescript\tscancellation-0485b9597bbab20a5f68.tmp* --logVerbosity verbose --logFile c:\Users\sharno\AppData\Roaming\Code\logs\20190508T142251\exthost3\vscode.typescript-language-features\tsserver-log-p3YIKW\tsserver.log --locale en --noGetErrOnBackgroundUpdate
Info 3    [15:2:32.298] Platform: win32 NodeVersion: 10 CaseSensitive: false
Info 4    [15:2:32.302] Binding...
Info 5    [15:2:32.419] event:
    {"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":14616}}
Info 6    [15:2:32.422] request:
    {"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"vscode","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true}}}
Info 7    [15:2:32.423] Host information vscode
Info 8    [15:2:32.423] response:
    {"seq":0,"type":"response","command":"configure","request_seq":0,"success":true}
Perf 9    [15:2:32.423] 0::configure: async elapsed time (in milliseconds) 1.0292
Info 10   [15:2:32.423] request:
    {"seq":1,"type":"request","command":"compilerOptionsForInferredProjects","arguments":{"options":{"module":"commonjs","target":"es2016","jsx":"preserve","allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true}}}
Info 11   [15:2:32.424] Scheduled: *ensureProjectForOpenFiles*
Perf 12   [15:2:32.424] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 1.1234
Info 13   [15:2:32.424] response:
    {"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true}
Info 14   [15:2:32.424] request:
    {"seq":2,"type":"request","command":"updateOpen","arguments":{"openFiles":[{"file":"z:/<OMITTEDPATH>/ermine-htmlwriter.js","fileContent":"","scriptKindName":"JS","projectRootPath":"z:\\<OMITTEDPATH>"}]}}
Info 15   [15:2:32.429] Search path: z:/<OMITTEDPATH>
Info 16   [15:2:32.430] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: z:/<OMITTEDPATH>/ermine-htmlwriter.js Status: File added to open files impacted by this config file
Info 17   [15:2:32.430] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: z:/<OMITTEDPATH>/ermine-htmlwriter.js Status: File added to open files impacted by this config file
Info 18   [15:2:32.527] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/tsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: z:/<OMITTEDPATH>/ermine-htmlwriter.js Status: File added to open files impacted by this config file
Info 19   [15:2:32.528] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/jsconfig.json Currently impacted open files: RootsOfInferredProjects:  OtherOpenFiles: z:/<OMITTEDPATH>/ermine-htmlwriter.js Status: File added to open files impacted by this config file
Info 20   [15:2:32.528] For info: z:/<OMITTEDPATH>/ermine-htmlwriter.js :: No config files found.
Info 21   [15:2:32.531] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/tsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Open file was set as Inferred root
Info 22   [15:2:32.531] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/tsconfig.json 2000 Project:  WatchType: Config file for the inferred project root
Info 23   [15:2:32.532] ConfigFilePresence:: Current Watches: Config file for the inferred project root:: File: z:/<OMITTEDPATH>/tsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Updated the callback
Info 24   [15:2:32.532] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/jsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Open file was set as Inferred root
Info 25   [15:2:32.532] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/jsconfig.json 2000 Project:  WatchType: Config file for the inferred project root
Info 26   [15:2:32.532] ConfigFilePresence:: Current Watches: Config file for the inferred project root:: File: z:/<OMITTEDPATH>/jsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Updated the callback
Info 27   [15:2:32.532] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/tsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Open file was set as Inferred root
Info 28   [15:2:32.532] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/tsconfig.json 2000 Project:  WatchType: Config file for the inferred project root
Info 29   [15:2:32.532] ConfigFilePresence:: Current Watches: Config file for the inferred project root:: File: z:/<OMITTEDPATH>/tsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Updated the callback
Info 30   [15:2:32.532] ConfigFilePresence:: Current Watches: :: File: z:/<OMITTEDPATH>/jsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Open file was set as Inferred root
Info 31   [15:2:32.532] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/jsconfig.json 2000 Project:  WatchType: Config file for the inferred project root
Info 32   [15:2:32.532] ConfigFilePresence:: Current Watches: Config file for the inferred project root:: File: z:/<OMITTEDPATH>/jsconfig.json Currently impacted open files: RootsOfInferredProjects: z:/<OMITTEDPATH>/ermine-htmlwriter.js OtherOpenFiles:  Status: Updated the callback
Info 33   [15:2:34.65] Starting updateGraphWorker: Project: /dev/null/inferredProject1*
Info 34   [15:2:35.30] DirectoryWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH> 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 35   [15:2:35.30] z for path z:/<OMITTEDPATH> not found in cache...
Info 36   [15:2:35.31] Starting C:\Users\sharno\AppData\Local\Programs\Microsoft VS Code\Code.exe with args:
    ["c:/Users/sharno/AppData/Local/Programs/Microsoft VS Code/resources/app/extensions/node_modules/typescript/lib/watchGuard.js","z:/<OMITTEDPATH>"]
Info 37   [15:2:35.825] WatchGuard for path z:/<OMITTEDPATH> returned: OK
Info 38   [15:2:36.53] Elapsed:: 1023ms DirectoryWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH> 1 Project: /dev/null/inferredProject1* WatchType: Failed Lookup Locations
Info 39   [15:2:53.857] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/jquery-plugins-bundle.js 500 Project:  WatchType: Closed Script info
Info 40   [15:3:29.907] DirectoryWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/node_modules 1 Project:  WatchType: node_modules for closed script infos in them
Info 41   [15:3:29.907] watchDirectory for z:/<OMITTEDPATH>/node_modules uses cached drive information.
Info 42   [15:3:30.24] Elapsed:: 117ms DirectoryWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/node_modules 1 Project:  WatchType: node_modules for closed script infos in them
Info 43   [15:3:49.938] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/lib/select2.js 500 Project:  WatchType: Closed Script info
Info 44   [15:3:52.491] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/scroll-malihu.js 500 Project:  WatchType: Closed Script info
Info 45   [15:4:44.197] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/scroll-helpers.js 500 Project:  WatchType: Closed Script info
Info 46   [15:4:46.142] FileWatcher:: Added:: WatchInfo: z:/<OMITTEDPATH>/lib/datatables.js 500 Project:  WatchType: Closed Script info
mjbvz commented 5 years ago

Closing as more information is needed from the original poster