vscode icon indicating copy to clipboard operation
vscode copied to clipboard

quick open takes 30-40 seconds (to get files that don't appear in "recently opened")

Open iyashpal opened this issue 3 years ago • 28 comments

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.69.2 (user setup)
  • Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a
  • Date: 2022-07-18T16:12:52.460Z
  • Electron: 18.3.5
  • Chromium: 100.0.4896.160
  • Node.js: 16.13.2
  • V8: 10.0.139.17-electron.0
  • OS Version: Windows_NT x64 10.0.22000

PC configuration

  • RAM : 12 GB
  • Processor: Intel Core i7 (10 Gen)

Steps to Reproduce: There are no specific steps to reproduce the issue but here is some situation when I faced this issue.

  1. Create new files via CLI commands frameworks AdonisJS OR Laravel. And then ctrl+p type the newly created file name.
  2. Keep typing for approx. 5 minutes and then create new files via the command line and try to open that file or other file from the framework.

After typing files name it takes approx. 30-40 sec. to list the file.

iyashpal avatar Aug 04 '22 09:08 iyashpal

I don't quite understand the steps, did it work in step 1? What did you do for 5 minutes?

Check out the tips here: https://github.com/microsoft/vscode/wiki/Search-Issues

roblourens avatar Aug 04 '22 16:08 roblourens

@roblourens sorry for the confusion. These are not the steps (I should have mentioned this) these are the different situations when I faced this issue.

Case 1

  1. I opened AdonisJS project in vs code.
  2. I started writing code for the next 5-10 minutes. This means no file switching in the editor and no use of the mouse (basically was writing the tests) so my running apps were VS Code and a Terminal. I was writing and checking the output in the terminal.
  3. I finished writing tests in 5-10 minutes. I created a file with the command line tool (it's a feature of the framework that I run commands and it will create files with some initial content).
  4. I tried to open the newly created file via ctrl+p. I entered the file name which I generated via the command line tool. To list that file in the search result it took approx. 30-40 seconds.

Case 2

  1. I opened AdonisJS project in vs code.
  2. I started writing code for the next 5-10 minutes. This means no file switching in the editor and no use of the mouse (basically was writing the tests) so my running apps were VS Code and a Terminal. I was writing and checking the output in the terminal.
  3. I finished writing tests in 5-10 minutes.
  4. I tried to open a random file from the codebase (any file that is never opened in the editor) via ctrl+p. I entered the file name. To list that file in the search result it took approx. 30-40 seconds.

I hope this will clear up all the confusion. I frequently work in AdonisJS and Laravel frameworks. And the issue is very frequent on AdonisJS. On Laravel it's very rare. But I faced this issue in both frameworks.

I am facing this even when I disabled all of the extensions. I will check the search tips you suggested and will get back to you if this will solve the issue.

iyashpal avatar Aug 05 '22 04:08 iyashpal

I don't quite understand the steps, did it work in step 1? What did you do for 5 minutes?

Check out the tips here: https://github.com/microsoft/vscode/wiki/Search-Issues

@roblourens I followed all instructions from the guide but it's still the same.

iyashpal avatar Aug 05 '22 10:08 iyashpal

It sounds like the issue could be summarized as "quick open takes 30-40 seconds" (to get files that don't appear in "recently opened").

Is there any other process, such as windows defender or an antivirus, using high cpu while quick open is running? Can you follow the steps in the wiki to share the search logs?

roblourens avatar Aug 05 '22 18:08 roblourens

Only, VS Code + Terminal App was running. windows defender was disabled. Followed the same steps suggested in the wiki.

  • CPU load: 37%
  • Memory: 75% (2.5 GB occupied by VS Code only)

Here are the console log and output logs:

Hope this will help

iyashpal avatar Aug 06 '22 04:08 iyashpal

Thanks. This could be the same as https://github.com/microsoft/vscode/issues/157056 which was just fixed. Could you try with the latest Insiders build?

roblourens avatar Aug 09 '22 16:08 roblourens

Okay, I will download the insiders build

iyashpal avatar Aug 10 '22 07:08 iyashpal

@roblourens the issue is still the same. But the frequency and time of occurrence are decreased. Earlier it occurs in 10-15 min of intervals and now the interval increased to 40-50 minutes. i.e. I am working on a file for 30-40 minutes and then try to quickly open another file from a code base it still takes the time of 20-30 seconds (didn't track the exact time but it was 20-30 seconds).

iyashpal avatar Aug 10 '22 11:08 iyashpal

I wonder if you'd be able to get a profile of a time when it happens, using the developer tools? Help > Toggle Developer Tools. In the performance tab, start recording before using quick open

roblourens avatar Aug 11 '22 17:08 roblourens

Sure, this morning same issue occur with NextJS Framework. It was a fresh installation of the framework.

iyashpal avatar Aug 12 '22 04:08 iyashpal

I wonder if you'd be able to get a profile of a time when it happens, using the developer tools? Help > Toggle Developer Tools. In the performance tab, start recording before using quick open

@roblourens on stable version or on insiders?

iyashpal avatar Aug 12 '22 04:08 iyashpal

On insiders.

roblourens avatar Aug 12 '22 16:08 roblourens

@roblourens This time it didn't take so long but quite not so fast. Will share more later. Hope this will help.

Profile-20220817T073855.zip

iyashpal avatar Aug 17 '22 02:08 iyashpal

Ok, that at least confirms that it isn't related to the issue above. I'm not sure where time is being spent.

Could you also share a trace-level log from the Extension Host (the Log (Extension Host) output channel)?

When this is happening, do you see any process in the process explorer using high cpu? (Help > Open Process Explorer)

You read the wiki page, right? Does your workspace have lots of symlinks?

roblourens avatar Aug 23 '22 15:08 roblourens

Could you also share a trace-level log from the Extension Host (the Log (Extension Host) output channel)?

Sure, I will share the trace-level log from the extension host.

When this is happening, do you see any process in the process explorer using high cpu? (Help > Open Process Explorer)

Yes, I checked this so many times. Sometimes CPU usages were 60% sometimes 75%. But I noticed one thing when this happens VSCode starts consuming more memory then usual (Maximum consumption was noted 3GB). This is from the windows default task manager. I didn't checked it via (Help > Open Process Explorer).

You read the wiki page, right? Does your workspace have lots of symlinks?

Yes, I read it. No there are no symlinks used.

iyashpal avatar Aug 25 '22 03:08 iyashpal

@roblourens here is the exthost logs :

See logs
[2022-08-25 09:22:21.849] [exthost] [info] Extension host with pid 16064 started
[2022-08-25 09:22:21.917] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft'
[2022-08-25 09:22:21.953] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*'
[2022-08-25 09:22:21.960] [exthost] [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
[2022-08-25 09:22:21.966] [exthost] [info] ExtensionService#_doActivateExtension vscode.ipynb, startup: true, activationEvent: '*'
[2022-08-25 09:22:21.971] [exthost] [info] ExtensionService#_doActivateExtension bierner.color-info, startup: true, activationEvent: '*'
[2022-08-25 09:22:22.020] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: true, activationEvent: '*', root cause: GitHub.vscode-pull-request-github
[2022-08-25 09:22:22.038] [exthost] [info] ExtensionService#_doActivateExtension ms-vsliveshare.vsliveshare, startup: true, activationEvent: '*'
[2022-08-25 09:22:23.650] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
[2022-08-25 09:22:23.671] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
[2022-08-25 09:22:23.678] [exthost] [info] ExtensionService#_doActivateExtension GitHub.vscode-pull-request-github, startup: true, activationEvent: '*'
[2022-08-25 09:22:25.518] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing, startup: false, activationEvent: 'onLanguage:jsonc'
[2022-08-25 09:22:25.525] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features, startup: false, activationEvent: 'onLanguage:jsonc'
[2022-08-25 09:22:25.545] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:jsonc'
[2022-08-25 09:22:27.962] [exthost] [info] Eager extensions activated
[2022-08-25 09:22:27.968] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:27.979] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:27.985] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:27.998] [exthost] [info] ExtensionService#_doActivateExtension bradlc.vscode-tailwindcss, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:28.062] [exthost] [info] ExtensionService#_doActivateExtension dbaeumer.vscode-eslint, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:28.122] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:28.555] [exthost] [info] ExtensionService#_doActivateExtension miguelsolorio.symbols, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:28.605] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:28.688] [exthost] [info] ExtensionService#_doActivateExtension PKief.material-icon-theme, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:22:28.728] [exthost] [info] ExtensionService#_doActivateExtension streetsidesoftware.code-spell-checker, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:35.801] [exthost] [info] Extension host terminating: received terminate message from renderer
[2022-08-25 09:24:35.856] [exthost] [info] Extension host with pid 16064 exiting with code 0
[2022-08-25 09:24:37.735] [exthost] [info] Extension host with pid 20012 started
[2022-08-25 09:24:37.838] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft'
[2022-08-25 09:24:37.861] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*'
[2022-08-25 09:24:37.865] [exthost] [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
[2022-08-25 09:24:37.869] [exthost] [info] ExtensionService#_doActivateExtension vscode.ipynb, startup: true, activationEvent: '*'
[2022-08-25 09:24:37.874] [exthost] [info] ExtensionService#_doActivateExtension bierner.color-info, startup: true, activationEvent: '*'
[2022-08-25 09:24:37.882] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: true, activationEvent: '*', root cause: GitHub.vscode-pull-request-github
[2022-08-25 09:24:38.442] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
[2022-08-25 09:24:38.476] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
[2022-08-25 09:24:38.485] [exthost] [info] ExtensionService#_doActivateExtension GitHub.vscode-pull-request-github, startup: true, activationEvent: '*'
[2022-08-25 09:24:40.382] [exthost] [info] Eager extensions activated
[2022-08-25 09:24:40.388] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.398] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.402] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.409] [exthost] [info] ExtensionService#_doActivateExtension bradlc.vscode-tailwindcss, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.422] [exthost] [info] ExtensionService#_doActivateExtension dbaeumer.vscode-eslint, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.430] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.467] [exthost] [info] ExtensionService#_doActivateExtension miguelsolorio.symbols, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.474] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.480] [exthost] [info] ExtensionService#_doActivateExtension PKief.material-icon-theme, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:24:40.488] [exthost] [info] ExtensionService#_doActivateExtension streetsidesoftware.code-spell-checker, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:42.333] [exthost] [info] Extension host terminating: renderer closed the socket
[2022-08-25 09:43:42.348] [exthost] [info] Extension host with pid 20012 exiting with code 0
[2022-08-25 09:43:43.713] [exthost] [info] Extension host with pid 29492 started
[2022-08-25 09:43:43.713] [exthost] [info] Skipping acquiring lock for c:\Users\iyashpal\AppData\Roaming\Code\User\workspaceStorage\855a1b14dfb8d15b62e0471ddacc2820.
[2022-08-25 09:43:44.197] [exthost] [info] ExtensionService#_doActivateExtension vscode.microsoft-authentication, startup: false, activationEvent: 'onAuthenticationRequest:microsoft'
[2022-08-25 09:43:44.247] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features, startup: false, activationEvent: 'onLanguage:typescriptreact'
[2022-08-25 09:43:44.271] [exthost] [info] ExtensionService#_doActivateExtension Vue.volar, startup: false, activationEvent: 'onLanguage:typescriptreact'
[2022-08-25 09:43:44.616] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: true, activationEvent: '*'
[2022-08-25 09:43:44.626] [exthost] [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git
[2022-08-25 09:43:44.634] [exthost] [info] ExtensionService#_doActivateExtension vscode.ipynb, startup: true, activationEvent: '*'
[2022-08-25 09:43:44.647] [exthost] [info] ExtensionService#_doActivateExtension bierner.color-info, startup: true, activationEvent: '*'
[2022-08-25 09:43:44.661] [exthost] [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: true, activationEvent: '*', root cause: GitHub.vscode-pull-request-github
[2022-08-25 09:43:44.699] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm, startup: true, activationEvent: 'workspaceContains:package.json'
[2022-08-25 09:43:44.745] [exthost] [info] ExtensionService#_doActivateExtension yzhang.markdown-all-in-one, startup: true, activationEvent: 'workspaceContains:README.md'
[2022-08-25 09:43:44.964] [exthost] [info] ExtensionService#_doActivateExtension vscode.markdown-math, startup: false, activationEvent: 'api', root cause: yzhang.markdown-all-in-one
[2022-08-25 09:43:45.616] [exthost] [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*'
[2022-08-25 09:43:45.659] [exthost] [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*'
[2022-08-25 09:43:45.669] [exthost] [info] ExtensionService#_doActivateExtension GitHub.vscode-pull-request-github, startup: true, activationEvent: '*'
[2022-08-25 09:43:49.724] [exthost] [info] Eager extensions activated
[2022-08-25 09:43:49.758] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:49.784] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:49.799] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl-recommender, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:49.836] [exthost] [info] ExtensionService#_doActivateExtension bradlc.vscode-tailwindcss, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:49.882] [exthost] [info] ExtensionService#_doActivateExtension dbaeumer.vscode-eslint, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:49.913] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:50.062] [exthost] [info] ExtensionService#_doActivateExtension miguelsolorio.symbols, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:50.087] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-wsl, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:50.106] [exthost] [info] ExtensionService#_doActivateExtension PKief.material-icon-theme, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:43:50.133] [exthost] [info] ExtensionService#_doActivateExtension streetsidesoftware.code-spell-checker, startup: false, activationEvent: 'onStartupFinished'
[2022-08-25 09:49:22.609] [exthost] [warning] TextEditor is closed/disposed
[2022-08-25 09:49:44.627] [exthost] [warning] TextEditor is closed/disposed
[2022-08-25 10:08:56.878] [exthost] [warning] TextEditor is closed/disposed

iyashpal avatar Aug 25 '22 04:08 iyashpal

Only, VS Code + Terminal App was running. windows defender was disabled. Followed the same steps suggested in the wiki.

  • CPU load: 37%
  • Memory: 75% (2.5 GB occupied by VS Code only)

Here are the console log and output logs:

Hope this will help

Here are some other logs I shared on other day.

iyashpal avatar Aug 25 '22 04:08 iyashpal

Yes, I checked this so many times. Sometimes CPU usages were 60% sometimes 75%. But I noticed one thing when this happens VSCode starts consuming more memory then usual (Maximum consumption was noted 3GB). This is from the windows default task manager. I didn't checked it via (Help > Open Process Explorer).

Which process? Please check the full command line of the process using high cpu/memory

That log is from the extension host but please set the log level to "trace" (F1 > Set Log Level > Trace)

roblourens avatar Sep 10 '22 01:09 roblourens

@roblourens I set the log level to Trace. Now in output can you tell me which item I should pick from the dropdown ? image

iyashpal avatar Sep 10 '22 04:09 iyashpal

Log (Extension Host)

roblourens avatar Sep 12 '22 04:09 roblourens

Expand to see Log (Extension Host)
[2022-09-12 17:37:34.459] [exthost] [trace] [bradlc.vscode-tailwindcss] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:34.459] [exthost] [trace] [streetsidesoftware.code-spell-checker] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:34.459] [exthost] [trace] [dbaeumer.vscode-eslint] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:34.459] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:34.460] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:34.460] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:34.460] [exthost] [trace] [dbaeumer.vscode-eslint] provider DONE after 1ms
[2022-09-12 17:37:34.460] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 0ms
[2022-09-12 17:37:34.460] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:37:34.460] [exthost] [trace] [bradlc.vscode-tailwindcss] provider DONE after 1ms
[2022-09-12 17:37:34.461] [exthost] [trace] [streetsidesoftware.code-spell-checker] provider DONE after 1ms
[2022-09-12 17:37:34.462] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 3ms
[2022-09-12 17:37:34.471] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>Promise.resolve(K.releaseCodeActions(H))'
[2022-09-12 17:37:34.471] [exthost] [trace] CommandsConverter#DISPOSE 7042
[2022-09-12 17:37:34.471] [exthost] [trace] CommandsConverter#DISPOSE 7043
[2022-09-12 17:37:34.471] [exthost] [trace] CommandsConverter#DISPOSE 7044
[2022-09-12 17:37:34.471] [exthost] [trace] CommandsConverter#DISPOSE 7045
[2022-09-12 17:37:34.471] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:37:34.509] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:34.691] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:34.691] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:34.736] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:35.009] [exthost] [trace] ExtHostSCM#$provideOriginalResource 0 file:///e%3A/www/projects/admin.project.app/tests/functional/api/products/show.spec.ts
[2022-09-12 17:37:36.783] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:36.792] [exthost] [trace] [InlayHints] 25 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:36.792] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 9ms
[2022-09-12 17:37:36.836] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:36.848] [exthost] [trace] [InlayHints] 25 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:36.848] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 12ms
[2022-09-12 17:37:37.055] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.063] [exthost] [trace] [InlayHints] 23 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.063] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 8ms
[2022-09-12 17:37:37.090] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.098] [exthost] [trace] [InlayHints] 21 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.098] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 8ms
[2022-09-12 17:37:37.144] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.150] [exthost] [trace] [InlayHints] 21 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.150] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 7ms
[2022-09-12 17:37:37.207] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.214] [exthost] [trace] [InlayHints] 21 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.214] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 7ms
[2022-09-12 17:37:37.264] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.271] [exthost] [trace] [InlayHints] 21 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.271] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 7ms
[2022-09-12 17:37:37.323] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.330] [exthost] [trace] [InlayHints] 21 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.330] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 8ms
[2022-09-12 17:37:37.357] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.361] [exthost] [trace] [InlayHints] 21 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.361] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 4ms
[2022-09-12 17:37:37.414] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideDocumentRangeSemanticTokens(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.421] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 6ms
[2022-09-12 17:37:37.493] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideInlayHints(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.500] [exthost] [trace] [InlayHints] 21 inlay hints from 'vscode.typescript-language-features' for [object Object]
[2022-09-12 17:37:37.500] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 7ms
[2022-09-12 17:37:37.569] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'fe=>fe.provideDocumentRangeSemanticTokens(u.URI.revive(H),K,Q)'
[2022-09-12 17:37:37.571] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 2ms
[2022-09-12 17:37:38.826] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:38.826] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:38.826] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:38.826] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:38.826] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:40.748] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:40.748] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:40.786] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:40.786] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:40.786] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:40.786] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:40.786] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:41.005] [exthost] [debug] ProxyResolver#resolveProxy cached https://api.github.com/graphql DIRECT 
Error: Error for stack trace
	at resolveProxy (c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\index.js:105:69)
	at c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\index.js:294:77
	at new Promise (<anonymous>)
	at _PacProxyAgent.resolveP [as resolver] (c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\index.js:294:54)
	at _PacProxyAgent.<anonymous> (c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\agent.js:70:37)
	at Generator.next (<anonymous>)
	at c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\agent.js:8:71
	at new Promise (<anonymous>)
	at __awaiter (c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\agent.js:4:12)
	at _PacProxyAgent.callback (c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\agent.js:52:16)
	at _PacProxyAgent.addRequest (c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\node_modules\agent-base\dist\src\index.js:184:38)
	at new ClientRequest (node:_http_client:305:16)
	at request (node:https:353:10)
	at patched (c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar\vscode-proxy-agent\out\index.js:298:24)
	at c:\Users\iyashpal\.vscode\extensions\eamodio.gitlens-12.2.2\dist\gitlens.js:237:87797
	at new Promise (<anonymous>)
	at fetch (c:\Users\iyashpal\.vscode\extensions\eamodio.gitlens-12.2.2\dist\gitlens.js:237:87397)
	at fetchWrapper (c:\Users\iyashpal\.vscode\extensions\eamodio.gitlens-12.2.2\dist\feature-github.js:6:6585)
	at request (c:\Users\iyashpal\.vscode\extensions\eamodio.gitlens-12.2.2\dist\feature-github.js:6:8082)
	at hook (c:\Users\iyashpal\.vscode\extensions\eamodio.gitlens-12.2.2\dist\feature-github.js:8:1924)
	at c:\Users\iyashpal\.vscode\extensions\eamodio.gitlens-12.2.2\dist\feature-github.js:1:1964
[2022-09-12 17:37:41.205] [exthost] [trace] [eamodio.gitlens] INVOKE provider 'Q=>Q.provideCodeLenses(u.URI.revive(H),K)'
[2022-09-12 17:37:41.206] [exthost] [trace] [vscode.merge-conflict] INVOKE provider 'Q=>Q.provideCodeLenses(u.URI.revive(H),K)'
[2022-09-12 17:37:41.206] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideCodeLenses(u.URI.revive(H),K)'
[2022-09-12 17:37:41.206] [exthost] [trace] [jripouteau.japa-vscode] INVOKE provider 'Q=>Q.provideCodeLenses(u.URI.revive(H),K)'
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTest 7046
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTest 7047
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTest 7048
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTest 7049
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTest 7050
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTest 7051
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTest 7052
[2022-09-12 17:37:41.215] [exthost] [trace] CommandsConverter#CREATE japa-vscode.runTestFile 7053
[2022-09-12 17:37:41.215] [exthost] [trace] ExtHostCommands#executeCommand vscode.executeDocumentSymbolProvider
[2022-09-12 17:37:41.215] [exthost] [trace] ExtHostCommands#executeCommand _executeDocumentSymbolProvider
[2022-09-12 17:37:41.215] [exthost] [trace] [jripouteau.japa-vscode] provider DONE after 9ms
[2022-09-12 17:37:41.215] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 10ms
[2022-09-12 17:37:41.216] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:41.216] [exthost] [trace] [vscode.merge-conflict] provider DONE after 10ms
[2022-09-12 17:37:41.223] [exthost] [trace] [eamodio.gitlens] provider DONE after 18ms
[2022-09-12 17:37:41.708] [exthost] [trace] [jripouteau.japa-vscode] INVOKE provider 'K=>Promise.resolve(K.releaseCodeLenses(H))'
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7034
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7035
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7036
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7037
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7038
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7039
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7040
[2022-09-12 17:37:41.708] [exthost] [trace] CommandsConverter#DISPOSE 7041
[2022-09-12 17:37:41.708] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>Promise.resolve(K.releaseCodeLenses(H))'
[2022-09-12 17:37:41.708] [exthost] [trace] [eamodio.gitlens] INVOKE provider 'K=>Promise.resolve(K.releaseCodeLenses(H))'
[2022-09-12 17:37:41.708] [exthost] [trace] [jripouteau.japa-vscode] provider DONE after 0ms
[2022-09-12 17:37:41.708] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:37:41.708] [exthost] [trace] [eamodio.gitlens] provider DONE after 0ms
[2022-09-12 17:37:44.260] [exthost] [trace] [bradlc.vscode-tailwindcss] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:44.260] [exthost] [trace] [streetsidesoftware.code-spell-checker] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:44.260] [exthost] [trace] [dbaeumer.vscode-eslint] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:44.260] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:44.261] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:44.261] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:44.261] [exthost] [trace] [dbaeumer.vscode-eslint] provider DONE after 1ms
[2022-09-12 17:37:44.261] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 0ms
[2022-09-12 17:37:44.261] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:37:44.261] [exthost] [trace] [bradlc.vscode-tailwindcss] provider DONE after 2ms
[2022-09-12 17:37:44.261] [exthost] [trace] [streetsidesoftware.code-spell-checker] provider DONE after 1ms
[2022-09-12 17:37:44.262] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 2ms
[2022-09-12 17:37:44.270] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>Promise.resolve(K.releaseCodeActions(H))'
[2022-09-12 17:37:44.270] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:37:45.719] [exthost] [trace] [bradlc.vscode-tailwindcss] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:45.719] [exthost] [trace] [streetsidesoftware.code-spell-checker] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:45.719] [exthost] [trace] [dbaeumer.vscode-eslint] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:45.719] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:45.720] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:45.720] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'we=>we.provideCodeActions(u.URI.revive(H),K,Q,fe)'
[2022-09-12 17:37:45.720] [exthost] [trace] [dbaeumer.vscode-eslint] provider DONE after 1ms
[2022-09-12 17:37:45.720] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 1ms
[2022-09-12 17:37:45.720] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 1ms
[2022-09-12 17:37:45.720] [exthost] [trace] [bradlc.vscode-tailwindcss] provider DONE after 1ms
[2022-09-12 17:37:45.720] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 1ms
[2022-09-12 17:37:45.720] [exthost] [trace] [streetsidesoftware.code-spell-checker] provider DONE after 1ms
[2022-09-12 17:37:45.730] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>Promise.resolve(K.releaseCodeActions(H))'
[2022-09-12 17:37:45.730] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:37:49.838] [exthost] [debug] ExtHostSearch c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar.unpacked\@vscode\ripgrep\bin\rg.exe --files --hidden --case-sensitive -g '!**/.git' -g '!**/.svn' -g '!**/.hg' -g '!**/CVS' -g '!**/.DS_Store' -g '!**/Thumbs.db' -g '!**/node_modules' -g '!**/bower_components' -g '!**/*.code-search' -g '!**/vendor' --no-ignore --follow --no-config --no-ignore-global
- cwd: e:\www\projects\admin.project.app
- Sibling clauses: {}
[2022-09-12 17:37:50.016] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:37:50.017] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:37:50.243] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 227ms
[2022-09-12 17:37:50.250] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:37:50.250] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 1ms
[2022-09-12 17:37:51.070] [exthost] [trace] [Vue.volar] provider DONE after 1054ms
[2022-09-12 17:37:51.114] [exthost] [trace] [Vue.volar] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:37:51.114] [exthost] [trace] [Vue.volar] provider DONE after 0ms
[2022-09-12 17:37:53.639] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:37:53.640] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:37:53.667] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 27ms
[2022-09-12 17:37:54.184] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:37:54.185] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:37:56.190] [exthost] [trace] [Vue.volar] provider DONE after 2550ms
[2022-09-12 17:37:56.193] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:57.145] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:57.146] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:57.227] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:37:57.345] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 3161ms
[2022-09-12 17:37:57.361] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:37:57.361] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:37:57.380] [exthost] [trace] [Vue.volar] provider DONE after 3196ms
[2022-09-12 17:37:57.449] [exthost] [trace] [Vue.volar] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:37:57.449] [exthost] [trace] [Vue.volar] provider DONE after 0ms
[2022-09-12 17:37:57.468] [exthost] [trace] ExtHostSCM#$provideOriginalResource 0 file:///e%3A/www/projects/admin.project.app/tests/functional/api/products/show.spec.ts
[2022-09-12 17:38:07.348] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:08.721] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:08.874] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:08.889] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:08.966] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.258] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.259] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.298] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.298] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.476] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.476] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.513] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:10.583] [exthost] [trace] ExtHostSCM#$provideOriginalResource 0 file:///e%3A/www/projects/admin.project.app/tests/functional/api/products/show.spec.ts
[2022-09-12 17:38:10.788] [exthost] [trace] ExtHostSCM#$provideOriginalResource 0 file:///e%3A/www/projects/admin.project.app/tests/functional/api/products/show.spec.ts
[2022-09-12 17:38:11.538] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:11.615] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:11.631] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:11.678] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:12.564] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:12.564] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:13.070] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 506ms
[2022-09-12 17:38:13.425] [exthost] [trace] [Vue.volar] provider DONE after 860ms
[2022-09-12 17:38:13.660] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:13.661] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:14.204] [exthost] [trace] [Vue.volar] provider DONE after 543ms
[2022-09-12 17:38:14.226] [exthost] [trace] [Vue.volar] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:38:14.226] [exthost] [trace] [Vue.volar] provider DONE after 1ms
[2022-09-12 17:38:14.253] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 593ms
[2022-09-12 17:38:14.285] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:38:14.285] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:38:15.514] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:15.683] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:15.684] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:15.720] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:38:16.031] [exthost] [trace] ExtHostSCM#$provideOriginalResource 0 file:///e%3A/www/projects/admin.project.app/tests/functional/api/products/show.spec.ts
[2022-09-12 17:38:26.407] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:26.407] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:26.688] [exthost] [trace] [Vue.volar] provider DONE after 281ms
[2022-09-12 17:38:26.766] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 360ms
[2022-09-12 17:38:35.746] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:35.747] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:36.240] [exthost] [trace] [Vue.volar] provider DONE after 494ms
[2022-09-12 17:38:36.245] [exthost] [trace] [Vue.volar] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:38:36.245] [exthost] [trace] [Vue.volar] provider DONE after 0ms
[2022-09-12 17:38:36.841] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 1095ms
[2022-09-12 17:38:36.866] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:38:36.866] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:38:56.480] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:56.480] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:56.785] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 305ms
[2022-09-12 17:38:57.098] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:57.099] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:57.276] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 178ms
[2022-09-12 17:38:57.474] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:57.474] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:57.595] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 121ms
[2022-09-12 17:38:57.789] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:57.789] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:38:58.206] [exthost] [trace] [Vue.volar] provider DONE after 1725ms
[2022-09-12 17:38:58.208] [exthost] [trace] [Vue.volar] provider DONE after 1109ms
[2022-09-12 17:38:58.220] [exthost] [trace] [Vue.volar] provider DONE after 746ms
[2022-09-12 17:38:58.391] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 601ms
[2022-09-12 17:38:58.396] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:38:58.396] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:38:58.646] [exthost] [trace] [Vue.volar] provider DONE after 856ms
[2022-09-12 17:38:58.737] [exthost] [trace] [Vue.volar] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:38:58.737] [exthost] [trace] [Vue.volar] provider DONE after 0ms
[2022-09-12 17:39:02.480] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:02.480] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:03.033] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 553ms
[2022-09-12 17:39:03.176] [exthost] [trace] [Vue.volar] provider DONE after 696ms
[2022-09-12 17:39:14.915] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:14.915] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:15.437] [exthost] [trace] [Vue.volar] provider DONE after 522ms
[2022-09-12 17:39:15.784] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 869ms
[2022-09-12 17:39:26.683] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:26.683] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:26.745] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 61ms
[2022-09-12 17:39:26.933] [exthost] [trace] [Vue.volar] provider DONE after 250ms
[2022-09-12 17:39:26.952] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:26.953] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:26.974] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 22ms
[2022-09-12 17:39:27.203] [exthost] [trace] [Vue.volar] provider DONE after 251ms
[2022-09-12 17:39:27.326] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:27.327] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:27.534] [exthost] [trace] [Vue.volar] provider DONE after 206ms
[2022-09-12 17:39:27.540] [exthost] [trace] [Vue.volar] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:39:27.540] [exthost] [trace] [Vue.volar] provider DONE after 0ms
[2022-09-12 17:39:27.884] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 557ms
[2022-09-12 17:39:27.922] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:39:27.922] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:39:35.858] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:35.858] [exthost] [trace] [Vue.volar] INVOKE provider 'Q=>Q.provideWorkspaceSymbols(H,K)'
[2022-09-12 17:39:35.947] [exthost] [trace] [Vue.volar] provider DONE after 88ms
[2022-09-12 17:39:35.948] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 89ms
[2022-09-12 17:39:35.950] [exthost] [trace] [Vue.volar] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:39:35.950] [exthost] [trace] [Vue.volar] provider DONE after 0ms
[2022-09-12 17:39:35.956] [exthost] [trace] [vscode.typescript-language-features] INVOKE provider 'K=>K.releaseWorkspaceSymbols(H)'
[2022-09-12 17:39:35.956] [exthost] [trace] [vscode.typescript-language-features] provider DONE after 0ms
[2022-09-12 17:39:59.701] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:39:59.701] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:39:59.719] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 17ms
[2022-09-12 17:39:59.719] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 18ms
[2022-09-12 17:39:59.946] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:39:59.946] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:39:59.946] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:39:59.946] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:39:59.946] [exthost] [trace] ExtHostCommands#executeCommand setContext
[2022-09-12 17:40:09.972] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:40:09.972] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:40:09.994] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 21ms
[2022-09-12 17:40:09.994] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 21ms
[2022-09-12 17:40:18.157] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:40:18.157] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:40:18.172] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 14ms
[2022-09-12 17:40:18.172] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 14ms
[2022-09-12 17:40:21.337] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:40:21.337] [exthost] [trace] [GitHub.vscode-pull-request-github] INVOKE provider 'fe=>fe.provideHover(u.URI.revive(H),K,Q)'
[2022-09-12 17:40:21.351] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 15ms
[2022-09-12 17:40:21.352] [exthost] [trace] [GitHub.vscode-pull-request-github] provider DONE after 14ms

I hope this will help. this was from a different PC file loading delay was around 3-4 seconds. Will share you more logs soon

iyashpal avatar Sep 12 '22 12:09 iyashpal

The log doesn't show anything suspicious. If you run that rg.exe command manually in your workspace folder, how long does that take?

c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar.unpacked\@vscode\ripgrep\bin\rg.exe --files --hidden --case-sensitive -g '!**/.git' -g '!**/.svn' -g '!**/.hg' -g '!**/CVS' -g '!**/.DS_Store' -g '!**/Thumbs.db' -g '!**/node_modules' -g '!**/bower_components' -g '!**/*.code-search' -g '!**/vendor' --no-ignore --follow --no-config --no-ignore-global

roblourens avatar Sep 14 '22 04:09 roblourens

Getting this error.

image

PS E:\www\projects\test.app> c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules.asar.unpacked\@vscode\ripgrep\bin\rg.exe --files --hidden --case-sensitive -g '!**/.git' -g '!**/.svn' -g '!**/.hg' -g '!**/CVS' -g '!**/.DS_Store' -g '!**/Thumbs.db' -g '!**/node_modules' -g '!**/bower_components' -g '!**/*.code-search' -g '!**/vendor' --no-ignore --follow --no-config --no-ignore-global
c:\Users\iyashpal\AppData\Local\Programs\Microsoft : The term 'c:\Users\iyashpal\AppData\Local\Programs\Microsoft' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ c:\Users\iyashpal\AppData\Local\Programs\Microsoft VS Code\resources\ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (c:\Users\iyashp...grams\Microsoft:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

iyashpal avatar Sep 14 '22 04:09 iyashpal

You will have to escape the space properly for your shell

roblourens avatar Sep 14 '22 18:09 roblourens

Command:

rg --files --hidden --case-sensitive -g '!**/.git' -g '!**/.svn' -g '!**/.hg' -g '!**/CVS' -g '!**/.DS_Store' -g '!**/Thumbs.db' -g '!**/node_modules' -g '!**/bower_components' -g '!**/*.code-search' -g '!**/vendor' --no-ignore --follow --no-config --no-ignore-global
See result

452 Files Total

yarn. Lock
webpack.config.js
tsconfig.json
test.ts
tailwind.config.js
start\routes.ts
start\limiter.ts
start\kernel.ts
start\inertia.ts
start\bouncer.ts
tests\unit\hello_world.spec.ts
tmp\uploads\products\burger.png
start\routes\web.ts
start\routes\auth.ts
start\routes\api.ts
tests\bootstrap.ts
tmp\db.sqlite3
server.ts
README.md
providers\AppProvider.ts
public\favicon.ico
public\assets\manifest.json
resources\vue\vue-shim.d.ts
tests\functional\auth\register.spec.ts
tests\functional\api\wonderpoints\store.spec.ts
tests\functional\api\wishlists\show.spec.ts
tests\functional\api\wonderpoints\index.spec.ts
tests\functional\api\wonderpoints\avail.spec.ts
tests\functional\api\products\show.spec.ts
public\assets\entrypoints.json
tests\functional\api\orders\index.spec.ts
tests\functional\api\wishlists\update.spec.ts
tests\functional\auth\logout.spec.ts
tests\functional\api\orders\show.spec.ts
tests\functional\auth\login.spec.ts
resources\vue\Plugins\index.ts
resources\vue\Pages\Dashboard.vue
tests\functional\api\reviews\show.spec.ts
resources\vue\Store\Layout.ts
resources\vue\Store\index.ts
tests\functional\api\reviews\index.spec.ts
resources\vue\Store\Auth.ts
resources\vue\Layouts\AdminLayout.vue
tests\functional\api\coupons\destroy.spec.ts
tests\functional\api\coupons\apply.spec.ts
tests\functional\api\reviews\store.spec.ts
resources\vue\Layouts\GuestLayout.vue
tests\functional\api\coupons\show.spec.ts
tests\functional\api\coupons\index.spec.ts
resources\vue\Layouts\index.ts
tests\functional\api\cuisines\show.spec.ts
tests\functional\api\cuisines\index.spec.ts
tests\functional\api\coupons\update.spec.ts
tests\functional\api\coupons\store.spec.ts
tests\functional\auth\forgot_password.spec.ts
resources\vue\Layouts\UserLayout.vue
public\images\logo.svg
resources\vue\bootstrap.ts
resources\vue\Pages\Auth\ResetPassword.vue
resources\vue\Pages\Auth\Login.vue
resources\vue\Pages\Auth\ForgotPassword.vue
resources\vue\Components\Alert.vue
resources\vue\Helpers\index.ts
public\images\logo.png
resources\vue\app.ts
resources\vue\Components\BannerFieldsBlock.vue
resources\vue\Components\AuthenticationCard.vue
resources\vue\Components\DialogModal.vue
resources\vue\Layouts\Components\Breadcrumb.vue
resources\vue\Components\App.vue
resources\vue\Components\MediaUpload.vue
resources\vue\Layouts\Components\Sidebar.vue
resources\vue\Components\Modal.vue
tests\functional\api\checkout\process.spec.ts
resources\vue\Layouts\Components\SidebarLinks.js
resources\vue\Components\ToggleCuisineCategories.vue
resources\vue\Layouts\Components\SidebarLink.vue
public\images\placeholders\ingridient.png
tests\functional\api\addresses\update.spec.ts
tests\functional\api\addresses\store.spec.ts
public\images\placeholders\cuisine.png
public\images\placeholders\product.png
tests\functional\api\addresses\show.spec.ts
tests\functional\api\categories\show.spec.ts
tests\functional\api\addresses\index.spec.ts
resources\vue\Layouts\Components\UserDropdown.vue
resources\views\app.edge
resources\views\welcome.edge
resources\vue\Components\Form\Label.vue
resources\vue\Components\Form\InputError.vue
resources\vue\Components\Form\Input.vue
resources\vue\Components\Form\SecondaryButton.vue
resources\views\emails\contact.edge
resources\views\API\content_policy.edge
resources\views\auth\register.edge
resources\views\API\change_email.edge
resources\views\auth\login.edge
resources\views\API\delete_account.edge
resources\views\API\about.edge
resources\views\auth\forgot-password.edge
resources\scss\app.scss
resources\views\emails\send-password-reset-link.edge
resources\views\API\my_subscriptions.edge
resources\views\emails\welcome.edge
resources\views\API\privacy_policy.edge
resources\vue\Components\Form\Checkbox.vue
resources\vue\Components\Form\Button.vue
resources\views\layouts\api.edge
resources\scss\app\_main.scss
resources\scss\app\_buttons.scss
resources\views\mailer\message.edge
resources\views\layouts\auth.edge
resources\views\mailer\html.edge
resources\views\layouts\app.edge
resources\views\API\terms.edge
tests\functional\api\addresses\destroy.spec.ts
tests\functional\api\carts\update.spec.ts
resources\vue\Layouts\Components\TopNavigation.vue
tests\functional\api\categories\index.spec.ts
tests\functional\api\carts\show.spec.ts
postcss.config.js
package.json
env.ts
ecosystem.config.js
resources\views\errors\unauthorized.edge
resources\views\mailer\html\content.edge
resources\views\errors\server-error.edge
resources\views\errors\not-found.edge
tests\functional\admin\auth\login.spec.ts
tests\functional\admin\coupon\index.spec.ts
config\cors.ts
contracts\drive.ts
contracts\events.ts
config\hash.ts
config\drive.ts
resources\views\admin\contacts\index.edge
resources\views\admin\orders\create.edge
resources\views\admin\categoryblog\edit.edge
resources\views\admin\orders\edit.edge
resources\views\admin\categoryblog\index.edge
resources\views\admin\categoryblog\create.edge
resources\views\admin\contacts\show.edge
resources\views\admin\orders\index.edge
resources\views\admin\coupons\show.edge
resources\views\admin\coupons\index.edge
resources\views\admin\coupons\edit.edge
resources\views\admin\orders\show.edge
resources\views\admin\categoryblog\show.edge
resources\views\components\form\textarea.edge
resources\views\admin\coupons\create.edge
resources\views\components\form\select.edge
resources\views\components\form\label.edge
resources\views\components\form\input_error.edge
resources\views\components\form\input.edge
config\static.ts
resources\vue\Components\ToggleProductCategories.vue
contracts\tests.ts
config\shield.ts
resources\views\admin\openingpositions\create.edge
resources\views\admin\testimonials\show.edge
resources\views\admin\openingpositions\index.edge
resources\views\admin\products\index.edge
resources\views\components\form\select\option.edge
resources\views\admin\media\create.edge
resources\views\admin\testimonials\index.edge
resources\views\admin\users\show.edge
resources\views\admin\products\edit.edge
resources\views\admin\openingpositions\edit.edge
resources\views\admin\products\show.edge
resources\views\admin\media\show.edge
app\Models\Address.ts
resources\views\admin\media\index.edge
app\Models\Blog.ts
resources\views\admin\media\edit.edge
app\Models\Banner.ts
app\Models\Brands.ts
app\Validators\ContactsValidator.ts
app\Models\Cart.ts
app\Validators\CategoryBlog\UpdateValidator.ts
app\Validators\CareerCategory\UpdateValidator.ts
app\Models\OpeningPosition.ts
app\Models\PasswordReset.ts
app\Validators\Checkouts\ProcessValidator.ts
app\Models\Order.ts
app\Models\Product.ts
app\Models\Notification.ts
app\Validators\Address\UpdateValidator.ts
app\Models\Media.ts
app\Validators\Category\UpdateValidator.ts
app\Validators\CategoryBlog\CreateValidator.ts
app\Validators\CareerCategory\CreateValidator.ts
app\Validators\Product\UpdateValidator.ts
app\Models\Team.ts
app\Validators\Review\CreateValidator.ts
app\Models\Review.ts
app\Validators\Product\CreateValidator.ts
app\Models\Testimonial.ts
app\Validators\Review\UpdateValidator.ts
app\Validators\Address\CreateValidator.ts
app\Models\JobApplications.ts
app\Validators\Category\CreateValidator.ts
app\Models\User.ts
app\Validators\Team\UpdateValidator.ts
app\Models\Wonderpoint.ts
app\Models\Wishlist.ts
app\Validators\Team\CreateValidator.ts
app\Models\Ingredient.ts
app\Validators\Blog\UpdateValidator.ts
app\Validators\Testimonial\CreateValidator.ts
app\Validators\Banner\UpdateValidator.ts
app\Validators\Brands\UpdateValidator.ts
app\Models\index.ts
app\Validators\Blog\CreateValidator.ts
app\Validators\Banner\CreateValidator.ts
app\Validators\JobApplicationValidator.ts
app\Validators\Wonderpoint\CreateValidator.ts
app\Validators\Testimonial\UpdateValidator.ts
app\Validators\Brands\CreateValidator.ts
app\Models\Cuisine.ts
app\Models\Coupon.ts
app\Validators\User\CreateValidator.ts
app\Validators\User\UpdateValidator.ts
app\Models\Contacts.ts
app\Models\Category.ts
resources\views\admin\openingpositions\show.edge
resources\views\admin\users\index.edge
resources\views\admin\testimonials\edit.edge
resources\views\admin\products\create.edge
resources\views\admin\testimonials\create.edge
app\Validators\OpeningPosition\CreateValidator.ts
app\Models\Pivot\CartCoupon.ts
resources\views\admin\users\edit.edge
app\Models\Pivot\CartIngredient.ts
app\Validators\Orders\UpdateValidator.ts
app\Validators\OpeningPosition\UpdateValidator.ts
app\Models\Pivot\BlogCategory.ts
app\Validators\Orders\CreateValidator.ts
resources\views\admin\teams\show.edge
resources\views\admin\users\create.edge
resources\views\admin\teams\index.edge
resources\views\admin\review\show.edge
resources\views\admin\teams\edit.edge
app\Models\Pivot\CartProduct.ts
resources\views\admin\review\index.edge
resources\views\admin\review\edit.edge
resources\views\admin\review\create.edge
resources\views\admin\teams\create.edge
app\Models\Pivot\CategoryCuisine.ts
app\Validators\JobApplications\CreateValidator.ts
config\session.ts
app\Validators\Media\CreateValidator.ts
app\Validators\JobApplications\UpdateValidator.ts
contracts\redis.ts
app\Models\Pivot\CategoryIngredient.ts
app\Validators\Cuisine\CreateValidator.ts
app\Models\Pivot\CategoryOpeningPosition.ts
app\Validators\Media\UpdateValidator.ts
app\Validators\Ingridient\UpdateValidator.ts
app\Models\Pivot\CouponOrder.ts
app\Validators\Cuisine\UpdateValidator.ts
app\Models\Pivot\CouponUser.ts
app\Validators\Coupon\ApplyValidator.ts
app\Validators\Ingridient\CreateValidator.ts
app\Models\Pivot\CategoryProduct.ts
config\redis.ts
app\Validators\Coupon\UpdateValidator.ts
app\Models\Pivot\index.ts
app\Validators\Coupon\CreateValidator.ts
config\mail.ts
app\Models\Pivot\IngredientMedia.ts
commands\MigrationFresh.ts
contracts\mail.ts
config\limiter.ts
resources\views\admin\jobapplications\show.edge
app\Models\Pivot\IngredientOrder.ts
resources\views\admin\jobapplications\index.edge
contracts\limiter.ts
resources\views\admin\ingridients\create.edge
app\Models\Pivot\IngredientWishlist.ts
commands\index.ts
app\Models\Pivot\IngredientProduct.ts
resources\views\admin\ingridients\edit.edge
app\Models\Pivot\MediaProduct.ts
config\inertia.ts
contracts\hash.ts
contracts\env.ts
resources\views\admin\cuisines\create.edge
config\database.ts
contracts\bouncer.ts
config\bodyparser.ts
app\Models\Pivot\OrderProduct.ts
app\Middleware\Guest.ts
app\Mailers\SendPasswordResetLink.ts
app\Middleware\Auth.ts
resources\views\admin\cuisines\show.edge
resources\views\admin\ingridients\show.edge
app\Middleware\SilentAuth.ts
app\Exceptions\Handler.ts
resources\views\admin\cuisines\index.edge
app\Models\Pivot\ProductWishlist.ts
app\Helpers\Validation.ts
resources\views\admin\ingridients\index.edge
resources\views\admin\cuisines\edit.edge
contracts\auth.ts
config\auth.ts
config\app.ts
resources\views\mailer\html\header.edge
resources\views\admin\categories\show.edge
resources\views\admin\categories\index.edge
resources\views\admin\categories\edit.edge
resources\views\admin\categories\create.edge
app\Middleware\API\Guest.ts
resources\views\admin\brands\create.edge
database\seeders\CategorySeeder.ts
database\seeders\ProductSeeder.ts
database\migrations\1644541931786_api_tokens.ts
resources\views\admin\brands\show.edge
resources\views\admin\brands\index.edge
database\seeders\MediaSeeder.ts
database\migrations\1644541931886_password_resets.ts
database\seeders\UserSeeder.ts
resources\views\admin\brands\edit.edge
database\migrations\1644541931779_users.ts
resources\views\admin\blogs\edit.edge
database\factories\CategoryFactory.ts
database\migrations\1644864084258_addresses.ts
database\factories\CartFactory.ts
database\migrations\1645398791774_media.ts
resources\views\admin\blogs\create.edge
app\Auth\Passwords\DatabaseTokenRepository.ts
database\factories\CouponFactory.ts
database\factories\AddressFactory.ts
resources\views\admin\blogs\index.edge
database\factories\CuisineFactory.ts
resources\views\admin\careercategory\edit.edge
database\migrations\1644760790849_notifications.ts
database\migrations\1645398791874_cuisines.ts
resources\views\admin\blogs\show.edge
database\factories\index.ts
database\migrations\1644760790949_testimonials.ts
app\Middleware\API\Auth.ts
resources\views\mailer\html\footer.edge
database\migrations\1645704483895_carts.ts
app\Controllers\Http\Auth\PasswordResetLinkController.ts
database\factories\OrderFactory.ts
database\migrations\1645704483894_coupons.ts
app\Controllers\Http\Auth\ProfilesController.ts
database\factories\MediaFactory.ts
database\seeders\BaseSeeder\Index.ts
database\migrations\1646389288354_wishlists.ts
database\migrations\1645704482895_ingredients.ts
app\Controllers\Http\Auth\NewPasswordController.ts
database\migrations\1645399613600_products.ts
app\Controllers\Http\Auth\LoginController.ts
database\factories\IngredientFactory.ts
database\migrations\1645398841127_categories.ts
resources\views\mailer\html\copyright.edge
app\Controllers\Http\API\AddressesController.ts
app\Controllers\Http\Auth\RegistersController.ts
database\migrations\1646584808625_wonderpoints.ts
database\factories\ReviewFactory.ts
database\migrations\1646585224564_reviews.ts
database\factories\WonderpointFactory.ts
database\factories\WishlistFactory.ts
database\migrations\1646914617691_orders.ts
database\factories\UserFactory.ts
app\Controllers\Http\API\BannersController.ts
database\factories\ProductFactory.ts
api.spec.yml
app\Controllers\Http\API\BlogsController.ts
ace-manifest.json
ace
app\Controllers\Http\API\CategoriesController.ts
resources\views\admin\banners\show.edge
database\migrations\1647511191933_brands.ts
resources\views\admin\banners\index.edge
app\Controllers\Http\API\CheckoutsController.ts
database\migrations\1647926100944_blogs.ts
resources\views\components\pagination\simple.edge
resources\views\admin\banners\edit.edge
app\Controllers\Http\Admin\BannersController.ts
database\migrations\1647407334255_teams.ts
app\Controllers\Http\API\CartsController.ts
resources\views\admin\banners\create.edge
database\migrations\1648548529783_contacts.ts
.gitignore
resources\views\components\alerts\danger.edge
database\migrations\1648725073278_opening_positions.ts
app\Controllers\Http\API\ContactsController.ts
.eslintrc.json
.eslintignore
.env.test
.env.example
app\Controllers\Http\Admin\BlogsController.ts
resources\views\components\alerts\success.edge
app\Controllers\Http\API\CouponsController.ts
.env
.editorconfig
database\migrations\1648730941360_job_applications.ts
.adonisrc.json
app\Controllers\Http\Admin\BrandsController.ts
app\Controllers\Http\API\CuisinesController.ts
.vscode\settings.json
app\Controllers\Http\API\OpeningPositionsController.ts
app\Controllers\Http\API\OrdersController.ts
app\Controllers\Http\Admin\CuisinesController.ts
app\Controllers\Http\Admin\CouponsController.ts
app\Controllers\Http\API\Auth\RegisterController.ts
app\Controllers\Http\Admin\HomeController.ts
app\Controllers\Http\Admin\ContactsController.ts
app\Controllers\Http\API\ProductsController.ts
app\Controllers\Http\API\JobCategoryController.ts
app\Controllers\Http\API\Auth\LoginController.ts
app\Controllers\Http\API\JobApplicationsController.ts
app\Controllers\Http\Admin\CategoriesController.ts
app\Controllers\Http\API\HomeController.ts
app\Controllers\Http\Admin\IngridientsController.ts
database\migrations\1649065304495_banners.ts
app\Controllers\Http\API\ReviewsController.ts
app\Controllers\Http\Admin\UsersController.ts
app\Controllers\Http\Admin\TestimonialsController.ts
app\Controllers\Http\Admin\TeamsController.ts
app\Controllers\Http\Admin\ReviewController.ts
app\Controllers\Http\Admin\ProductsController.ts
app\Controllers\Http\API\WonderpointsController.ts
app\Controllers\Http\Admin\OrdersController.ts
app\Controllers\Http\API\WishlistsController.ts
app\Controllers\Http\Admin\OpeningPositionsController.ts
app\Controllers\Http\API\UsersController.ts
resources\views\components\page\content\actions.edge
app\Controllers\Http\Admin\MediaController.ts
app\Controllers\Http\API\TestimonialsController.ts
app\Controllers\Http\API\TeamsController.ts
app\Controllers\Http\Admin\JobApplicationsController.ts
.github\ISSUE_TEMPLATE\feature_request.md
.github\ISSUE_TEMPLATE\bug_report.md
database\migrations\Pivot\1651209976566_cart_coupon.ts
database\migrations\Pivot\1651209545655_coupon_user.ts
database\migrations\Pivot\1648727051332_category_opening_position.ts
database\migrations\Pivot\1648720389369_blog_category.ts
database\migrations\Pivot\1647923967288_category_product.ts
database\migrations\Pivot\1647063269229_coupon_order.ts
database\migrations\Pivot\1647063268229_ingredient_order.ts
database\migrations\Pivot\1647063267229_order_product.ts
database\migrations\Pivot\1646584442362_ingredient_wishlist.ts
database\migrations\Pivot\1646389288454_product_wishlist.ts
database\migrations\Pivot\1645704483951_cart_ingredient.ts
database\migrations\Pivot\1645704483899_cart_product.ts
database\migrations\Pivot\1645704483860_category_ingredient.ts
database\migrations\Pivot\1645704483850_ingredient_product.ts
database\migrations\Pivot\1645399613500_category_cuisine.ts
database\migrations\Pivot\1652703678919_media_product.ts

@roblourens Sorry for the late reply. The above command result was very fast. I guess the time was 100ms to 200ms approx.

Here is a video :

https://user-images.githubusercontent.com/19922707/191244708-62541b5d-a5f0-4f00-8f3a-72cc9fb0b6cf.mp4

iyashpal avatar Sep 20 '22 11:09 iyashpal

Ok, so ripgrep itself is fast here. I asked this a bit ago, I don't think we established this

Which process? Please check the full command line of the process using high cpu/memory

I assume that it's the extension host process, since we ruled out the renderer process. You could follow these steps to get a perf trace of that process

  • F1 > "Show running extensions"
  • In the upper right corner of that editor, click the record button to "Start extension host profile"
  • Click the stop button
  • Click the save button to save the trace file, then upload it to this issue

roblourens avatar Sep 20 '22 22:09 roblourens

CPU-20220921T051449.584Z.cpuprofile.txt

Here it is. This time I didn't track the time but approx. it was 10 to 20 sec.

iyashpal avatar Sep 21 '22 05:09 iyashpal

The profile doesn't show much work happening. So if there is a process using high cpu, I need to know which one it is.

roblourens avatar Sep 21 '22 16:09 roblourens

While recording this Only VS Code and Edge Browser(1 tab) were running at that time. Is there anything else that you need from me?

iyashpal avatar Sep 22 '22 06:09 iyashpal

You said that you saw some process using high cpu and memory. I still don't know which process that is. The profiles don't show the extension host or renderer doing much work. At this point I am sort of out of ideas about what the problem is, but if you can confirm exactly which process you actually see using cpu and memory then it might tell us something. I can't think of anything else to ask.

roblourens avatar Sep 23 '22 01:09 roblourens