Closed Aaronzinhoo closed 3 years ago
Could you share your tide config. Also, what is the value of company-backends
in typescript buffer
Whether it is working or not working the value of company-backends
is:
(company-tide
(company-shell company-shell-env company-files)
company-bbdb company-semantic company-cmake company-capf company-clang company-files
(company-dabbrev-code company-gtags company-etags company-keywords)
company-oddmuse company-dabbrev)
I know images are not friendly at all but no internet still and just on my phone 🙃
The setq-local
line causes an error which leads to tsserver not starting up properly forcing a tide-restart-server
. If I fix this line to be correct or let tide
take care of the configuration then it leads to sluggish performance again.
I removed the ng2-mode
hook to tide-setup
as well due to its overlapping functionality with the hook from typescript-mode
.
Everything still is functioning the same as it did before.
Try to set company-idle-delay to 0.5 and check if the problem persists. Tsserver usually replies with lot of entries specially for top level call, doing it to frequently might make emacs slow. You could also try to profile emacs to check which part is slow. My guess would be json parsing stage. Check profile-start command
On Mon, Feb 8, 2021, 12:24 AM Aaron Gonzales notifications@github.com wrote:
I removed the ng2-mode hook to tide-setup as well due to its overlapping functionality with the hook from typescript-mode. Everything still is functioning the same as it did before.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ananthakumaran/tide/issues/412#issuecomment-774732822, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABEN5USRQM6WCEPWK7Z77DS53OWPANCNFSM4XHMDREQ .
Oh yea, tried adjusting that before and actually the results were indifferent to that.
Once my internet is up tomorrow and I can get a screencast of what I mean. For some reason starting tsserver
after starting up tide
and company
just seems to work faster.
Profiling just tells me that it is pausing at company-fetch-candidates
. At first I thought this is a company
issue but all my other backends work seemlessly.
To rule out any issue on tsserver side, you could check the logs (especially, the time taken for completion requests). Check debugging section on how to enable logs
Thanks! I will definitely do that. Since I cannot upload the logs efficiently I will wait till tomorrow to upload. Hopefully my ISP comes and fixes my internet!! Really love the package btw and hope we can resolve this! @ananthakumaran
@ananthakumaran Is there something you are looking for specifically in the tss.log
file? It is 7.8MB so probably wont be reasonable to copy and paste here. I added the ends of the log files and posted them below though.
My config is located here
tsserver
fails to start at first and then is restarted manually.{"command":"documentHighlights","seq":"127","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":93,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1300 [14:32:52.488] 127::documentHighlights: elapsed time (in milliseconds) 0.3991
Info 1301 [14:32:52.488] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"127","success":true,"body":[]}
Info 1302 [14:33:2.922] request:
{"command":"documentHighlights","seq":"128","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":93,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1303 [14:33:2.923] 128::documentHighlights: elapsed time (in milliseconds) 0.3864
Info 1304 [14:33:2.923] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"128","success":true,"body":[]}
Info 1305 [14:33:4.766] request:
{"command":"documentHighlights","seq":"129","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":93,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1306 [14:33:4.767] 129::documentHighlights: elapsed time (in milliseconds) 0.4290
Info 1307 [14:33:4.767] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"129","success":true,"body":[]}
Info 1308 [14:33:24.372] request:
{"command":"documentHighlights","seq":"130","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":93,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1309 [14:33:24.373] 130::documentHighlights: elapsed time (in milliseconds) 0.3371
Info 1310 [14:33:24.373] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"130","success":true,"body":[]}
Info 1311 [14:33:26.223] request:
{"command":"documentHighlights","seq":"131","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":93,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1312 [14:33:26.223] 131::documentHighlights: elapsed time (in milliseconds) 0.2876
Info 1313 [14:33:26.223] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"131","success":true,"body":[]}
Info 1793 [14:37:56.965] -----------------------------------------------
Info 1793 [14:37:56.965] Open files:
Info 1793 [14:37:56.965] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 1793 [14:37:56.965] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 1793 [14:37:56.965] got projects updated in background, updating diagnostics for /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 1794 [14:37:56.965] event:
{"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Info 1795 [14:37:56.965] request:
{"command":"completionEntryDetails","seq":"123","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":24,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"tr","entryNames":["true"]}}
Info 1796 [14:37:56.966] getCompletionData: Get current token: 0
Info 1797 [14:37:56.966] getCompletionData: Is inside comment: 0
Info 1798 [14:37:56.966] getCompletionData: Get previous token 1: 0
Info 1799 [14:37:56.966] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 1800 [14:37:56.993] getCompletionData: Semantic work: 27
Perf 1801 [14:37:56.997] 123::completionEntryDetails: elapsed time (in milliseconds) 31.8929
Info 1802 [14:37:56.997] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"123","success":true,"body":[{"name":"true","kindModifiers":"","kind":"keyword","displayParts":[{"text":"true","kind":"keyword"}]}]}
Info 1803 [14:37:56.998] request:
{"command":"completionEntryDetails","seq":"124","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":24,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"tr","entryNames":["true"]}}
Info 1804 [14:37:56.998] getCompletionData: Get current token: 0
Info 1805 [14:37:56.998] getCompletionData: Is inside comment: 0
Info 1806 [14:37:56.998] getCompletionData: Get previous token 1: 0
Info 1807 [14:37:56.998] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 1808 [14:37:57.14] getCompletionData: Semantic work: 16
Perf 1809 [14:37:57.19] 124::completionEntryDetails: elapsed time (in milliseconds) 21.7216
Info 1810 [14:37:57.19] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"124","success":true,"body":[{"name":"true","kindModifiers":"","kind":"keyword","displayParts":[{"text":"true","kind":"keyword"}]}]}
Info 1811 [14:37:57.19] request:
{"command":"documentHighlights","seq":"125","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":26,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1812 [14:37:57.20] 125::documentHighlights: elapsed time (in milliseconds) 0.9556
Info 1813 [14:37:57.20] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"125","success":true,"body":[]}
Info 1814 [14:37:57.20] request:
{"command":"completionEntryDetails","seq":"126","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":24,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"tr","entryNames":["true"]}}
Info 1815 [14:37:57.20] getCompletionData: Get current token: 0
Info 1816 [14:37:57.21] getCompletionData: Is inside comment: 1
Info 1817 [14:37:57.21] getCompletionData: Get previous token 1: 0
Info 1818 [14:37:57.21] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 1819 [14:37:57.32] getCompletionData: Semantic work: 11
Perf 1820 [14:37:57.35] 126::completionEntryDetails: elapsed time (in milliseconds) 14.4289
Info 1821 [14:37:57.35] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"126","success":true,"body":[{"name":"true","kindModifiers":"","kind":"keyword","displayParts":[{"text":"true","kind":"keyword"}]}]}
Info 1822 [14:37:57.66] event:
{"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[]}}
Info 1823 [14:37:57.66] event:
{"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[{"start":{"line":279,"offset":24},"end":{"line":279,"offset":26},"text":"Cannot find name 'tr'.","code":2304,"category":"error"},{"start":{"line":298,"offset":5},"end":{"line":298,"offset":19},"text":"Type 'string' is not assignable to type 'AbmsCarrierStatus'.","code":2322,"category":"error"}]}}
Info 1824 [14:37:57.67] event:
{"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[{"start":{"line":35,"offset":1},"end":{"line":35,"offset":33},"text":"'throws' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true},{"start":{"line":36,"offset":1},"end":{"line":36,"offset":31},"text":"'openSync' is declared but its value is never read.","code":6133,"category":"suggestion","reportsUnnecessary":true}]}}
Info 1825 [14:37:58.154] request:
{"command":"completionEntryDetails","seq":"127","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":24,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"tr","entryNames":["transponderMap"]}}
Info 1826 [14:37:58.154] getCompletionData: Get current token: 0
Info 1827 [14:37:58.155] getCompletionData: Is inside comment: 0
Info 1828 [14:37:58.155] getCompletionData: Get previous token 1: 0
Info 1829 [14:37:58.155] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 1830 [14:37:58.167] getCompletionData: Semantic work: 12
Perf 1831 [14:37:58.185] 127::completionEntryDetails: elapsed time (in milliseconds) 30.6670
Info 1832 [14:37:58.185] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"127","success":true,"body":[{"name":"transponderMap","kindModifiers":"","kind":"property","displayParts":[{"text":"(","kind":"punctuation"},{"text":"property","kind":"text"},{"text":")","kind":"punctuation"},{"text":" ","kind":"space"},{"text":"MissionExplorerComponent","kind":"className"},{"text":".","kind":"punctuation"},{"text":"transponderMap","kind":"propertyName"},{"text":":","kind":"punctuation"},{"text":" ","kind":"space"},{"text":"Map","kind":"localName"},{"text":"<","kind":"punctuation"},{"text":"string","kind":"keyword"},{"text":",","kind":"punctuation"},{"text":" ","kind":"space"},{"text":"AbmsTransponderExtended","kind":"aliasName"},{"text":">","kind":"punctuation"}],"documentation":[]}]}
Info 1833 [14:37:58.585] request:
{"command":"completionEntryDetails","seq":"128","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":24,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"tr","entryNames":["try"]}}
Info 1834 [14:37:58.586] getCompletionData: Get current token: 0
Info 1835 [14:37:58.586] getCompletionData: Is inside comment: 0
Info 1836 [14:37:58.586] getCompletionData: Get previous token 1: 0
Info 1837 [14:37:58.586] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 1838 [14:37:58.598] getCompletionData: Semantic work: 12
Perf 1839 [14:37:58.602] 128::completionEntryDetails: elapsed time (in milliseconds) 16.4279
Info 1840 [14:37:58.602] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"128","success":true,"body":[{"name":"try","kindModifiers":"","kind":"keyword","displayParts":[{"text":"try","kind":"keyword"}]}]}
Info 1841 [14:37:59.85] request:
{"command":"documentHighlights","seq":"129","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":26,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1842 [14:37:59.86] 129::documentHighlights: elapsed time (in milliseconds) 0.4663
Info 1843 [14:37:59.86] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"129","success":true,"body":[]}
Info 1844 [14:37:59.816] request:
{"command":"documentHighlights","seq":"130","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":279,"offset":26,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 1845 [14:37:59.816] 130::documentHighlights: elapsed time (in milliseconds) 0.4924
Info 1846 [14:37:59.816] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"130","success":true,"body":[]}
Only other difference between the two versions besides how they start and their logs, is that flycheck
is not using any checker typescript-tslint
and javascript-eslint
are both disabled.
typically tide will make one completions
request and this will return list of candidates, and then for the current candidate, it will request extra info via completionEntryDetails
request. you can check the sample logs below.
in your logs, looks like completionEntryDetails request is being made for many candidates?. tide-completion-detailed
flag controls whether we need to show more info, but this flag is disabled by default and it's known to be slow. please check if this flag is set to true on your side.
{"seq":0,"type":"response","command":"completions","request_seq":"27","success":true,"body":[{"name":"win32","kind":"module","kindModifiers":"export,declare","sortText":"0","hasAction":true,"source":"path"},{"name":"window","kind":"var","kindModifiers":"declare","sortText":"0"},{"name":"window","kind":"function","kindModifiers":"export,declare","sortText":"0","hasAction":true,"source":"node_modules/@types/d3-selection/index"},{"name":"Window","kind":"var","kindModifiers":"declare","sortText":"0"}]}
Info 233 [16:28:50.807] request:
{"command":"completionEntryDetails","seq":"28","arguments":{"file":"index.js","line":22,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"win","entryNames":[{"name":"win32","source":"path"}]}}
Info 234 [16:28:50.808] getCompletionData: Get current token: 0
Info 235 [16:28:50.808] getCompletionData: Is inside comment: 0
Info 236 [16:28:50.808] getCompletionData: Get previous token 1: 0
Info 237 [16:28:50.808] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 238 [16:28:50.810] getCompletionData: Semantic work: 2
Perf 239 [16:28:50.822] 28::completionEntryDetails: elapsed time (in milliseconds) 15.1586
Info 240 [16:28:50.822] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"28","success":true,"body":[{"name":"win32","kindModifiers":"export,declare","kind":"module","displayParts":[{"text":"namespace","kind":"keyword"},{"text":" ","kind":"space"},{"text":"win32","kind":"moduleName"}],"documentation":[],"codeActions":[{"description":"Import 'win32' from module \"path\"","changes":[{"fileName":"index.js","textChanges":[{"start":{"line":11,"offset":1},"end":{"line":11,"offset":1},"newText":"import { win32 } from \"path\";\n"}]}]}],"source":[{"text":"path","kind":"text"}]}]}
Info 241 [16:29:3.147] request:
Ok so checked on both versions and the tide-completion-detailed
is nil for both.
What I did notice was the files size differ a lot. I was trying to examine the differences but it is hard. The size of the smooth working version tss.log
is around 396KB and doubles each completion. While the other non working tss.log
is around 3MB initially and doubles each time. I have tried to clean out the log files for you as much as possible to only show reasonable information.
The below logs, are output after only one completion is done!
flycheck
for the tide version that does not work, completion is smooth again. If I renable it, it becomes sluggish again. Is there some settings related to flycheck that could impact performance? It does not seem like flycheck causes this normally. It could also just be tslint
since it is becoming deprecated I believetsserver
that has smooth completionInfo 0 [8:59:46.518] Starting TS Server
Info 1 [8:59:46.518] Version: 3.5.3
Info 2 [8:59:46.518] Arguments: /home/aaron-gonzales/.config/nvm/versions/node/v14.15.4/bin/node /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/typescript/lib/tsserver.js
Info 3 [8:59:46.518] Platform: linux NodeVersion: 14 CaseSensitive: true
Info 4 [8:59:46.520] Binding...
Info 5 [8:59:46.526] request:
{"command":"reload","seq":"1","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","tmpfile":"/tmp/tidenyAv8y"}}
Perf 6 [8:59:46.526] 1::reload: elapsed time (in milliseconds) 0.3620
Info 7 [8:59:46.527] response:
{"seq":0,"type":"response","command":"reload","request_seq":"1","success":true,"body":{"reloadFinished":true}}
Info 8 [8:59:46.527] request:
{"command":"open","seq":"2","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","scriptKindName":"TS"}}
Info 9 [8:59:46.528] Search path: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer
Info 10 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 11 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 12 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 13 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 14 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 15 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 16 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 17 [8:59:46.528] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 18 [8:59:46.529] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 19 [8:59:46.529] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 20 [8:59:46.529] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 21 [8:59:46.529] For info: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts :: Config file name: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 22 [8:59:46.529] Opened configuration file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 23 [8:59:46.530] FileWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json 2000 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Config file
Info 24 [8:59:46.531] event:
{"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json","reason":"Creating possible configured project for /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts to open"}}
WATCH MANY FILES
Info 298 [8:59:47.303] Starting updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 299 [8:59:47.332] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules 1 Project: WatchType: node_modules for closed script infos in them
Info 300 [8:59:47.332] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules 1 Project: WatchType: node_modules for closed script infos in them
Info 301 [8:59:47.340] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 302 [8:59:47.340] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 303 [8:59:48.73] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 304 [8:59:48.73] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 305 [8:59:50.378] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tslib 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 306 [8:59:50.379] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tslib 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 307 [8:59:50.379] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/e2e 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 308 [8:59:50.379] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/e2e 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 309 [8:59:50.380] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 0 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 310 [8:59:50.380] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 0 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 311 [8:59:50.441] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/protractor 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 312 [8:59:50.442] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/protractor 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 313 [8:59:50.442] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/selenium-webdriver 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 314 [8:59:50.442] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/selenium-webdriver 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 315 [8:59:50.443] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/blocking-proxy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 316 [8:59:50.443] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/blocking-proxy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 317 [8:59:50.443] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/webdriver-js-extender 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 318 [8:59:50.443] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/webdriver-js-extender 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 319 [8:59:50.444] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/q 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 320 [8:59:50.444] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/q 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 321 [8:59:50.445] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@angular 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 322 [8:59:50.445] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@angular 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 323 [8:59:50.528] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/rxjs 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 324 [8:59:50.528] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/rxjs 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 325 [8:59:50.637] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/ngx-golden-layout 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 326 [8:59:50.637] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/ngx-golden-layout 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 327 [8:59:50.640] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/jquery 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 328 [8:59:50.640] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/jquery 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 329 [8:59:50.640] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/primeng 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 330 [8:59:50.641] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/primeng 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 331 [8:59:50.713] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ng2-service 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 332 [8:59:50.713] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ng2-service 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 333 [8:59:50.723] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-array 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 334 [8:59:50.723] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-array 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 335 [8:59:50.724] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-axis 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 336 [8:59:50.724] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-axis 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 337 [8:59:50.724] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-brush 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 338 [8:59:50.724] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-brush 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 339 [8:59:50.724] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-chord 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 340 [8:59:50.725] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-chord 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 341 [8:59:50.725] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-collection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 342 [8:59:50.725] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-collection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 343 [8:59:50.725] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-color 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 344 [8:59:50.725] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-color 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 345 [8:59:50.726] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-contour 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 346 [8:59:50.726] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-contour 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 347 [8:59:50.727] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dispatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 348 [8:59:50.727] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dispatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 349 [8:59:50.727] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-drag 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 350 [8:59:50.727] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-drag 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 351 [8:59:50.727] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dsv 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 352 [8:59:50.727] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dsv 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 353 [8:59:50.728] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ease 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 354 [8:59:50.728] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ease 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 355 [8:59:50.728] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-force 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 356 [8:59:50.728] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-force 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 357 [8:59:50.729] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 358 [8:59:50.729] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 359 [8:59:50.729] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-geo 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 360 [8:59:50.729] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-geo 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 361 [8:59:50.729] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-hierarchy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 362 [8:59:50.729] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-hierarchy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 363 [8:59:50.730] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-interpolate 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 364 [8:59:50.730] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-interpolate 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 365 [8:59:50.730] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-path 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 366 [8:59:50.730] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-path 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 367 [8:59:50.731] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-polygon 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 368 [8:59:50.731] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-polygon 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 369 [8:59:50.731] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-quadtree 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 370 [8:59:50.731] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-quadtree 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 371 [8:59:50.732] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-random 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 372 [8:59:50.732] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-random 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 373 [8:59:50.732] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 374 [8:59:50.732] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 375 [8:59:50.732] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale-chromatic 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 376 [8:59:50.732] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale-chromatic 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 377 [8:59:50.733] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 378 [8:59:50.733] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 379 [8:59:50.735] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection-multi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 380 [8:59:50.735] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection-multi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 381 [8:59:50.735] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-shape 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 382 [8:59:50.735] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-shape 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 383 [8:59:50.736] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 384 [8:59:50.736] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 385 [8:59:50.737] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 386 [8:59:50.737] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 387 [8:59:50.737] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-timer 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 388 [8:59:50.738] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-timer 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 389 [8:59:50.738] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-transition 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 390 [8:59:50.738] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-transition 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 391 [8:59:50.738] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-voronoi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 392 [8:59:50.738] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-voronoi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 393 [8:59:50.739] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-zoom 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 394 [8:59:50.739] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-zoom 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 395 [8:59:50.739] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/geojson 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 396 [8:59:50.739] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/geojson 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 397 [8:59:50.740] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/timsort 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 398 [8:59:50.740] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/timsort 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 399 [8:59:50.741] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 400 [8:59:50.741] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 401 [8:59:50.741] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 402 [8:59:50.741] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 403 [8:59:50.742] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/angular2-uuid 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 404 [8:59:50.742] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/angular2-uuid 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 405 [8:59:50.751] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@auth0 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 406 [8:59:50.751] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@auth0 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 407 [8:59:50.752] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@microsoft 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 408 [8:59:50.752] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@microsoft 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 409 [8:59:50.752] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/zone.js 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 410 [8:59:50.752] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/zone.js 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 411 [8:59:50.772] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/minimatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 412 [8:59:50.773] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/minimatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 413 [8:59:50.773] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 414 [8:59:50.773] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 415 [8:59:50.773] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-list-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 416 [8:59:50.773] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-list-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 417 [8:59:50.774] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Type roots
Info 418 [8:59:50.774] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Type roots
Info 419 [8:59:50.774] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 1 structureChanged: true Elapsed: 3471ms
Info 420 [8:59:50.774] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 422 [8:59:50.775] -----------------------------------------------
Info 423 [8:59:50.778] event:
{"seq":0,"type":"event","event":"projectLoadingFinish","body":{"projectName":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json"}}
Info 424 [8:59:50.780] event:
{"seq":0,"type":"event","event":"telemetry","body":{"telemetryEventName":"projectInfo","payload":{"projectId":"e01006f9a99c1596df5520d39b89ff78c2a883156b3488d75d7f6baa63343cfd","fileStats":{"js":0,"jsSize":0,"jsx":0,"jsxSize":0,"ts":271,"tsSize":999053,"tsx":0,"tsxSize":0,"dts":967,"dtsSize":6542789,"deferred":0,"deferredSize":0},"compilerOptions":{"baseUrl":"","outDir":"","sourceMap":true,"declaration":false,"downlevelIteration":true,"experimentalDecorators":true,"module":"esnext","moduleResolution":"node","importHelpers":true,"skipLibCheck":true,"target":"es5","typeRoots":[""],"lib":["es2018","dom"]},"typeAcquisition":{"enable":false,"include":false,"exclude":false},"extends":false,"files":false,"include":false,"exclude":false,"compileOnSave":false,"configFileName":"tsconfig.json","projectType":"configured","languageServiceEnabled":true,"version":"3.5.3"}}}
Info 425 [8:59:50.784] event:
{"seq":0,"type":"event","event":"configFileDiag","body":{"triggerFile":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","configFile":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json","diagnostics":[]}}
Info 426 [8:59:50.785] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured) 0
....OPEN MANY FILES
Info 426 [8:59:50.786] -----------------------------------------------
Info 426 [8:59:50.786] Open files:
Info 426 [8:59:50.786] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 426 [8:59:50.786] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Perf 426 [8:59:50.786] 2::open: async elapsed time (in milliseconds) 4259.2544
Info 427 [8:59:50.786] request:
{"command":"configure","seq":"3","arguments":{"hostInfo":"GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)\n of 2020-09-19","file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","formatOptions":{"tabSize":2,"indentSize":4},"preferences":{"includeCompletionsForModuleExports":true,"includeCompletionsWithInsertText":true,"allowTextChangesInNewFiles":true}}}
Info 428 [8:59:50.787] Host configuration update for file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 429 [8:59:50.787] response:
{"seq":0,"type":"response","command":"configure","request_seq":"3","success":true}
Perf 430 [8:59:50.787] 3::configure: async elapsed time (in milliseconds) 0.3424
Info 431 [8:59:50.787] event:
{"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":6552}}
Info 432 [8:59:50.789] request:
{"command":"documentHighlights","seq":"4","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 433 [8:59:50.791] 4::documentHighlights: elapsed time (in milliseconds) 1.8970
Info 434 [8:59:50.791] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"4","success":true,"body":[]}
tide
setup that is slowerInfo 0 [9:45:30.732] Starting TS Server
Info 1 [9:45:30.733] Version: 3.5.3
Info 2 [9:45:30.733] Arguments: /home/aaron-gonzales/.config/nvm/versions/node/v14.15.4/bin/node /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/typescript/lib/tsserver.js
Info 3 [9:45:30.733] Platform: linux NodeVersion: 14 CaseSensitive: true
Info 4 [9:45:30.735] Binding...
Info 5 [9:45:30.742] request:
{"command":"open","seq":"1","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","scriptKindName":"TS"}}
Info 6 [9:45:30.742] Search path: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer
Info 7 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 8 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 9 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 10 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 11 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 12 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 13 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 14 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 15 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 16 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 17 [9:45:30.743] ConfigFilePresence:: Current Watches: :: File: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts Status: File added to open files impacted by this config file
Info 18 [9:45:30.743] For info: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts :: Config file name: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 19 [9:45:30.744] Opened configuration file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 20 [9:45:30.745] FileWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json 2000 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Config file
Info 21 [9:45:30.746] event:
{"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json","reason":"Creating possible configured project for /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts to open"}}
Info 22 [9:45:30.889] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 23 [9:45:32.74] Elapsed:: 1185ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
WATCH MANY FILES
gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 300 [9:45:33.30] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 301 [9:45:33.30] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 302 [9:45:35.395] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tslib 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 303 [9:45:35.400] Elapsed:: 5ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tslib 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 304 [9:45:35.400] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/e2e 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 305 [9:45:35.400] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/e2e 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 306 [9:45:35.400] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 0 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 307 [9:45:35.400] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 0 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 308 [9:45:35.474] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/protractor 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 309 [9:45:35.474] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/protractor 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 310 [9:45:35.475] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/selenium-webdriver 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 311 [9:45:35.475] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/selenium-webdriver 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 312 [9:45:35.476] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/blocking-proxy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 313 [9:45:35.476] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/blocking-proxy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 314 [9:45:35.476] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/webdriver-js-extender 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 315 [9:45:35.476] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/webdriver-js-extender 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 316 [9:45:35.476] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/q 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 317 [9:45:35.477] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/q 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 318 [9:45:35.478] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@angular 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 319 [9:45:35.478] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@angular 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 320 [9:45:35.563] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/rxjs 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 321 [9:45:35.564] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/rxjs 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 322 [9:45:35.679] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/ngx-golden-layout 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 323 [9:45:35.679] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/ngx-golden-layout 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 324 [9:45:35.682] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/jquery 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 325 [9:45:35.682] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/jquery 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 326 [9:45:35.683] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/primeng 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 327 [9:45:35.683] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/primeng 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 328 [9:45:35.765] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ng2-service 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 329 [9:45:35.765] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ng2-service 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 330 [9:45:35.775] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-array 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 331 [9:45:35.775] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-array 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 332 [9:45:35.775] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-axis 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 333 [9:45:35.776] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-axis 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 334 [9:45:35.776] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-brush 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 335 [9:45:35.776] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-brush 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 336 [9:45:35.776] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-chord 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 337 [9:45:35.777] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-chord 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 338 [9:45:35.777] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-collection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 339 [9:45:35.777] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-collection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 340 [9:45:35.777] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-color 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 341 [9:45:35.777] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-color 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 342 [9:45:35.778] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-contour 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 343 [9:45:35.778] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-contour 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 344 [9:45:35.779] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dispatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 345 [9:45:35.779] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dispatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 346 [9:45:35.779] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-drag 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 347 [9:45:35.779] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-drag 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 348 [9:45:35.779] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dsv 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 349 [9:45:35.779] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-dsv 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 350 [9:45:35.780] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ease 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 351 [9:45:35.780] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-ease 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 352 [9:45:35.780] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-force 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 353 [9:45:35.780] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-force 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 354 [9:45:35.781] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 355 [9:45:35.781] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 356 [9:45:35.781] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-geo 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 357 [9:45:35.781] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-geo 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 358 [9:45:35.781] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-hierarchy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 359 [9:45:35.781] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-hierarchy 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 360 [9:45:35.782] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-interpolate 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 361 [9:45:35.782] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-interpolate 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 362 [9:45:35.782] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-path 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 363 [9:45:35.782] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-path 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 364 [9:45:35.783] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-polygon 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 365 [9:45:35.783] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-polygon 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 366 [9:45:35.783] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-quadtree 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 367 [9:45:35.783] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-quadtree 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 368 [9:45:35.783] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-random 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 369 [9:45:35.784] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-random 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 370 [9:45:35.784] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 371 [9:45:35.784] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 372 [9:45:35.784] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale-chromatic 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 373 [9:45:35.784] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-scale-chromatic 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 374 [9:45:35.785] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 375 [9:45:35.785] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 376 [9:45:35.787] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection-multi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 377 [9:45:35.787] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-selection-multi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 378 [9:45:35.787] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-shape 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 379 [9:45:35.787] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-shape 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 380 [9:45:35.788] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 381 [9:45:35.788] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 382 [9:45:35.789] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 383 [9:45:35.789] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-time-format 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 384 [9:45:35.790] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-timer 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 385 [9:45:35.790] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-timer 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 386 [9:45:35.790] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-transition 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 387 [9:45:35.790] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-transition 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 388 [9:45:35.791] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-voronoi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 389 [9:45:35.791] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-voronoi 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 390 [9:45:35.791] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-zoom 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 391 [9:45:35.791] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/d3-zoom 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 392 [9:45:35.791] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/geojson 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 393 [9:45:35.792] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/geojson 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 394 [9:45:35.792] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/timsort 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 395 [9:45:35.792] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/timsort 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 396 [9:45:35.793] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 397 [9:45:35.793] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 398 [9:45:35.793] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 399 [9:45:35.793] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/node_modules 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 400 [9:45:35.794] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/angular2-uuid 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 401 [9:45:35.794] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/angular2-uuid 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 402 [9:45:35.803] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@auth0 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 403 [9:45:35.804] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@auth0 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 404 [9:45:35.804] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@microsoft 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 405 [9:45:35.804] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/@microsoft 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 406 [9:45:35.804] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/zone.js 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 407 [9:45:35.805] Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/zone.js 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 408 [9:45:35.825] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/minimatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 409 [9:45:35.825] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/minimatch 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 410 [9:45:35.826] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 411 [9:45:35.826] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 412 [9:45:35.826] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-list-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 413 [9:45:35.826] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/source-list-map 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 414 [9:45:35.826] DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Type roots
Info 415 [9:45:35.827] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Type roots
Info 416 [9:45:35.827] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 1 structureChanged: true Elapsed: 3638ms
Info 417 [9:45:35.827] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 423 [9:45:35.840] -----------------------------------------------
Info 423 [9:45:35.840] Open files:
Info 423 [9:45:35.840] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 423 [9:45:35.840] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Perf 423 [9:45:35.840] 1::open: async elapsed time (in milliseconds) 5098.1791
Info 424 [9:45:35.840] request:
{"command":"configure","seq":"2","arguments":{"hostInfo":"GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)\n of 2020-09-19","file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","formatOptions":{"tabSize":2,"indentSize":4},"preferences":{"includeCompletionsForModuleExports":true,"includeCompletionsWithInsertText":true,"allowTextChangesInNewFiles":true}}}
Info 425 [9:45:35.840] Host configuration update for file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 426 [9:45:35.840] response:
{"seq":0,"type":"response","command":"configure","request_seq":"2","success":true}
Perf 427 [9:45:35.840] 2::configure: async elapsed time (in milliseconds) 0.4025
Info 428 [9:45:35.840] request:
{"command":"open","seq":"3","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","scriptKindName":"TS"}}
Info 429 [9:45:35.840] Search path: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer
Info 430 [9:45:35.840] For info: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts :: Config file name: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 431 [9:45:35.841] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured) 0
OPEN MANY FILES
Info 439 [9:45:35.844] -----------------------------------------------
Info 439 [9:45:35.844] Open files:
Info 439 [9:45:35.844] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 439 [9:45:35.844] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Perf 439 [9:45:35.845] 5::open: async elapsed time (in milliseconds) 1.9783
Info 440 [9:45:35.845] request:
{"command":"configure","seq":"6","arguments":{"hostInfo":"GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)\n of 2020-09-19","file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","formatOptions":{"tabSize":2,"indentSize":4},"preferences":{"includeCompletionsForModuleExports":true,"includeCompletionsWithInsertText":true,"allowTextChangesInNewFiles":true}}}
Info 441 [9:45:35.845] Host configuration update for file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 442 [9:45:35.845] response:
{"seq":0,"type":"response","command":"configure","request_seq":"6","success":true}
Perf 443 [9:45:35.845] 6::configure: async elapsed time (in milliseconds) 0.0956
Info 444 [9:45:35.845] request:
{"command":"open","seq":"7","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","scriptKindName":"TS"}}
Info 445 [9:45:35.845] Search path: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer
Info 446 [9:45:35.845] For info: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts :: Config file name: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 447 [9:45:35.845] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured) 0
OPEN MANY FILES
Info 447 [9:45:35.846] -----------------------------------------------
Info 447 [9:45:35.846] Open files:
Info 447 [9:45:35.846] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 447 [9:45:35.846] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Perf 447 [9:45:35.846] 7::open: async elapsed time (in milliseconds) 1.8467
Info 448 [9:45:35.847] request:
{"command":"configure","seq":"8","arguments":{"hostInfo":"GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)\n of 2020-09-19","file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","formatOptions":{"tabSize":2,"indentSize":4},"preferences":{"includeCompletionsForModuleExports":true,"includeCompletionsWithInsertText":true,"allowTextChangesInNewFiles":true}}}
Info 449 [9:45:35.847] Host configuration update for file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 450 [9:45:35.847] response:
{"seq":0,"type":"response","command":"configure","request_seq":"8","success":true}
Perf 451 [9:45:35.847] 8::configure: async elapsed time (in milliseconds) 0.0817
Info 452 [9:45:35.847] request:
{"command":"open","seq":"9","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","scriptKindName":"TS"}}
Info 453 [9:45:35.847] Search path: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer
Info 454 [9:45:35.847] For info: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts :: Config file name: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 455 [9:45:35.847] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured) 0
OPEN MANY FILES
Info 455 [9:45:35.849] -----------------------------------------------
Info 455 [9:45:35.849] Open files:
Info 455 [9:45:35.849] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 455 [9:45:35.849] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Perf 455 [9:45:35.849] 9::open: async elapsed time (in milliseconds) 1.9901
Info 456 [9:45:35.849] request:
{"command":"configure","seq":"10","arguments":{"hostInfo":"GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)\n of 2020-09-19","file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","formatOptions":{"tabSize":2,"indentSize":4},"preferences":{"includeCompletionsForModuleExports":true,"includeCompletionsWithInsertText":true,"allowTextChangesInNewFiles":true}}}
Info 457 [9:45:35.849] Host configuration update for file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 458 [9:45:35.849] response:
{"seq":0,"type":"response","command":"configure","request_seq":"10","success":true}
Perf 459 [9:45:35.849] 10::configure: async elapsed time (in milliseconds) 0.0976
Info 460 [9:45:35.849] request:
{"command":"open","seq":"11","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","scriptKindName":"TS"}}
Info 461 [9:45:35.849] Search path: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer
Info 462 [9:45:35.849] For info: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts :: Config file name: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 463 [9:45:35.849] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured) 0
OPEN MANY FILES
Info 463 [9:45:35.850] -----------------------------------------------
Info 463 [9:45:35.850] Open files:
Info 463 [9:45:35.850] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 463 [9:45:35.850] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Perf 463 [9:45:35.850] 11::open: async elapsed time (in milliseconds) 1.6259
Info 464 [9:45:35.850] request:
{"command":"configure","seq":"12","arguments":{"hostInfo":"GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)\n of 2020-09-19","file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","formatOptions":{"tabSize":2,"indentSize":4},"preferences":{"includeCompletionsForModuleExports":true,"includeCompletionsWithInsertText":true,"allowTextChangesInNewFiles":true}}}
Info 465 [9:45:35.850] Host configuration update for file /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 466 [9:45:35.850] response:
{"seq":0,"type":"response","command":"configure","request_seq":"12","success":true}
Perf 467 [9:45:35.850] 12::configure: async elapsed time (in milliseconds) 0.0814
Info 468 [9:45:35.851] event:
{"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":7714}}
Info 469 [9:45:35.852] request:
{"command":"documentHighlights","seq":"13","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":1,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 470 [9:45:35.854] 13::documentHighlights: elapsed time (in milliseconds) 2.0964
Info 471 [9:45:35.854] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"13","success":true,"body":[]}
Info 472 [9:45:35.854] request:
{"command":"documentHighlights","seq":"14","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 473 [9:45:35.855] 14::documentHighlights: elapsed time (in milliseconds) 0.1261
Info 474 [9:45:35.855] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"14","success":true,"body":[]}
Info 475 [9:45:35.855] request:
{"command":"reload","seq":"15","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","tmpfile":"/tmp/tidetuIFpS"}}
Info 476 [9:45:35.855] response:
{"seq":0,"type":"response","command":"reload","request_seq":"15","success":true}
Perf 477 [9:45:35.855] 15::reload: elapsed time (in milliseconds) 0.2649
Info 478 [9:45:35.855] response:
{"seq":0,"type":"response","command":"reload","request_seq":"15","success":true,"body":{"reloadFinished":true}}
Info 479 [9:45:35.855] request:
{"command":"completions","seq":"16","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"i"}}
Info 480 [9:45:35.857] Starting updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 481 [9:45:35.898] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 2 structureChanged: false Elapsed: 41ms
Info 482 [9:45:35.898] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 484 [9:45:35.899] -----------------------------------------------
Info 485 [9:45:35.900] getCompletionData: Get current token: 0
Info 486 [9:45:35.900] getCompletionData: Is inside comment: 0
Info 487 [9:45:35.900] getCompletionData: Get previous token 1: 0
Info 488 [9:45:35.901] getCompletionsAtPosition: isCompletionListBlocker: 1
Info 489 [9:45:35.966] getCompletionData: Semantic work: 65
Info 490 [9:45:36.18] getCompletionsAtPosition: getCompletionEntriesFromSymbols: 52
Perf 491 [9:45:36.29] 16::completions: elapsed time (in milliseconds) 174.3970
Info 492 [9:45:36.30] response:
{"seq":0,"type":"response","command":"completions","request_seq":"16","success":true,"body":[{"name":"I18nContext","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/render3/view/i18n/context"},{"name":"I18NHtmlParser","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/i18n/i18n_html_parser"},{"name":"I18nPluralPipe","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/common/common"},{"name":"I18nSelectPipe","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/common/common"},{"name":"IAbmsEdgeTerminalParams","kind":"class","kindModifiers":"export","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/models/abms/abms-edge-terminal"},{"name":"IAbmsMissionParams","kind":"class","kindModifiers":"export","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/models/abms/abms-mission"},{"name":"IAbmsTerminalParams","kind":"class","kindModifiers":"export","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/models/abms/abms-terminal"},{"name":"ICON_REGISTRY_PROVIDER","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/material/icon/typings/icon-registry"},{"name":"ICON_REGISTRY_PROVIDER_FACTORY","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/material/icon/typings/icon-registry"},{"name":"Icu","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/i18n/i18n_ast"},{"name":"Icu","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/render3/r3_ast"},{"name":"IcuPlaceholder","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/i18n/i18n_ast"},{"name":"IDBCursor","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBCursorWithValue","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBDatabase","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBFactory","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBIndex","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBKeyRange","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBObjectStore","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBOpenDBRequest","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBRequest","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBTransaction","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IDBVersionChangeEvent","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"identifierModuleUrl","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/compile_metadata"},{"name":"identifierName","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/compile_metadata"},{"name":"Identifiers","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/identifiers"},{"name":"Identifiers","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/render3/r3_identifiers"},{"name":"identity","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/rxjs/internal/util/identity"},{"name":"if","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"ifError","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"assert"},{"name":"ifStmt","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"IfStmt","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"ignoreElements","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/rxjs/internal/operators/ignoreElements"},{"name":"iif","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/rxjs/internal/observable/iif"},{"name":"IIRFilterNode","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"Image","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"ImageBitmap","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"ImageBitmapRenderingContext","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"ImageData","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"implements","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"IMPLICIT_REFERENCE","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/render3/view/util"},{"name":"ImplicitReceiver","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/expression_parser/ast"},{"name":"import","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"importExpr","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"importType","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"in","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"IncomingMessage","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"http"},{"name":"IncrementalScenariosComponent","kind":"class","kindModifiers":"export","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/wapt/scenarios/incremental-scenarios/incremental-scenarios.component"},{"name":"indexedDB","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"infer","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"INFERRED_TYPE","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"Infinity","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"inflate","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"zlib"},{"name":"inflateRaw","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"zlib"},{"name":"inflateRawSync","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"zlib"},{"name":"inflateSync","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"zlib"},{"name":"inherits","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"inject","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"inject","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/testing/testing"},{"name":"Inject","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"Injectable","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"InjectableCompiler","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/injectable_compiler"},{"name":"InjectFlags","kind":"enum","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"InjectFlags","kind":"enum","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/core"},{"name":"InjectionToken","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"Injector","kind":"class","kindModifiers":"abstract,export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"INJECTOR","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"InjectSetupWrapper","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/testing/testing"},{"name":"innerHeight","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"InnerSubscriber","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/rxjs/internal/InnerSubscriber"},{"name":"innerWidth","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"INotificationParams","kind":"class","kindModifiers":"export","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/services/notification/models/notification"},{"name":"Inplace","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inplace/inplace"},{"name":"InplaceContent","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inplace/inplace"},{"name":"InplaceDisplay","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inplace/inplace"},{"name":"InplaceModule","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inplace/inplace"},{"name":"Input","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"InputDeviceInfo","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"InputMask","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputmask/inputmask"},{"name":"INPUTMASK_VALUE_ACCESSOR","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputmask/inputmask"},{"name":"InputMaskModule","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputmask/inputmask"},{"name":"InputSwitch","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputswitch/inputswitch"},{"name":"INPUTSWITCH_VALUE_ACCESSOR","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputswitch/inputswitch"},{"name":"InputSwitchModule","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputswitch/inputswitch"},{"name":"InputText","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputtext/inputtext"},{"name":"InputTextarea","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputtextarea/inputtextarea"},{"name":"InputTextareaModule","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputtextarea/inputtextarea"},{"name":"InputTextModule","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/primeng/components/inputtext/inputtext"},{"name":"inspect","kind":"var","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"INSPECT_MAX_BYTES","kind":"var","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"buffer"},{"name":"instanceof","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"InstantiateExpr","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"INT_TYPE","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"Int16Array","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"Int32Array","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"Int8Array","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"InteractivityChecker","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/cdk/a11y/typings/interactivity-checker/interactivity-checker"},{"name":"interface","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"interpolate","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateArray","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateBasis","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateBasisClosed","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateBlues","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateBrBG","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateBuGn","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateBuPu","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateCool","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateCubehelix","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateCubehelixDefault","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateCubehelixLong","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateDate","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateGnBu","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateGreens","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateGreys","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateHcl","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateHclLong","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateHsl","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateHslLong","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateInferno","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateLab","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateMagma","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateNumber","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateObject","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateOranges","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateOrRd","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePiYG","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePlasma","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePRGn","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePuBu","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePuBuGn","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePuOr","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePuRd","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolatePurples","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateRainbow","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateRdBu","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateRdGy","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateRdPu","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateRdYlBu","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateRdYlGn","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateReds","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateRgb","kind":"const","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateRgbBasis","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateRgbBasisClosed","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateRound","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateSpectral","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateString","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateTransformCss","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateTransformSvg","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"interpolateViridis","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateWarm","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateYlGn","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateYlGnBu","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateYlOrBr","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateYlOrRd","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-scale-chromatic/index"},{"name":"interpolateZoom","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-interpolate/index"},{"name":"Interpolation","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/expression_parser/ast"},{"name":"InterpolationConfig","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/ml_parser/interpolation_config"},{"name":"interrupt","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-transition/index"},{"name":"IntersectionObserver","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"IntersectionObserverEntry","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"interval","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/rxjs/internal/observable/interval"},{"name":"interval","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-timer/index"},{"name":"Intl","kind":"module","kindModifiers":"declare","sortText":"2"},{"name":"invalid","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/render3/view/util"},{"name":"invoke","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/q/index"},{"name":"InvokeFunctionExpr","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"InvokeMethodExpr","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"is","kind":"keyword","kindModifiers":"","sortText":"2"},{"name":"isAbsolute","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"path"},{"name":"isArray","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isArrayBuffer","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@microsoft/signalr/dist/esm/Utils"},{"name":"isatty","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"tty"},{"name":"isBoolean","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isBuffer","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isContext","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"vm"},{"name":"isDataSource","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/cdk/collections/typings/data-source"},{"name":"isDate","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isDefined","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/util"},{"name":"isDevMode","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"},{"name":"isEmpty","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/rxjs/internal/operators/isEmpty"},{"name":"isEmptyExpression","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/template_parser/template_parser"},{"name":"isError","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isFakeMousedownFromScreenReader","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/cdk/a11y/typings/fake-mousedown"},{"name":"isFinite","kind":"function","kindModifiers":"declare","sortText":"2"},{"name":"isFormattedError","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/aot/formatted_error"},{"name":"isFulfilled","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/q/index"},{"name":"isFunction","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isGeneratedFile","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/aot/util"},{"name":"isIdentifier","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/expression_parser/lexer"},{"name":"isIP","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"net"},{"name":"isIPv4","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"net"},{"name":"isIPv6","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"net"},{"name":"isLoweredSymbol","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/aot/util"},{"name":"isMaster","kind":"var","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"cluster"},{"name":"isNaN","kind":"function","kindModifiers":"declare","sortText":"2"},{"name":"isNgContainer","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/ml_parser/tags"},{"name":"isNgContent","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/ml_parser/tags"},{"name":"isNgTemplate","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/ml_parser/tags"},{"name":"isNull","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isNull","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/output/output_ast"},{"name":"isNullOrUndefined","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isNumber","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isObject","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isObservable","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/rxjs/internal/util/isObservable"},{"name":"isoFormat","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-time-format/index"},{"name":"isoParse","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/d3-time-format/index"},{"name":"isPending","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/q/index"},{"name":"isPlatformBrowser","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/common/common"},{"name":"isPlatformServer","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/common/common"},{"name":"isPlatformWorkerApp","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/common/common"},{"name":"isPlatformWorkerUi","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/common/common"},{"name":"isPrimitive","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isPromise","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/q/index"},{"name":"isPromise","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/util"},{"name":"isPromiseAlike","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/q/index"},{"name":"isProtractorLocator","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/protractor/built/locators"},{"name":"isQuote","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/expression_parser/lexer"},{"name":"isRegExp","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isRejected","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@types/q/index"},{"name":"isSameMultiYearView","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/material/datepicker/typings/multi-year-view"},{"name":"isSecureContext","kind":"var","kindModifiers":"declare","sortText":"2"},{"name":"isString","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isSymbol","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isSyntaxError","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/util"},{"name":"isSyntheticPropertyOrListener","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/compiler/src/render3/util"},{"name":"isUndefined","kind":"function","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"util"},{"name":"isWorker","kind":"var","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"cluster"},{"name":"it","kind":"function","kindModifiers":"declare","sortText":"2"},{"name":"IterableDiffers","kind":"class","kindModifiers":"export,declare","sortText":"3","hasAction":true,"source":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/node_modules/@angular/core/core"}]}
Info 493 [9:45:36.31] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 494 [9:45:36.31] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 495 [9:45:36.31] Scheduled: *ensureProjectForOpenFiles*
Info 496 [9:45:36.31] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 497 [9:45:36.31] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 498 [9:45:36.32] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json, Cancelled earlier one
Info 499 [9:45:36.32] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one
Info 500 [9:45:36.32] Elapsed:: 1ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 501 [9:45:36.71] request:
{"command":"reload","seq":"17","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","tmpfile":"/tmp/tidetuIFpS"}}
Info 502 [9:45:36.71] response:
{"seq":0,"type":"response","command":"reload","request_seq":"17","success":true}
Perf 503 [9:45:36.71] 17::reload: elapsed time (in milliseconds) 0.2709
Info 504 [9:45:36.71] response:
{"seq":0,"type":"response","command":"reload","request_seq":"17","success":true,"body":{"reloadFinished":true}}
Info 505 [9:45:36.71] request:
{"command":"completions","seq":"18","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im"}}
Info 506 [9:45:36.83] Starting updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 507 [9:45:38.36] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 3 structureChanged: true Elapsed: 1952ms
Info 508 [9:45:38.36] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 546 [9:45:40.143] -----------------------------------------------
Info 547 [9:45:40.145] event:
{"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[]}}
Info 548 [9:45:40.145] request:
{"command":"completionEntryDetails","seq":"20","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["implements"]}}
Info 549 [9:45:40.158] getCompletionData: Get current token: 0
Info 550 [9:45:40.158] getCompletionData: Is inside comment: 0
Info 551 [9:45:40.158] getCompletionData: Get previous token 1: 0
Info 552 [9:45:40.158] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 553 [9:45:40.198] getCompletionData: Semantic work: 40
Perf 554 [9:45:40.202] 20::completionEntryDetails: elapsed time (in milliseconds) 56.7575
Info 555 [9:45:40.202] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"20","success":true,"body":[{"name":"implements","kindModifiers":"","kind":"keyword","displayParts":[{"text":"implements","kind":"keyword"}]}]}
Info 556 [9:45:40.202] request:
{"command":"completionEntryDetails","seq":"21","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["implements"]}}
Info 557 [9:45:40.202] getCompletionData: Get current token: 0
Info 558 [9:45:40.203] getCompletionData: Is inside comment: 0
Info 559 [9:45:40.203] getCompletionData: Get previous token 1: 0
Info 560 [9:45:40.203] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 561 [9:45:40.226] getCompletionData: Semantic work: 23
Perf 562 [9:45:40.231] 21::completionEntryDetails: elapsed time (in milliseconds) 28.5982
Info 563 [9:45:40.231] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"21","success":true,"body":[{"name":"implements","kindModifiers":"","kind":"keyword","displayParts":[{"text":"implements","kind":"keyword"}]}]}
Info 564 [9:45:40.231] request:
{"command":"completionEntryDetails","seq":"22","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["implements"]}}
Info 565 [9:45:40.231] getCompletionData: Get current token: 0
Info 566 [9:45:40.231] getCompletionData: Is inside comment: 0
Info 567 [9:45:40.231] getCompletionData: Get previous token 1: 0
Info 568 [9:45:40.231] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 569 [9:45:40.247] getCompletionData: Semantic work: 16
Perf 570 [9:45:40.252] 22::completionEntryDetails: elapsed time (in milliseconds) 20.7975
Info 571 [9:45:40.252] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"22","success":true,"body":[{"name":"implements","kindModifiers":"","kind":"keyword","displayParts":[{"text":"implements","kind":"keyword"}]}]}
Info 572 [9:45:40.252] request:
{"command":"reload","seq":"23","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","tmpfile":"/tmp/tidetuIFpS"}}
Info 573 [9:45:40.252] response:
{"seq":0,"type":"response","command":"reload","request_seq":"23","success":true}
Perf 574 [9:45:40.252] 23::reload: elapsed time (in milliseconds) 0.1416
Info 575 [9:45:40.252] response:
{"seq":0,"type":"response","command":"reload","request_seq":"23","success":true,"body":{"reloadFinished":true}}
Info 576 [9:45:40.252] request:
{"command":"completionEntryDetails","seq":"24","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["implements"]}}
Info 577 [9:45:40.252] Starting updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 578 [9:45:40.282] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 5 structureChanged: false Elapsed: 30ms
Info 579 [9:45:40.282] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 581 [9:45:40.283] -----------------------------------------------
Info 582 [9:45:40.283] getCompletionData: Get current token: 0
Info 583 [9:45:40.283] getCompletionData: Is inside comment: 0
Info 584 [9:45:40.283] getCompletionData: Get previous token 1: 0
Info 585 [9:45:40.283] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 586 [9:45:40.310] getCompletionData: Semantic work: 26
Perf 587 [9:45:40.315] 24::completionEntryDetails: elapsed time (in milliseconds) 62.6634
Info 588 [9:45:40.315] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"24","success":true,"body":[{"name":"implements","kindModifiers":"","kind":"keyword","displayParts":[{"text":"implements","kind":"keyword"}]}]}
Info 589 [9:45:40.315] request:
{"command":"completionEntryDetails","seq":"25","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["implements"]}}
Info 590 [9:45:40.315] getCompletionData: Get current token: 0
Info 591 [9:45:40.315] getCompletionData: Is inside comment: 0
Info 592 [9:45:40.315] getCompletionData: Get previous token 1: 0
Info 593 [9:45:40.315] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 594 [9:45:40.328] getCompletionData: Semantic work: 13
Perf 595 [9:45:40.332] 25::completionEntryDetails: elapsed time (in milliseconds) 16.9165
Info 596 [9:45:40.332] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"25","success":true,"body":[{"name":"implements","kindModifiers":"","kind":"keyword","displayParts":[{"text":"implements","kind":"keyword"}]}]}
Info 597 [9:45:40.332] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 598 [9:45:40.332] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json, Cancelled earlier one
Info 599 [9:45:40.332] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one
Info 600 [9:45:40.332] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 601 [9:45:40.332] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 602 [9:45:40.332] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json, Cancelled earlier one
Info 603 [9:45:40.332] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one
Info 604 [9:45:40.332] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 605 [9:45:40.342] FileWatcher:: Added:: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts 500 Project: WatchType: Closed Script info
Info 606 [9:45:40.343] Starting updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 607 [9:45:42.329] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 6 structureChanged: true Elapsed: 1986ms
Info 608 [9:45:42.329] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 616 [9:45:42.434] -----------------------------------------------
Info 616 [9:45:42.434] Open files:
Info 616 [9:45:42.434] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 616 [9:45:42.434] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 616 [9:45:42.434] got projects updated in background, updating diagnostics for /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 617 [9:45:42.434] event:
{"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Info 618 [9:45:42.434] request:
{"command":"documentHighlights","seq":"26","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":4,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 619 [9:45:42.434] 26::documentHighlights: elapsed time (in milliseconds) 0.2654
Info 620 [9:45:42.434] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"26","success":true,"body":[]}
Info 621 [9:45:42.435] request:
{"command":"completionEntryDetails","seq":"27","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["implements"]}}
Info 622 [9:45:42.435] getCompletionData: Get current token: 0
Info 623 [9:45:42.435] getCompletionData: Is inside comment: 0
Info 624 [9:45:42.435] getCompletionData: Get previous token 1: 0
Info 625 [9:45:42.435] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 626 [9:45:42.469] getCompletionData: Semantic work: 34
Perf 627 [9:45:42.474] 27::completionEntryDetails: elapsed time (in milliseconds) 39.1282
Info 628 [9:45:42.474] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"27","success":true,"body":[{"name":"implements","kindModifiers":"","kind":"keyword","displayParts":[{"text":"implements","kind":"keyword"}]}]}
Info 629 [9:45:42.474] request:
{"command":"completionEntryDetails","seq":"28","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["import"]}}
Info 630 [9:45:42.474] getCompletionData: Get current token: 0
Info 631 [9:45:42.474] getCompletionData: Is inside comment: 0
Info 632 [9:45:42.474] getCompletionData: Get previous token 1: 0
Info 633 [9:45:42.474] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 634 [9:45:42.493] getCompletionData: Semantic work: 19
Perf 635 [9:45:42.496] 28::completionEntryDetails: elapsed time (in milliseconds) 22.6654
Info 636 [9:45:42.496] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"28","success":true,"body":[{"name":"import","kindModifiers":"","kind":"keyword","displayParts":[{"text":"import","kind":"keyword"}]}]}
Info 637 [9:45:42.497] request:
{"command":"completionEntryDetails","seq":"29","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":1,"includeExternalModuleExports":true,"includeInsertTextCompletions":true,"prefix":"im","entryNames":["import"]}}
Info 638 [9:45:42.497] getCompletionData: Get current token: 0
Info 639 [9:45:42.497] getCompletionData: Is inside comment: 0
Info 640 [9:45:42.497] getCompletionData: Get previous token 1: 0
Info 641 [9:45:42.497] getCompletionsAtPosition: isCompletionListBlocker: 0
Info 642 [9:45:42.510] getCompletionData: Semantic work: 13
Perf 643 [9:45:42.513] 29::completionEntryDetails: elapsed time (in milliseconds) 16.5591
Info 644 [9:45:42.513] response:
{"seq":0,"type":"response","command":"completionEntryDetails","request_seq":"29","success":true,"body":[{"name":"import","kindModifiers":"","kind":"keyword","displayParts":[{"text":"import","kind":"keyword"}]}]}
Info 645 [9:45:42.513] request:
{"command":"documentHighlights","seq":"30","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":4,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Perf 646 [9:45:42.513] 30::documentHighlights: elapsed time (in milliseconds) 0.2490
Info 647 [9:45:42.513] response:
{"seq":0,"type":"response","command":"documentHighlights","request_seq":"30","success":true,"body":[]}
Info 648 [9:45:42.535] event:
{"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[]}}
Info 649 [9:45:42.535] event:
{"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[{"start":{"line":9,"offset":1},"end":{"line":9,"offset":4},"text":"Cannot find name 'imp'.","code":2304,"category":"error"}]}}
Info 650 [9:45:42.539] event:
{"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[]}}
Info 651 [9:45:42.539] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 652 [9:45:42.539] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 653 [9:45:42.539] Scheduled: *ensureProjectForOpenFiles*
Info 654 [9:45:42.539] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 655 [9:45:42.540] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 656 [9:45:42.540] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json, Cancelled earlier one
Info 657 [9:45:42.540] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one
Info 658 [9:45:42.540] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 659 [9:45:42.790] Running: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 660 [9:45:42.800] Starting updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 661 [9:45:44.762] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 7 structureChanged: true Elapsed: 1962ms
Info 662 [9:45:44.762] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 668 [9:45:44.765] -----------------------------------------------
Info 668 [9:45:44.765] Open files:
Info 668 [9:45:44.765] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 668 [9:45:44.765] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 668 [9:45:44.765] got projects updated in background, updating diagnostics for /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 669 [9:45:44.765] event:
{"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Info 670 [9:45:44.765] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 671 [9:45:44.765] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 672 [9:45:44.765] Scheduled: *ensureProjectForOpenFiles*
Info 673 [9:45:44.765] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 674 [9:45:44.765] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 675 [9:45:44.765] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json, Cancelled earlier one
Info 676 [9:45:44.765] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one
Info 677 [9:45:44.765] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 678 [9:45:44.766] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 679 [9:45:44.766] Scheduled: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json, Cancelled earlier one
Info 680 [9:45:44.766] Scheduled: *ensureProjectForOpenFiles*, Cancelled earlier one
Info 681 [9:45:44.766] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Wild card directory
Info 682 [9:45:44.766] DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 683 [9:45:44.766] Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/flycheck_mission-explorer.component.ts :: WatchInfo: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src 1 Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json WatchType: Failed Lookup Locations
Info 684 [9:45:44.766] request:
{"command":"reload","seq":"31","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","tmpfile":"/tmp/tidetuIFpS"}}
Info 685 [9:45:44.766] response:
{"seq":0,"type":"response","command":"reload","request_seq":"31","success":true}
Perf 686 [9:45:44.766] 31::reload: elapsed time (in milliseconds) 0.1666
Info 687 [9:45:44.766] response:
{"seq":0,"type":"response","command":"reload","request_seq":"31","success":true,"body":{"reloadFinished":true}}
Info 688 [9:45:44.766] request:
{"command":"documentHighlights","seq":"32","arguments":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","line":9,"offset":7,"filesToSearch":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Info 689 [9:45:44.776] Starting updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 690 [9:45:46.792] Finishing updateGraphWorker: Project: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json Version: 8 structureChanged: true Elapsed: 2016ms
Info 691 [9:45:46.792] Project '/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json' (Configured)
OPEN MANY FILES
Info 700 [9:45:46.796] -----------------------------------------------
Info 700 [9:45:46.796] Open files:
Info 700 [9:45:46.796] FileName: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts ProjectRootPath: undefined
Info 700 [9:45:46.796] Projects: /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/tsconfig.json
Info 700 [9:45:46.796] got projects updated in background, updating diagnostics for /home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts
Info 701 [9:45:46.796] event:
{"seq":0,"type":"event","event":"projectsUpdatedInBackground","body":{"openFiles":["/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts"]}}
Info 702 [9:45:46.896] event:
{"seq":0,"type":"event","event":"syntaxDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[{"start":{"line":10,"offset":1},"end":{"line":10,"offset":7},"text":"Expression expected.","code":1109,"category":"error"}]}}
Info 703 [9:45:46.955] event:
{"seq":0,"type":"event","event":"semanticDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[]}}
Info 704 [9:45:46.960] event:
{"seq":0,"type":"event","event":"suggestionDiag","body":{"file":"/home/aaron-gonzales/development/work/kahless/Kahless-UI-ng8/src/app/tiles/abms/mission-explorer/mission-explorer.component.ts","diagnostics":[]}}
When I disable flycheck for the tide version that does not work, completion is smooth again. If I renable it, it becomes sluggish again. Is there some settings related to flycheck that could impact performance? It does not seem like flycheck causes this normally. It could also just be tslint since it is becoming deprecated I believe
s/abms/mission-explorer/flycheck_mission-explorer.component.ts :
This is the reason, check for similar cases https://github.com/ananthakumaran/tide/issues/320. You can disable flycheck tslint. tide flycheck doesn't create intermediate files
Yup I think you are right. After coding a for an hour or so, the completions began to be really fast. It must have created the files that were needed for completion.
Thanks for your help investigating. I guess it's time to move to eslint
although it's much harder to configure for angular 😅. We already have an tslint file so converting it should not be bad.
Closing this, we removed the default flycheck tslint setup done by tide as well.
For some reason company-tide slows down when activating it through
tide-setup
.When I start the tsserver manually tide completions work perfectly fine and do not slow down at all.
I found this when trying to add a local
company-backends
variable but I accidentally messed up the hook using this line:This resulted in an error due to the "'" in front of company-backends. After this error, if I restarted the tide server (since tsserver did start properly) the completions would work just fine and fast as usual. Once I made the correction the completions were slow again even after resetting the server.
Emacs Version: 27.1 Tide: unknown (I use
straight
so it's probably the latest version on MELPA)This was observed coding on Angular files. I can provide more info but currently can only post through my phone since my wifi is down.