gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.94k stars 1.24k forks source link

Cache Issue - Terminal Process Error #4332

Closed askusWT closed 3 years ago

askusWT commented 3 years ago

Bug description

On start up with a completely fresh gitpod workspace, and no prior workspaces in garbage, I run into a shell based terminal error.

The terminal process failed to launch: A native exception occurred during launch (13 INTERNAL: cannot start PTY: fork/exec /usr/bin/bash: no such file or directory).

Steps to reproduce

on gitpod.io

clear all workspaces and any cached garbage pick new workspace at random - sveltejs-template run workpace

Note, I'm attempting this prior to a previous error which should not be cached yet seems to be I strongly suspect the error comes from the cache, and not any set up.

Expected behavior

fresh functional workspace

Example repository

https://jade-ant-vrfqupnv.ws-eu07.gitpod.io/

Screenshot 2021-05-28 inc terminal error

Anything else?

Despite the fresh restart the workspace is still pulling cached extensions for me Screenshot 2021-05-28 extensions

However it's doing this without any workspace files included and without a vscode file in workspace Screenshot 2021-05-28 file open

Without a terminal to play with it's hard to track down errors, however it looks like the extensions are coming from a cached set of files in .gitpod, and most likely the terminal error is there too Screenshot 2021-05-28 /home/gitpod/

is it possible that a prior corrupted /home/gitpod/ session is somehow being replicated?

GitPod Logs

GitHub Pull Requests

[Info] /home/gitpod/.ssh/config: ENOENT: no such file or directory, open '/home/gitpod/.ssh/config' [Info] Looking for git repository [Info] Git repository found, initializing review manager and pr tree view. [Info] Review> Validate state in progress [Info] Review> Validating state... [Info] Found GitHub remote [Info] Review> no matching pull request metadata found for current branch master [Info] Review> Queuing additional validate state [Info] Review> no matching pull request metadata found on GitHub for current branch master [Info] Review> Validating state... [Info] Found GitHub remote [Info] Review> no matching pull request metadata found for current branch master [Info] Review> no matching pull request metadata found on GitHub for current branch master

Git

Looking for git in: git Using git 2.30.1 from git

git rev-parse --git-dir Open repository: /workspace/sveltejs-template git status -z -u git symbolic-ref --short HEAD git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/master refs/remotes/master git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(objectname) git remote --verbose Warning: Failed to watch ref '/workspace/sveltejs-template/.git/refs/remotes/origin/master', is most likely packed. git config --get commit.template git check-ignore -v -z --stdin git remote add sveltejs https://github.com/sveltejs/template.git git config --local branch.master.github-pr-owner-number git status -z -u git symbolic-ref --short HEAD git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/master refs/remotes/master git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(objectname) git remote --verbose Warning: Failed to watch ref '/workspace/sveltejs-template/.git/refs/remotes/origin/master', is most likely packed. git config --get commit.template git config --local branch.master.github-pr-owner-number git fetch git status -z -u git symbolic-ref --short HEAD git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/master refs/remotes/master git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(objectname) git remote --verbose Warning: Failed to watch ref '/workspace/sveltejs-template/.git/refs/remotes/origin/master', is most likely packed. git config --get commit.template git check-ignore -v -z --stdin git fetch git status -z -u git symbolic-ref --short HEAD git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/master refs/remotes/master git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(objectname) git remote --verbose Warning: Failed to watch ref '/workspace/sveltejs-template/.git/refs/remotes/origin/master', is most likely packed. git config --get commit.template Opening repository for path='/home/gitpod' failed; ex=Failed to execute git { "exitCode": 128, "gitErrorCode": "NotAGitRepository", "gitCommand": "rev-parse", "stdout": "", "stderr": "fatal: not a git repository (or any of the parent directories): .git\n" } Opening repository for path='/home/gitpod' failed; ex=Failed to execute git { "exitCode": 128, "gitErrorCode": "NotAGitRepository", "gitCommand": "rev-parse", "stdout": "", "stderr": "fatal: not a git repository (or any of the parent directories): .git\n" } Opening repository for path='/home/gitpod' failed; ex=Failed to execute git { "exitCode": 128, "gitErrorCode": "NotAGitRepository", "gitCommand": "rev-parse", "stdout": "", "stderr": "fatal: not a git repository (or any of the parent directories): .git\n" } git fetch git status -z -u git symbolic-ref --short HEAD git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/master refs/remotes/master git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(objectname) git remote --verbose Warning: Failed to watch ref '/workspace/sveltejs-template/.git/refs/remotes/origin/master', is most likely packed. git config --get commit.template git fetch git status -z -u git symbolic-ref --short HEAD git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/master refs/remotes/master git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(objectname) git remote --verbose Warning: Failed to watch ref '/workspace/sveltejs-template/.git/refs/remotes/origin/master', is most likely packed. git config --get commit.template git fetch git status -z -u git symbolic-ref --short HEAD git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track) refs/heads/master refs/remotes/master git for-each-ref --sort -committerdate --format %(refname) %(objectname) %(*objectname) git remote --verbose Warning: Failed to watch ref '/workspace/sveltejs-template/.git/refs/remotes/origin/master', is most likely packed. git config --get commit.template

Editor Config

Initializing document watcher... /home/gitpod/.bashrc: {} /home/gitpod/.bashrc: {} /home/gitpod/.bashrc: {} undefined: {} undefined: {} undefined: {} undefined: {} undefined: {} undefined: {} undefined: {} undefined: {} remoteExtHostLog: {} undefined: {} undefined: {} undefined: {} undefined: {} undefined: {} undefined: {}

Git Lens

[2021-05-28 08:55:07:468] [/home/gitpod] Git Command failed: /usr/bin/git -c core.quotepath=false -c color.ui=false rev-parse --show-toplevel • not a git repository (or any of the parent directories): .git • 17 ms

shellformat

shfmt hasn't downloaded yet!Error: ENOENT: no such file or directory, stat '/home/gitpod/.gitpod-code/extensions/foxundermoon.shell-format-7.0.1/bin/shfmt_v3.0.1_linux_amd64' Shfmt will be downloaded automatically! download url: https://github.com/mvdan/sh/releases/download/v3.0.1/shfmt_v3.0.1_linux_amd64 download to: /home/gitpod/.gitpod-code/extensions/foxundermoon.shell-format-7.0.1/bin/shfmt_v3.0.1_linux_amd64 If the download fails, you can manually download it to the dest directory. Or download to another directory, and then set the "shellformat.path" as the path download shfmt page: https://github.com/mvdan/sh/releases You can't use this plugin until the download is successful. downloaded:[0.05%] downloaded:[0.09%] downloaded:[0.14%] downloaded:[0.18%] downloaded:[0.23%] downloaded:[0.27%] downloaded:[0.28%] downloaded:[0.33%] downloaded:[0.38%] downloaded:[0.42%] downloaded:[0.47%] downloaded:[0.51%] downloaded:[0.56%] downloaded:[0.60%] downloaded:[0.65%] downloaded:[0.70%] downloaded:[0.74%] downloaded:[0.79%] downloaded:[0.83%] downloaded:[0.87%] downloaded:[0.92%] downloaded:[0.96%] downloaded:[1.01%] downloaded:[1.06%] downloaded:[1.10%] downloaded:[1.12%] downloaded:[1.17%] downloaded:[1.22%] downloaded:[1.26%] downloaded:[1.31%] downloaded:[1.35%] downloaded:[1.37%] downloaded:[1.40%] downloaded:[1.45%] downloaded:[1.50%] downloaded:[1.54%] downloaded:[1.59%] downloaded:[1.63%] downloaded:[1.68%] downloaded:[1.72%] downloaded:[1.77%] downloaded:[1.82%] downloaded:[1.86%] downloaded:[1.91%] downloaded:[1.95%] downloaded:[1.98%] downloaded:[2.03%] downloaded:[2.07%] downloaded:[2.12%] downloaded:[2.17%] downloaded:[2.21%] downloaded:[2.26%] downloaded:[2.28%] downloaded:[2.32%] downloaded:[2.37%] downloaded:[2.42%] downloaded:[2.46%] downloaded:[2.51%] downloaded:[2.55%] downloaded:[2.56%] downloaded:[2.61%] downloaded:[2.65%] downloaded:[2.70%] downloaded:[2.74%] downloaded:[2.79%] downloaded:[2.83%] downloaded:[2.86%] downloaded:[2.90%] downloaded:[2.95%] downloaded:[2.99%] downloaded:[3.04%] downloaded:[3.09%] downloaded:[3.10%] downloaded:[3.14%] downloaded:[3.18%] downloaded:[3.23%] downloaded:[3.27%] downloaded:[3.32%] downloaded:[3.37%] downloaded:[3.41%] downloaded:[3.46%] downloaded:[3.50%] downloaded:[3.55%] downloaded:[3.59%] downloaded:[3.64%] downloaded:[3.68%] downloaded:[3.71%] downloaded:[3.76%] downloaded:[3.81%] downloaded:[3.85%] downloaded:[3.90%] downloaded:[3.94%] downloaded:[3.99%] downloaded:[4.03%] downloaded:[4.08%] downloaded:[4.13%] downloaded:[4.17%] downloaded:[4.22%] downloaded:[4.26%] downloaded:[4.29%] downloaded:[4.34%] downloaded:[4.38%] downloaded:[4.43%] downloaded:[4.47%] downloaded:[4.52%] downloaded:[4.57%] downloaded:[4.61%] downloaded:[4.66%] downloaded:[4.70%] downloaded:[4.75%] downloaded:[4.79%] downloaded:[4.84%] downloaded:[4.87%] downloaded:[4.92%] downloaded:[4.96%] downloaded:[5.01%] downloaded:[5.05%] downloaded:[5.10%] downloaded:[5.14%] downloaded:[5.19%] downloaded:[5.24%] downloaded:[5.28%] downloaded:[5.33%] downloaded:[5.37%] downloaded:[5.41%] downloaded:[5.45%] downloaded:[5.49%] downloaded:[5.54%] downloaded:[5.58%] downloaded:[5.63%] downloaded:[5.68%] downloaded:[5.72%] downloaded:[5.74%] downloaded:[5.79%] downloaded:[5.84%] downloaded:[5.88%] downloaded:[5.93%] downloaded:[5.97%] downloaded:[6.02%] downloaded:[6.02%] downloaded:[6.07%] downloaded:[6.12%] downloaded:[6.16%] downloaded:[6.21%] downloaded:[6.25%] downloaded:[6.30%] downloaded:[6.34%] downloaded:[6.39%] downloaded:[6.44%] downloaded:[6.48%] downloaded:[6.53%] downloaded:[6.57%] downloaded:[6.60%] downloaded:[6.65%] downloaded:[6.69%] downloaded:[6.74%] downloaded:[6.78%] downloaded:[6.83%] downloaded:[6.88%] downloaded:[6.90%] downloaded:[7.15%] downloaded:[7.18%] downloaded:[7.72%] downloaded:[7.76%] downloaded:[8.30%] downloaded:[8.33%] downloaded:[8.88%] downloaded:[8.91%] downloaded:[9.21%] downloaded:[9.49%] downloaded:[9.79%] downloaded:[10.03%] downloaded:[10.07%] downloaded:[10.61%] downloaded:[11.15%] downloaded:[11.22%] downloaded:[11.76%] downloaded:[11.80%] downloaded:[12.34%] downloaded:[12.38%] downloaded:[12.92%] downloaded:[12.95%] downloaded:[13.50%] downloaded:[13.53%] downloaded:[14.07%] downloaded:[14.11%] downloaded:[14.65%] downloaded:[14.69%] downloaded:[14.98%] downloaded:[15.26%] downloaded:[15.81%] downloaded:[15.84%] downloaded:[16.14%] downloaded:[16.42%] downloaded:[16.72%] downloaded:[16.96%] downloaded:[17.00%] downloaded:[17.54%] downloaded:[17.57%] downloaded:[18.12%] downloaded:[18.15%] downloaded:[18.69%] downloaded:[18.73%] downloaded:[19.27%] downloaded:[19.31%] downloaded:[19.85%] downloaded:[19.88%] downloaded:[20.43%] downloaded:[20.46%] downloaded:[20.76%] downloaded:[21.04%] downloaded:[21.58%] downloaded:[21.62%] downloaded:[22.16%] downloaded:[22.19%] downloaded:[22.74%] downloaded:[22.77%] downloaded:[23.31%] downloaded:[23.86%] downloaded:[23.93%] downloaded:[24.47%] downloaded:[24.50%] downloaded:[25.05%] downloaded:[25.08%] downloaded:[25.62%] downloaded:[25.92%] downloaded:[26.17%] downloaded:[26.23%] downloaded:[26.53%] downloaded:[26.78%] downloaded:[26.81%] downloaded:[27.36%] downloaded:[27.39%] downloaded:[27.93%] downloaded:[27.97%] downloaded:[28.51%] downloaded:[28.54%] downloaded:[29.09%] downloaded:[29.12%] downloaded:[29.67%] downloaded:[30.21%] downloaded:[30.28%] downloaded:[30.82%] downloaded:[31.36%] downloaded:[31.43%] downloaded:[31.98%] downloaded:[32.01%] downloaded:[32.55%] downloaded:[33.10%] downloaded:[33.64%] downloaded:[34.18%] downloaded:[34.73%] downloaded:[35.27%] downloaded:[35.47%] downloaded:[36.02%] downloaded:[36.56%] downloaded:[36.63%] downloaded:[37.17%] downloaded:[37.21%] downloaded:[37.75%] downloaded:[37.78%] downloaded:[38.33%] downloaded:[38.87%] downloaded:[38.94%] downloaded:[39.48%] downloaded:[39.52%] downloaded:[39.81%] downloaded:[40.06%] downloaded:[40.09%] downloaded:[40.64%] downloaded:[40.67%] downloaded:[41.21%] downloaded:[41.25%] downloaded:[41.79%] downloaded:[41.83%] downloaded:[42.37%] downloaded:[42.40%] downloaded:[42.95%] downloaded:[42.98%] downloaded:[43.52%] downloaded:[43.56%] downloaded:[44.10%] downloaded:[44.65%] downloaded:[45.19%] downloaded:[45.29%] downloaded:[45.83%] downloaded:[46.38%] downloaded:[46.92%] downloaded:[47.02%] downloaded:[47.32%] downloaded:[47.60%] downloaded:[47.90%] downloaded:[48.14%] downloaded:[48.18%] downloaded:[48.72%] downloaded:[48.76%] downloaded:[49.30%] downloaded:[49.33%] downloaded:[49.88%] downloaded:[49.91%] downloaded:[50.45%] downloaded:[51.00%] downloaded:[51.07%] downloaded:[51.61%] downloaded:[51.64%] downloaded:[52.19%] downloaded:[52.22%] downloaded:[52.52%] downloaded:[52.76%] downloaded:[52.80%] downloaded:[53.34%] downloaded:[53.37%] downloaded:[53.92%] downloaded:[53.95%] downloaded:[54.50%] downloaded:[54.53%] downloaded:[55.07%] downloaded:[55.62%] downloaded:[56.16%] downloaded:[56.70%] downloaded:[57.25%] downloaded:[57.79%] downloaded:[57.99%] downloaded:[58.54%] downloaded:[59.08%] downloaded:[59.62%] downloaded:[60.17%] downloaded:[60.71%] downloaded:[61.26%] downloaded:[61.80%] downloaded:[62.34%] downloaded:[62.89%] downloaded:[63.43%] downloaded:[63.97%] downloaded:[64.52%] downloaded:[65.06%] downloaded:[65.60%] downloaded:[66.15%] downloaded:[66.69%] downloaded:[67.23%] downloaded:[67.45%] downloaded:[68.00%] downloaded:[68.54%] downloaded:[69.08%] downloaded:[69.63%] downloaded:[70.17%] downloaded:[70.71%] downloaded:[71.26%] downloaded:[71.80%] downloaded:[72.34%] downloaded:[72.89%] downloaded:[73.43%] downloaded:[73.97%] downloaded:[74.52%] downloaded:[75.06%] downloaded:[75.60%] downloaded:[76.15%] downloaded:[76.69%] downloaded:[77.23%] downloaded:[77.44%] downloaded:[77.99%] downloaded:[78.53%] downloaded:[79.07%] downloaded:[79.62%] downloaded:[80.16%] downloaded:[80.70%] downloaded:[80.91%] downloaded:[81.45%] downloaded:[81.75%] downloaded:[82.00%] downloaded:[82.54%] downloaded:[83.09%] downloaded:[83.63%] downloaded:[84.17%] downloaded:[84.72%] downloaded:[85.26%] downloaded:[85.80%] downloaded:[86.35%] downloaded:[86.89%] downloaded:[87.43%] downloaded:[87.73%] downloaded:[87.98%] downloaded:[88.52%] downloaded:[89.06%] downloaded:[89.61%] downloaded:[90.15%] downloaded:[90.69%] downloaded:[91.24%] downloaded:[91.78%] downloaded:[92.08%] downloaded:[92.62%] downloaded:[92.87%] downloaded:[93.41%] downloaded:[93.95%] downloaded:[94.50%] downloaded:[95.04%] downloaded:[95.59%] downloaded:[96.13%] downloaded:[96.67%] downloaded:[97.22%] downloaded:[97.76%] downloaded:[98.30%] downloaded:[98.84%] downloaded:[99.39%] downloaded:[99.93%] downloaded:[100.00%] download success, You can use it successfully! Suggestions or issues can be submitted here https://git.io/vsshell-issues

Bash IDE

[Info - 8:55:08 AM] BashLanguageServer initializing... Analyzing files matching glob "*/@(.sh|.inc|.bash|.command)" inside /workspace/sveltejs-template Glob resolved with 0 files after 0.14 seconds Analyzer finished after 0.141 seconds [Info - 8:55:08 AM] BashLanguageServer initialized onDocumentSymbol

Log (Remote Server)

[2021-05-28 08:47:46.414] [main] [info] code server: synching tasks... [2021-05-28 08:47:46.414] [main] [info] Gitpod Code Server listening on 0.0.0.0:23000. [2021-05-28 08:47:46.425] [main] [info] code server: tasks synched [2021-05-28 08:47:48.279] [main] [info] Installing the extension: svelte.svelte-vscode [2021-05-28 08:47:50.199] [main] [error] Error: ENOENT: no such file or directory, stat '/ide/gitpod/cli' [2021-05-28 08:47:51.572] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.755a660b-bce6-45b6-9bb4-9d28a894891f: svelte.svelte-vscode [2021-05-28 08:47:51.585] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/svelte.svelte-vscode-105.0.0 [2021-05-28 08:47:51.586] [main] [info] Installation completed. svelte.svelte-vscode [2021-05-28 08:47:51.590] [main] [info] Successfully installed the extension: svelte.svelte-vscode [2021-05-28 08:47:52.298] [main] [info] Installing extension: github.vscode-pull-request-github [2021-05-28 08:47:52.454] [main] [info] [dd772b4f-252f-4dc9-bf2e-79cf87770692] Socket upgraded for "/?reconnectionToken=dd772b4f-252f-4dc9-bf2e-79cf87770692&reconnection=false&skipWebSocketFrames=false". [2021-05-28 08:47:52.537] [main] [info] [dd772b4f-252f-4dc9-bf2e-79cf87770692] Management connection is connected. [2021-05-28 08:47:52.601] [main] [info] [session:fb2581fc-df75-4605-b15a-c7be2d7abe15] started watching fs [2021-05-28 08:47:52.829] [main] [info] Downloaded extension: github.vscode-pull-request-github /home/gitpod/.gitpod-code/CachedExtensionVSIXs/github.vscode-pull-request-github-0.26.0 [2021-05-28 08:47:52.867] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.a07b62c3-b7a9-4a37-8a75-be44dc5e0bb8: github.vscode-pull-request-github [2021-05-28 08:47:52.873] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/github.vscode-pull-request-github-0.26.0 [2021-05-28 08:47:52.875] [main] [info] Installation completed. github.vscode-pull-request-github [2021-05-28 08:47:52.878] [main] [info] Extensions installed successfully: github.vscode-pull-request-github [2021-05-28 08:47:55.983] [main] [info] [2775b044-e1e0-4e3b-be8f-77c47eb089f8] Socket upgraded for "/?reconnectionToken=2775b044-e1e0-4e3b-be8f-77c47eb089f8&reconnection=false&skipWebSocketFrames=false". [2021-05-28 08:47:56.501] [main] [info] [2775b044-e1e0-4e3b-be8f-77c47eb089f8] Extension host is started. [2021-05-28 08:47:56.817] [main] [info] [2775b044-e1e0-4e3b-be8f-77c47eb089f8] Extension host is connected. [2021-05-28 08:47:57.394] [main] [error] code server: 1 terminal: failed to open: {"code":13,"details":"cannot start PTY: fork/exec /usr/bin/bash: no such file or directory","metadata":{"internalRepr":{},"options":{}}} [2021-05-28 08:47:59.045] [main] [info] Installing extension: auchenberg.vscode-browser-preview [2021-05-28 08:48:00.134] [main] [info] Downloaded extension: auchenberg.vscode-browser-preview /home/gitpod/.gitpod-code/CachedExtensionVSIXs/auchenberg.vscode-browser-preview-0.7.1 [2021-05-28 08:48:02.497] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.5bda5eb5-6518-4069-94fb-dbff630abf52: auchenberg.vscode-browser-preview [2021-05-28 08:48:02.662] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/auchenberg.vscode-browser-preview-0.7.1 [2021-05-28 08:48:02.664] [main] [info] Installation completed. auchenberg.vscode-browser-preview [2021-05-28 08:48:02.763] [main] [info] Extensions installed successfully: auchenberg.vscode-browser-preview [2021-05-28 08:48:02.863] [main] [info] Installing extension: coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:03.031] [main] [info] Installing extension: christian-kohler.npm-intellisense [2021-05-28 08:48:03.032] [main] [info] Installing extension: eg2.vscode-npm-script [2021-05-28 08:48:03.039] [main] [info] Installing extension: gamunu.vscode-yarn [2021-05-28 08:48:03.101] [main] [info] Installing extension: meganrogge.template-string-converter [2021-05-28 08:48:03.125] [main] [info] Installing extension: dbaeumer.vscode-eslint [2021-05-28 08:48:03.307] [main] [info] Downloaded extension: coenraads.bracket-pair-colorizer-2 /home/gitpod/.gitpod-code/CachedExtensionVSIXs/coenraads.bracket-pair-colorizer-2-0.1.4 [2021-05-28 08:48:03.404] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.47ac4009-5e18-4b76-a1fa-35dd670ece94: coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:03.409] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4 [2021-05-28 08:48:03.410] [main] [info] Installation completed. coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:03.413] [main] [info] Extensions installed successfully: coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:03.423] [main] [info] Installing extension: mhutchie.git-graph [2021-05-28 08:48:03.424] [main] [info] Installing extension: formulahendry.auto-close-tag [2021-05-28 08:48:03.476] [main] [info] Downloaded extension: eg2.vscode-npm-script /home/gitpod/.gitpod-code/CachedExtensionVSIXs/eg2.vscode-npm-script-0.3.11 [2021-05-28 08:48:03.494] [main] [info] Downloaded extension: gamunu.vscode-yarn /home/gitpod/.gitpod-code/CachedExtensionVSIXs/gamunu.vscode-yarn-1.7.1 [2021-05-28 08:48:03.537] [main] [info] Downloaded extension: dbaeumer.vscode-eslint /home/gitpod/.gitpod-code/CachedExtensionVSIXs/dbaeumer.vscode-eslint-2.1.8 [2021-05-28 08:48:03.561] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.478dd699-8785-4c82-811d-77d100e040d6: eg2.vscode-npm-script [2021-05-28 08:48:03.568] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/eg2.vscode-npm-script-0.3.11 [2021-05-28 08:48:03.570] [main] [info] Installation completed. eg2.vscode-npm-script [2021-05-28 08:48:03.574] [main] [info] Extensions installed successfully: eg2.vscode-npm-script [2021-05-28 08:48:03.578] [main] [info] Installing extension: donjayamanne.githistory [2021-05-28 08:48:03.584] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.5ae1a456-d683-443f-8745-78a58e664d0b: dbaeumer.vscode-eslint [2021-05-28 08:48:03.592] [main] [info] Downloaded extension: meganrogge.template-string-converter /home/gitpod/.gitpod-code/CachedExtensionVSIXs/meganrogge.template-string-converter-0.4.8 [2021-05-28 08:48:03.600] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/dbaeumer.vscode-eslint-2.1.8 [2021-05-28 08:48:03.601] [main] [info] Installation completed. dbaeumer.vscode-eslint [2021-05-28 08:48:03.608] [main] [info] Extensions installed successfully: dbaeumer.vscode-eslint [2021-05-28 08:48:03.609] [main] [info] Downloaded extension: christian-kohler.npm-intellisense /home/gitpod/.gitpod-code/CachedExtensionVSIXs/christian-kohler.npm-intellisense-1.2.2 [2021-05-28 08:48:03.619] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.056130c9-5829-4f30-b496-ebf2ca46e334: meganrogge.template-string-converter [2021-05-28 08:48:03.625] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/meganrogge.template-string-converter-0.4.8 [2021-05-28 08:48:03.626] [main] [info] Installation completed. meganrogge.template-string-converter [2021-05-28 08:48:03.630] [main] [info] Extensions installed successfully: meganrogge.template-string-converter [2021-05-28 08:48:03.648] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.b600a1cb-4d13-4148-804a-b11a497e8386: gamunu.vscode-yarn [2021-05-28 08:48:03.653] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/gamunu.vscode-yarn-1.7.1 [2021-05-28 08:48:03.655] [main] [info] Installation completed. gamunu.vscode-yarn [2021-05-28 08:48:03.659] [main] [info] Extensions installed successfully: gamunu.vscode-yarn [2021-05-28 08:48:03.670] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.405b61ba-9a9c-4546-88db-a169544c904e: christian-kohler.npm-intellisense [2021-05-28 08:48:03.674] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/christian-kohler.npm-intellisense-1.2.2 [2021-05-28 08:48:03.675] [main] [info] Installation completed. christian-kohler.npm-intellisense [2021-05-28 08:48:03.677] [main] [info] Extensions installed successfully: christian-kohler.npm-intellisense [2021-05-28 08:48:03.902] [main] [info] Downloaded extension: formulahendry.auto-close-tag /home/gitpod/.gitpod-code/CachedExtensionVSIXs/formulahendry.auto-close-tag-0.5.10 [2021-05-28 08:48:03.923] [main] [info] Downloaded extension: mhutchie.git-graph /home/gitpod/.gitpod-code/CachedExtensionVSIXs/mhutchie.git-graph-1.30.0 [2021-05-28 08:48:03.930] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.fde0bb6f-eb27-48ac-adde-9caf59b834ba: formulahendry.auto-close-tag [2021-05-28 08:48:03.935] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/formulahendry.auto-close-tag-0.5.10 [2021-05-28 08:48:03.936] [main] [info] Installation completed. formulahendry.auto-close-tag [2021-05-28 08:48:03.939] [main] [info] Extensions installed successfully: formulahendry.auto-close-tag [2021-05-28 08:48:03.997] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.52df83e1-0ac7-4df9-9b45-baa148822e8d: mhutchie.git-graph [2021-05-28 08:48:04.005] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/mhutchie.git-graph-1.30.0 [2021-05-28 08:48:04.006] [main] [info] Installation completed. mhutchie.git-graph [2021-05-28 08:48:04.011] [main] [info] Extensions installed successfully: mhutchie.git-graph [2021-05-28 08:48:04.083] [main] [info] Installing extension: github.github-vscode-theme [2021-05-28 08:48:04.084] [main] [info] Installing extension: idleberg.icon-fonts [2021-05-28 08:48:04.115] [main] [info] Downloaded extension: donjayamanne.githistory /home/gitpod/.gitpod-code/CachedExtensionVSIXs/donjayamanne.githistory-0.6.16 [2021-05-28 08:48:04.121] [main] [info] Installing extension: editorconfig.editorconfig [2021-05-28 08:48:04.121] [main] [info] Installing extension: eamodio.gitlens [2021-05-28 08:48:04.154] [main] [info] Installing extension: gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:04.161] [main] [info] Installing extension: magicstack.magicpython [2021-05-28 08:48:04.168] [main] [info] Installing extension: esbenp.prettier-vscode [2021-05-28 08:48:04.212] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.1e09a06e-f3ae-4fa1-b627-94661fe3d9d2: donjayamanne.githistory [2021-05-28 08:48:04.218] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/donjayamanne.githistory-0.6.16 [2021-05-28 08:48:04.219] [main] [info] Installation completed. donjayamanne.githistory [2021-05-28 08:48:04.222] [main] [info] Extensions installed successfully: donjayamanne.githistory [2021-05-28 08:48:04.453] [main] [info] Installing extension: timonwong.shellcheck [2021-05-28 08:48:04.454] [main] [info] Installing extension: foxundermoon.shell-format [2021-05-28 08:48:04.494] [main] [info] Installing extension: mikestead.dotenv [2021-05-28 08:48:04.522] [main] [info] Installing extension: rogalmic.bash-debug [2021-05-28 08:48:04.523] [main] [info] Installing extension: caponetto.vscode-diff-viewer [2021-05-28 08:48:04.529] [main] [info] Installing extension: gruntfuggly.todo-tree [2021-05-28 08:48:04.563] [main] [info] Installing extension: mads-hartmann.bash-ide-vscode [2021-05-28 08:48:04.575] [main] [info] Downloaded extension: editorconfig.editorconfig /home/gitpod/.gitpod-code/CachedExtensionVSIXs/editorconfig.editorconfig-0.16.4 [2021-05-28 08:48:04.576] [main] [info] Downloaded extension: github.github-vscode-theme /home/gitpod/.gitpod-code/CachedExtensionVSIXs/github.github-vscode-theme-4.1.1 [2021-05-28 08:48:04.629] [main] [info] Installing extension: orta.vscode-jest [2021-05-28 08:48:04.632] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.f5190567-b28f-4c22-a95b-3721edc6771a: github.github-vscode-theme [2021-05-28 08:48:04.664] [main] [info] Installing extension: hookyqr.beautify [2021-05-28 08:48:04.710] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/github.github-vscode-theme-4.1.1 [2021-05-28 08:48:04.710] [main] [info] Downloaded extension: eamodio.gitlens /home/gitpod/.gitpod-code/CachedExtensionVSIXs/eamodio.gitlens-11.4.1 [2021-05-28 08:48:04.711] [main] [info] Installation completed. github.github-vscode-theme [2021-05-28 08:48:04.724] [main] [info] Installing extension: standard.vscode-standard [2021-05-28 08:48:04.773] [main] [info] Downloaded extension: idleberg.icon-fonts /home/gitpod/.gitpod-code/CachedExtensionVSIXs/idleberg.icon-fonts-2.5.2 [2021-05-28 08:48:04.775] [main] [info] Installing extension: ibm.output-colorizer [2021-05-28 08:48:04.781] [main] [info] Extensions installed successfully: github.github-vscode-theme [2021-05-28 08:48:04.785] [main] [info] Downloaded extension: gulajavaministudio.mayukaithemevsc /home/gitpod/.gitpod-code/CachedExtensionVSIXs/gulajavaministudio.mayukaithemevsc-2.0.6 [2021-05-28 08:48:04.792] [main] [info] Downloaded extension: magicstack.magicpython /home/gitpod/.gitpod-code/CachedExtensionVSIXs/magicstack.magicpython-1.1.1 [2021-05-28 08:48:04.826] [main] [info] Downloaded extension: esbenp.prettier-vscode /home/gitpod/.gitpod-code/CachedExtensionVSIXs/esbenp.prettier-vscode-6.4.0 [2021-05-28 08:48:04.917] [main] [info] Downloaded extension: foxundermoon.shell-format /home/gitpod/.gitpod-code/CachedExtensionVSIXs/foxundermoon.shell-format-7.0.1 [2021-05-28 08:48:04.924] [main] [info] Installing extension: vincaslt.highlight-matching-tag [2021-05-28 08:48:04.950] [main] [info] Downloaded extension: mikestead.dotenv /home/gitpod/.gitpod-code/CachedExtensionVSIXs/mikestead.dotenv-1.0.1 [2021-05-28 08:48:04.956] [main] [info] Installing extension: christian-kohler.npm-intellisense [2021-05-28 08:48:04.957] [main] [info] Installing extension: emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:04.982] [main] [info] Installing extension: prisma.prisma [2021-05-28 08:48:05.002] [main] [info] Downloaded extension: christian-kohler.npm-intellisense /home/gitpod/.gitpod-code/CachedExtensionVSIXs/christian-kohler.npm-intellisense-1.2.2 [2021-05-28 08:48:05.055] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.6588b4f7-7bf6-44e9-b011-64e298db57a9: editorconfig.editorconfig [2021-05-28 08:48:05.070] [main] [info] Downloaded extension: caponetto.vscode-diff-viewer /home/gitpod/.gitpod-code/CachedExtensionVSIXs/caponetto.vscode-diff-viewer-1.1.3 [2021-05-28 08:48:05.076] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/editorconfig.editorconfig-0.16.4 [2021-05-28 08:48:05.082] [main] [info] Installation completed. editorconfig.editorconfig [2021-05-28 08:48:05.092] [main] [info] Extensions installed successfully: editorconfig.editorconfig [2021-05-28 08:48:05.098] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.9b4a74a4-3679-4cfa-833a-a5661c433b78: foxundermoon.shell-format [2021-05-28 08:48:05.134] [main] [info] Downloaded extension: rogalmic.bash-debug /home/gitpod/.gitpod-code/CachedExtensionVSIXs/rogalmic.bash-debug-0.3.9 [2021-05-28 08:48:05.138] [main] [info] Downloaded extension: gruntfuggly.todo-tree /home/gitpod/.gitpod-code/CachedExtensionVSIXs/gruntfuggly.todo-tree-0.0.212 [2021-05-28 08:48:05.140] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/foxundermoon.shell-format-7.0.1 [2021-05-28 08:48:05.151] [main] [info] Installation completed. foxundermoon.shell-format [2021-05-28 08:48:05.165] [main] [info] Extensions installed successfully: foxundermoon.shell-format [2021-05-28 08:48:05.169] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.6abfb528-4395-4d3d-879c-f2fe11174fe6: mikestead.dotenv [2021-05-28 08:48:05.188] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/mikestead.dotenv-1.0.1 [2021-05-28 08:48:05.190] [main] [info] Downloaded extension: orta.vscode-jest /home/gitpod/.gitpod-code/CachedExtensionVSIXs/orta.vscode-jest-4.0.0-alpha.1 [2021-05-28 08:48:05.210] [main] [info] Installation completed. mikestead.dotenv [2021-05-28 08:48:05.225] [main] [info] Extensions installed successfully: mikestead.dotenv [2021-05-28 08:48:05.262] [main] [info] Downloaded extension: hookyqr.beautify /home/gitpod/.gitpod-code/CachedExtensionVSIXs/hookyqr.beautify-1.4.11 [2021-05-28 08:48:05.298] [main] [info] Downloaded extension: ibm.output-colorizer /home/gitpod/.gitpod-code/CachedExtensionVSIXs/ibm.output-colorizer-0.1.2 [2021-05-28 08:48:05.327] [main] [info] Downloaded extension: mads-hartmann.bash-ide-vscode /home/gitpod/.gitpod-code/CachedExtensionVSIXs/mads-hartmann.bash-ide-vscode-1.11.0 [2021-05-28 08:48:05.337] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.62af6eea-01cf-4ca0-a94e-cfd73f1d1d66: caponetto.vscode-diff-viewer [2021-05-28 08:48:05.368] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/caponetto.vscode-diff-viewer-1.1.3 [2021-05-28 08:48:05.378] [main] [info] Installation completed. caponetto.vscode-diff-viewer [2021-05-28 08:48:05.394] [main] [info] Extensions installed successfully: caponetto.vscode-diff-viewer [2021-05-28 08:48:05.408] [main] [info] Downloaded extension: vincaslt.highlight-matching-tag /home/gitpod/.gitpod-code/CachedExtensionVSIXs/vincaslt.highlight-matching-tag-0.10.0 [2021-05-28 08:48:05.408] [main] [info] Downloaded extension: standard.vscode-standard /home/gitpod/.gitpod-code/CachedExtensionVSIXs/standard.vscode-standard-1.5.1 [2021-05-28 08:48:05.411] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.927f0303-26fb-4a31-a0fa-47e5c01527a7: gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:05.432] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/gulajavaministudio.mayukaithemevsc-2.0.6 [2021-05-28 08:48:05.440] [main] [info] Installation completed. gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:05.466] [main] [info] Extensions installed successfully: gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:05.468] [main] [info] Downloaded extension: timonwong.shellcheck /home/gitpod/.gitpod-code/CachedExtensionVSIXs/timonwong.shellcheck-0.14.1 [2021-05-28 08:48:05.504] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.3f97d81c-fe89-40b2-9dec-35023734bbca: ibm.output-colorizer [2021-05-28 08:48:05.505] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.37b12c94-31f3-41ed-94cc-23954aead782: orta.vscode-jest [2021-05-28 08:48:05.521] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/ibm.output-colorizer-0.1.2 [2021-05-28 08:48:05.523] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/orta.vscode-jest-4.0.0-alpha.1 [2021-05-28 08:48:05.532] [main] [info] Installation completed. ibm.output-colorizer [2021-05-28 08:48:05.535] [main] [info] Installation completed. orta.vscode-jest [2021-05-28 08:48:05.542] [main] [info] Downloaded extension: emmanuelbeziat.vscode-great-icons /home/gitpod/.gitpod-code/CachedExtensionVSIXs/emmanuelbeziat.vscode-great-icons-2.1.76 [2021-05-28 08:48:05.544] [main] [info] Extensions installed successfully: ibm.output-colorizer [2021-05-28 08:48:05.545] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.0b0a0daa-b86b-486a-a7aa-30f7d582d85a: christian-kohler.npm-intellisense [2021-05-28 08:48:05.546] [main] [info] Extensions installed successfully: orta.vscode-jest [2021-05-28 08:48:05.564] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/christian-kohler.npm-intellisense-1.2.2 [2021-05-28 08:48:05.570] [main] [info] Installation completed. christian-kohler.npm-intellisense [2021-05-28 08:48:05.581] [main] [info] Extensions installed successfully: christian-kohler.npm-intellisense [2021-05-28 08:48:05.589] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.be5c302e-68a8-459f-a68f-ba7a39c8e9c0: vincaslt.highlight-matching-tag [2021-05-28 08:48:05.610] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/vincaslt.highlight-matching-tag-0.10.0 [2021-05-28 08:48:05.619] [main] [info] Installation completed. vincaslt.highlight-matching-tag [2021-05-28 08:48:05.630] [main] [info] Extensions installed successfully: vincaslt.highlight-matching-tag [2021-05-28 08:48:05.838] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.256f8656-b956-425f-a2ee-095130143a95: gruntfuggly.todo-tree [2021-05-28 08:48:06.076] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/gruntfuggly.todo-tree-0.0.212 [2021-05-28 08:48:06.088] [main] [info] Installation completed. gruntfuggly.todo-tree [2021-05-28 08:48:06.089] [main] [info] Downloaded extension: prisma.prisma /home/gitpod/.gitpod-code/CachedExtensionVSIXs/prisma.prisma-2.23.0 [2021-05-28 08:48:06.140] [main] [info] Installing extension: coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:06.176] [main] [info] Downloaded extension: coenraads.bracket-pair-colorizer-2 /home/gitpod/.gitpod-code/CachedExtensionVSIXs/coenraads.bracket-pair-colorizer-2-0.1.4 [2021-05-28 08:48:06.183] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.f2c11466-3139-481a-8052-c99a8cac224b: idleberg.icon-fonts [2021-05-28 08:48:06.192] [main] [info] Extensions installed successfully: gruntfuggly.todo-tree [2021-05-28 08:48:06.267] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/idleberg.icon-fonts-2.5.2 [2021-05-28 08:48:06.273] [main] [info] Installation completed. idleberg.icon-fonts [2021-05-28 08:48:06.281] [main] [info] Extensions installed successfully: idleberg.icon-fonts [2021-05-28 08:48:06.637] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.4287eb05-eb78-4704-9248-b1cbe3d544c6: esbenp.prettier-vscode [2021-05-28 08:48:06.656] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/esbenp.prettier-vscode-6.4.0 [2021-05-28 08:48:06.662] [main] [info] Installation completed. esbenp.prettier-vscode [2021-05-28 08:48:06.669] [main] [info] Extensions installed successfully: esbenp.prettier-vscode [2021-05-28 08:48:06.829] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.9be9474d-6f7a-446f-8188-d358f22d2ee9: coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:06.841] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4 [2021-05-28 08:48:06.845] [main] [info] Installation completed. coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:06.852] [main] [info] Extensions installed successfully: coenraads.bracket-pair-colorizer-2 [2021-05-28 08:48:06.864] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.38960b0d-96c9-4401-9a4b-f4b4600edc19: hookyqr.beautify [2021-05-28 08:48:06.874] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/hookyqr.beautify-1.4.11 [2021-05-28 08:48:06.878] [main] [info] Installation completed. hookyqr.beautify [2021-05-28 08:48:06.886] [main] [info] Extensions installed successfully: hookyqr.beautify [2021-05-28 08:48:07.005] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.ee9b71ce-10a3-4355-9e8f-f6dac5b648d1: magicstack.magicpython [2021-05-28 08:48:07.018] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/magicstack.magicpython-1.1.1 [2021-05-28 08:48:07.022] [main] [info] Installation completed. magicstack.magicpython [2021-05-28 08:48:07.027] [main] [info] Extensions installed successfully: magicstack.magicpython [2021-05-28 08:48:07.062] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.587dd9f6-9880-4dba-932d-ee711595c204: rogalmic.bash-debug [2021-05-28 08:48:07.066] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.176c6f44-4746-43f9-bb87-a75e836c706f: eamodio.gitlens [2021-05-28 08:48:07.072] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/rogalmic.bash-debug-0.3.9 [2021-05-28 08:48:07.075] [main] [info] Installation completed. rogalmic.bash-debug [2021-05-28 08:48:07.084] [main] [info] Extensions installed successfully: rogalmic.bash-debug [2021-05-28 08:48:07.098] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/eamodio.gitlens-11.4.1 [2021-05-28 08:48:07.100] [main] [info] Installing extension: eg2.vscode-npm-script [2021-05-28 08:48:07.123] [main] [info] Installation completed. eamodio.gitlens [2021-05-28 08:48:07.132] [main] [info] Downloaded extension: eg2.vscode-npm-script /home/gitpod/.gitpod-code/CachedExtensionVSIXs/eg2.vscode-npm-script-0.3.11 [2021-05-28 08:48:07.134] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.c42bea1c-dfcc-4353-8027-3936287185c9: emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:07.149] [main] [info] Extensions installed successfully: eamodio.gitlens [2021-05-28 08:48:07.155] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/emmanuelbeziat.vscode-great-icons-2.1.76 [2021-05-28 08:48:07.159] [main] [info] Installation completed. emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:07.167] [main] [info] Extensions installed successfully: emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:07.306] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.975dd473-a13e-4e26-aef9-9600f6585558: eg2.vscode-npm-script [2021-05-28 08:48:07.314] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/eg2.vscode-npm-script-0.3.11 [2021-05-28 08:48:07.317] [main] [info] Installation completed. eg2.vscode-npm-script [2021-05-28 08:48:07.324] [main] [info] Extensions installed successfully: eg2.vscode-npm-script [2021-05-28 08:48:07.701] [main] [info] Installing extension: gamunu.vscode-yarn [2021-05-28 08:48:07.746] [main] [info] Downloaded extension: gamunu.vscode-yarn /home/gitpod/.gitpod-code/CachedExtensionVSIXs/gamunu.vscode-yarn-1.7.1 [2021-05-28 08:48:08.004] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.0438d298-36f6-40d9-9074-d7f14b1c147b: gamunu.vscode-yarn [2021-05-28 08:48:08.015] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/gamunu.vscode-yarn-1.7.1 [2021-05-28 08:48:08.018] [main] [info] Installation completed. gamunu.vscode-yarn [2021-05-28 08:48:08.023] [main] [info] Extensions installed successfully: gamunu.vscode-yarn [2021-05-28 08:48:08.276] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.91a268ca-5529-4675-a632-08442021b855: timonwong.shellcheck [2021-05-28 08:48:08.283] [main] [info] Installing extension: idleberg.icon-fonts [2021-05-28 08:48:08.286] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/timonwong.shellcheck-0.14.1 [2021-05-28 08:48:08.294] [main] [info] Installation completed. timonwong.shellcheck [2021-05-28 08:48:08.306] [main] [info] Extensions installed successfully: timonwong.shellcheck [2021-05-28 08:48:08.328] [main] [info] Downloaded extension: idleberg.icon-fonts /home/gitpod/.gitpod-code/CachedExtensionVSIXs/idleberg.icon-fonts-2.5.2 [2021-05-28 08:48:08.528] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.60d7b22c-5487-4368-beca-2fb7184ca13d: standard.vscode-standard [2021-05-28 08:48:08.536] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/standard.vscode-standard-1.5.1 [2021-05-28 08:48:08.538] [main] [info] Installation completed. standard.vscode-standard [2021-05-28 08:48:08.542] [main] [info] Extensions installed successfully: standard.vscode-standard [2021-05-28 08:48:08.640] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.50f4d5a1-7b55-4f47-8810-b1b7e9699d4c: idleberg.icon-fonts [2021-05-28 08:48:08.647] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/idleberg.icon-fonts-2.5.2 [2021-05-28 08:48:08.649] [main] [info] Installation completed. idleberg.icon-fonts [2021-05-28 08:48:08.653] [main] [info] Extensions installed successfully: idleberg.icon-fonts [2021-05-28 08:48:09.073] [main] [info] Installing extension: meganrogge.template-string-converter [2021-05-28 08:48:09.097] [main] [info] Downloaded extension: meganrogge.template-string-converter /home/gitpod/.gitpod-code/CachedExtensionVSIXs/meganrogge.template-string-converter-0.4.8 [2021-05-28 08:48:09.119] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.f2fec73a-af2e-4645-b14d-7678a0a373ad: meganrogge.template-string-converter [2021-05-28 08:48:09.126] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/meganrogge.template-string-converter-0.4.8 [2021-05-28 08:48:09.128] [main] [info] Installation completed. meganrogge.template-string-converter [2021-05-28 08:48:09.131] [main] [info] Extensions installed successfully: meganrogge.template-string-converter [2021-05-28 08:48:09.731] [main] [info] Installing extension: mhutchie.git-graph [2021-05-28 08:48:09.766] [main] [info] Downloaded extension: mhutchie.git-graph /home/gitpod/.gitpod-code/CachedExtensionVSIXs/mhutchie.git-graph-1.30.0 [2021-05-28 08:48:09.864] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.7cba4f20-ba82-426b-9a44-7ad2a7992262: mhutchie.git-graph [2021-05-28 08:48:09.873] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/mhutchie.git-graph-1.30.0 [2021-05-28 08:48:09.876] [main] [info] Installation completed. mhutchie.git-graph [2021-05-28 08:48:09.882] [main] [info] Extensions installed successfully: mhutchie.git-graph [2021-05-28 08:48:09.967] [main] [info] Installing extension: github.github-vscode-theme [2021-05-28 08:48:09.992] [main] [info] Downloaded extension: github.github-vscode-theme /home/gitpod/.gitpod-code/CachedExtensionVSIXs/github.github-vscode-theme-4.1.1 [2021-05-28 08:48:10.026] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.358f4b50-8640-4352-aeba-26008c8f84d0: github.github-vscode-theme [2021-05-28 08:48:10.032] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/github.github-vscode-theme-4.1.1 [2021-05-28 08:48:10.033] [main] [info] Installation completed. github.github-vscode-theme [2021-05-28 08:48:10.036] [main] [info] Extensions installed successfully: github.github-vscode-theme [2021-05-28 08:48:10.287] [main] [info] Installing extension: timonwong.shellcheck [2021-05-28 08:48:10.314] [main] [info] Downloaded extension: timonwong.shellcheck /home/gitpod/.gitpod-code/CachedExtensionVSIXs/timonwong.shellcheck-0.14.1 [2021-05-28 08:48:10.418] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.8539ef97-3fe7-440e-97ce-f5c272537b09: mads-hartmann.bash-ide-vscode [2021-05-28 08:48:10.427] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/mads-hartmann.bash-ide-vscode-1.11.0 [2021-05-28 08:48:10.428] [main] [info] Installation completed. mads-hartmann.bash-ide-vscode [2021-05-28 08:48:10.431] [main] [info] Extensions installed successfully: mads-hartmann.bash-ide-vscode [2021-05-28 08:48:11.114] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.3f6482a0-5aa9-4aa5-80b6-b1d1f456bee7: timonwong.shellcheck [2021-05-28 08:48:11.119] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/timonwong.shellcheck-0.14.1 [2021-05-28 08:48:11.121] [main] [info] Installation completed. timonwong.shellcheck [2021-05-28 08:48:11.124] [main] [info] Extensions installed successfully: timonwong.shellcheck [2021-05-28 08:48:11.307] [main] [info] Installing extension: gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:11.341] [main] [info] Downloaded extension: gulajavaministudio.mayukaithemevsc /home/gitpod/.gitpod-code/CachedExtensionVSIXs/gulajavaministudio.mayukaithemevsc-2.0.6 [2021-05-28 08:48:11.397] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.d9de5384-5501-4609-8a2c-19f16ac4e65a: gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:11.404] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/gulajavaministudio.mayukaithemevsc-2.0.6 [2021-05-28 08:48:11.406] [main] [info] Installation completed. gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:11.408] [main] [info] Extensions installed successfully: gulajavaministudio.mayukaithemevsc [2021-05-28 08:48:12.038] [main] [info] Installing extension: dbaeumer.vscode-eslint [2021-05-28 08:48:12.067] [main] [info] Downloaded extension: dbaeumer.vscode-eslint /home/gitpod/.gitpod-code/CachedExtensionVSIXs/dbaeumer.vscode-eslint-2.1.8 [2021-05-28 08:48:12.088] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.3cf7799e-d3fc-4e33-91a1-f40ad3359078: dbaeumer.vscode-eslint [2021-05-28 08:48:12.096] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/dbaeumer.vscode-eslint-2.1.8 [2021-05-28 08:48:12.097] [main] [info] Installation completed. dbaeumer.vscode-eslint [2021-05-28 08:48:12.100] [main] [info] Extensions installed successfully: dbaeumer.vscode-eslint [2021-05-28 08:48:12.764] [main] [info] Installing extension: donjayamanne.githistory [2021-05-28 08:48:12.808] [main] [info] Downloaded extension: donjayamanne.githistory /home/gitpod/.gitpod-code/CachedExtensionVSIXs/donjayamanne.githistory-0.6.16 [2021-05-28 08:48:12.832] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.05e53335-fee4-4a1c-8b3c-8ad1f8d65227: prisma.prisma [2021-05-28 08:48:12.837] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/prisma.prisma-2.23.0 [2021-05-28 08:48:12.838] [main] [info] Installation completed. prisma.prisma [2021-05-28 08:48:12.841] [main] [info] Extensions installed successfully: prisma.prisma [2021-05-28 08:48:12.864] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.45d7129c-16e6-44cb-ae31-c3eb4f87efd6: donjayamanne.githistory [2021-05-28 08:48:12.869] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/donjayamanne.githistory-0.6.16 [2021-05-28 08:48:12.870] [main] [info] Installation completed. donjayamanne.githistory [2021-05-28 08:48:12.872] [main] [info] Extensions installed successfully: donjayamanne.githistory [2021-05-28 08:48:13.137] [main] [info] Installing extension: eamodio.gitlens [2021-05-28 08:48:13.157] [main] [info] Downloaded extension: eamodio.gitlens /home/gitpod/.gitpod-code/CachedExtensionVSIXs/eamodio.gitlens-11.4.1 [2021-05-28 08:48:13.379] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.44331143-766e-4292-bb51-a9b827226288: eamodio.gitlens [2021-05-28 08:48:13.402] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/eamodio.gitlens-11.4.1 [2021-05-28 08:48:13.408] [main] [info] Installation completed. eamodio.gitlens [2021-05-28 08:48:13.418] [main] [info] Extensions installed successfully: eamodio.gitlens [2021-05-28 08:48:13.730] [main] [info] Installing extension: editorconfig.editorconfig [2021-05-28 08:48:13.757] [main] [info] Downloaded extension: editorconfig.editorconfig /home/gitpod/.gitpod-code/CachedExtensionVSIXs/editorconfig.editorconfig-0.16.4 [2021-05-28 08:48:13.799] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.47ada2fa-22a7-44c6-8f32-376a5d351aec: editorconfig.editorconfig [2021-05-28 08:48:13.805] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/editorconfig.editorconfig-0.16.4 [2021-05-28 08:48:13.805] [main] [info] Installation completed. editorconfig.editorconfig [2021-05-28 08:48:13.808] [main] [info] Extensions installed successfully: editorconfig.editorconfig [2021-05-28 08:48:14.404] [main] [info] Installing extension: esbenp.prettier-vscode [2021-05-28 08:48:14.426] [main] [info] Downloaded extension: esbenp.prettier-vscode /home/gitpod/.gitpod-code/CachedExtensionVSIXs/esbenp.prettier-vscode-6.4.0 [2021-05-28 08:48:14.571] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.eadd7281-588f-4171-bd9c-ce1c3e1f14f2: esbenp.prettier-vscode [2021-05-28 08:48:14.576] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/esbenp.prettier-vscode-6.4.0 [2021-05-28 08:48:14.577] [main] [info] Installation completed. esbenp.prettier-vscode [2021-05-28 08:48:14.579] [main] [info] Extensions installed successfully: esbenp.prettier-vscode [2021-05-28 08:48:15.113] [main] [info] Installing extension: formulahendry.auto-close-tag [2021-05-28 08:48:15.139] [main] [info] Downloaded extension: formulahendry.auto-close-tag /home/gitpod/.gitpod-code/CachedExtensionVSIXs/formulahendry.auto-close-tag-0.5.10 [2021-05-28 08:48:15.159] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.065e4517-b516-4eea-a91f-f9b0a2f7665e: formulahendry.auto-close-tag [2021-05-28 08:48:15.163] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/formulahendry.auto-close-tag-0.5.10 [2021-05-28 08:48:15.164] [main] [info] Installation completed. formulahendry.auto-close-tag [2021-05-28 08:48:15.167] [main] [info] Extensions installed successfully: formulahendry.auto-close-tag [2021-05-28 08:48:15.314] [main] [info] Installing extension: foxundermoon.shell-format [2021-05-28 08:48:15.336] [main] [info] Downloaded extension: foxundermoon.shell-format /home/gitpod/.gitpod-code/CachedExtensionVSIXs/foxundermoon.shell-format-7.0.1 [2021-05-28 08:48:15.345] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.9f731635-fa9f-4660-a44c-b9bcfea8485c: foxundermoon.shell-format [2021-05-28 08:48:15.349] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/foxundermoon.shell-format-7.0.1 [2021-05-28 08:48:15.350] [main] [info] Installation completed. foxundermoon.shell-format [2021-05-28 08:48:15.352] [main] [info] Extensions installed successfully: foxundermoon.shell-format [2021-05-28 08:48:15.462] [main] [info] Installing extension: rogalmic.bash-debug [2021-05-28 08:48:15.491] [main] [info] Downloaded extension: rogalmic.bash-debug /home/gitpod/.gitpod-code/CachedExtensionVSIXs/rogalmic.bash-debug-0.3.9 [2021-05-28 08:48:15.730] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.891c6d8a-fade-4c6d-b163-f98ecab68ba3: rogalmic.bash-debug [2021-05-28 08:48:15.736] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/rogalmic.bash-debug-0.3.9 [2021-05-28 08:48:15.736] [main] [info] Installation completed. rogalmic.bash-debug [2021-05-28 08:48:15.739] [main] [info] Extensions installed successfully: rogalmic.bash-debug [2021-05-28 08:48:15.955] [main] [info] Installing extension: mikestead.dotenv [2021-05-28 08:48:15.980] [main] [info] Downloaded extension: mikestead.dotenv /home/gitpod/.gitpod-code/CachedExtensionVSIXs/mikestead.dotenv-1.0.1 [2021-05-28 08:48:15.991] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.8190d1b5-4a21-448c-aee9-a3cbf3dcd4d0: mikestead.dotenv [2021-05-28 08:48:15.994] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/mikestead.dotenv-1.0.1 [2021-05-28 08:48:15.995] [main] [info] Installation completed. mikestead.dotenv [2021-05-28 08:48:15.997] [main] [info] Extensions installed successfully: mikestead.dotenv [2021-05-28 08:48:16.062] [main] [info] Installing extension: caponetto.vscode-diff-viewer [2021-05-28 08:48:16.081] [main] [info] Downloaded extension: caponetto.vscode-diff-viewer /home/gitpod/.gitpod-code/CachedExtensionVSIXs/caponetto.vscode-diff-viewer-1.1.3 [2021-05-28 08:48:16.093] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.dce8ad83-8be7-4ada-8464-ae4848768d93: caponetto.vscode-diff-viewer [2021-05-28 08:48:16.097] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/caponetto.vscode-diff-viewer-1.1.3 [2021-05-28 08:48:16.097] [main] [info] Installation completed. caponetto.vscode-diff-viewer [2021-05-28 08:48:16.099] [main] [info] Extensions installed successfully: caponetto.vscode-diff-viewer [2021-05-28 08:48:16.502] [main] [info] Installing extension: hookyqr.beautify [2021-05-28 08:48:16.526] [main] [info] Downloaded extension: hookyqr.beautify /home/gitpod/.gitpod-code/CachedExtensionVSIXs/hookyqr.beautify-1.4.11 [2021-05-28 08:48:16.664] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.c0e040d2-31a2-49fc-bdf1-36afc46fe00e: hookyqr.beautify [2021-05-28 08:48:16.672] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/hookyqr.beautify-1.4.11 [2021-05-28 08:48:16.676] [main] [info] Installation completed. hookyqr.beautify [2021-05-28 08:48:16.678] [main] [info] Extensions installed successfully: hookyqr.beautify [2021-05-28 08:48:16.821] [main] [info] Installing extension: mads-hartmann.bash-ide-vscode [2021-05-28 08:48:16.840] [main] [info] Downloaded extension: mads-hartmann.bash-ide-vscode /home/gitpod/.gitpod-code/CachedExtensionVSIXs/mads-hartmann.bash-ide-vscode-1.11.0 [2021-05-28 08:48:18.396] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.db97af0b-6d1e-4140-92c3-a464dfadcfe3: mads-hartmann.bash-ide-vscode [2021-05-28 08:48:18.407] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/mads-hartmann.bash-ide-vscode-1.11.0 [2021-05-28 08:48:18.407] [main] [info] Installation completed. mads-hartmann.bash-ide-vscode [2021-05-28 08:48:18.411] [main] [info] Extensions installed successfully: mads-hartmann.bash-ide-vscode [2021-05-28 08:48:19.019] [main] [info] Installing extension: orta.vscode-jest [2021-05-28 08:48:19.041] [main] [info] Downloaded extension: orta.vscode-jest /home/gitpod/.gitpod-code/CachedExtensionVSIXs/orta.vscode-jest-4.0.0-alpha.1 [2021-05-28 08:48:19.061] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.72008562-c0f6-478d-878a-96c3c8bb84bf: orta.vscode-jest [2021-05-28 08:48:19.065] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/orta.vscode-jest-4.0.0-alpha.1 [2021-05-28 08:48:19.066] [main] [info] Installation completed. orta.vscode-jest [2021-05-28 08:48:19.068] [main] [info] Extensions installed successfully: orta.vscode-jest [2021-05-28 08:48:19.279] [main] [info] Installing extension: emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:19.299] [main] [info] Downloaded extension: emmanuelbeziat.vscode-great-icons /home/gitpod/.gitpod-code/CachedExtensionVSIXs/emmanuelbeziat.vscode-great-icons-2.1.76 [2021-05-28 08:48:19.431] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.963c6c80-63c8-495f-ae76-d06c45f32c0c: emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:19.436] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/emmanuelbeziat.vscode-great-icons-2.1.76 [2021-05-28 08:48:19.436] [main] [info] Installation completed. emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:19.439] [main] [info] Extensions installed successfully: emmanuelbeziat.vscode-great-icons [2021-05-28 08:48:19.819] [main] [info] Installing extension: standard.vscode-standard [2021-05-28 08:48:19.841] [main] [info] Downloaded extension: standard.vscode-standard /home/gitpod/.gitpod-code/CachedExtensionVSIXs/standard.vscode-standard-1.5.1 [2021-05-28 08:48:20.244] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.3d46191c-52d7-4f0e-8412-5d0847dc1e64: standard.vscode-standard [2021-05-28 08:48:20.250] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/standard.vscode-standard-1.5.1 [2021-05-28 08:48:20.251] [main] [info] Installation completed. standard.vscode-standard [2021-05-28 08:48:20.254] [main] [info] Extensions installed successfully: standard.vscode-standard [2021-05-28 08:48:20.769] [main] [info] Installing extension: gruntfuggly.todo-tree [2021-05-28 08:48:20.790] [main] [info] Downloaded extension: gruntfuggly.todo-tree /home/gitpod/.gitpod-code/CachedExtensionVSIXs/gruntfuggly.todo-tree-0.0.212 [2021-05-28 08:48:20.841] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.a31ed81e-9fcd-4ac0-9e77-a87982e9d361: gruntfuggly.todo-tree [2021-05-28 08:48:20.847] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/gruntfuggly.todo-tree-0.0.212 [2021-05-28 08:48:20.848] [main] [info] Installation completed. gruntfuggly.todo-tree [2021-05-28 08:48:20.851] [main] [info] Extensions installed successfully: gruntfuggly.todo-tree [2021-05-28 08:48:20.985] [main] [info] Installing extension: ibm.output-colorizer [2021-05-28 08:48:21.010] [main] [info] Downloaded extension: ibm.output-colorizer /home/gitpod/.gitpod-code/CachedExtensionVSIXs/ibm.output-colorizer-0.1.2 [2021-05-28 08:48:21.024] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.fa40d89d-a4b9-40b9-bb5e-c4e04b1d828c: ibm.output-colorizer [2021-05-28 08:48:21.028] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/ibm.output-colorizer-0.1.2 [2021-05-28 08:48:21.028] [main] [info] Installation completed. ibm.output-colorizer [2021-05-28 08:48:21.031] [main] [info] Extensions installed successfully: ibm.output-colorizer [2021-05-28 08:48:21.478] [main] [info] Installing extension: magicstack.magicpython [2021-05-28 08:48:21.497] [main] [info] Downloaded extension: magicstack.magicpython /home/gitpod/.gitpod-code/CachedExtensionVSIXs/magicstack.magicpython-1.1.1 [2021-05-28 08:48:21.670] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.39b35930-912c-4843-ab9a-cbcb29e9bc8c: magicstack.magicpython [2021-05-28 08:48:21.676] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/magicstack.magicpython-1.1.1 [2021-05-28 08:48:21.677] [main] [info] Installation completed. magicstack.magicpython [2021-05-28 08:48:21.679] [main] [info] Extensions installed successfully: magicstack.magicpython [2021-05-28 08:48:21.823] [main] [info] Installing extension: prisma.prisma [2021-05-28 08:48:21.845] [main] [info] Downloaded extension: prisma.prisma /home/gitpod/.gitpod-code/CachedExtensionVSIXs/prisma.prisma-2.23.0 [2021-05-28 08:48:24.992] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.ea2b6d58-fc96-4318-80a5-c0530480ffaf: prisma.prisma [2021-05-28 08:48:25.001] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/prisma.prisma-2.23.0 [2021-05-28 08:48:25.002] [main] [info] Installation completed. prisma.prisma [2021-05-28 08:48:25.004] [main] [info] Extensions installed successfully: prisma.prisma [2021-05-28 08:48:25.231] [main] [info] Installing extension: vincaslt.highlight-matching-tag [2021-05-28 08:48:25.255] [main] [info] Downloaded extension: vincaslt.highlight-matching-tag /home/gitpod/.gitpod-code/CachedExtensionVSIXs/vincaslt.highlight-matching-tag-0.10.0 [2021-05-28 08:48:25.270] [main] [info] Extracted extension to /home/gitpod/.gitpod-code/extensions/.41eb8f34-137c-476a-8c6f-3569da26a329: vincaslt.highlight-matching-tag [2021-05-28 08:48:25.274] [main] [info] Renamed to /home/gitpod/.gitpod-code/extensions/vincaslt.highlight-matching-tag-0.10.0 [2021-05-28 08:48:25.275] [main] [info] Installation completed. vincaslt.highlight-matching-tag [2021-05-28 08:48:25.280] [main] [info] Extensions installed successfully: vincaslt.highlight-matching-tag

Log (Window)

[2021-05-28 09:47:52.306] [window] [info] Using settings sync service https://gitpod.io/code-sync for initialization [2021-05-28 09:47:52.320] [window] [info] Initialized UI State [2021-05-28 09:47:53.655] [window] [info] Initialized Settings [2021-05-28 09:47:56.278] [window] [info] Remote content does not exist. keybindings [2021-05-28 09:47:56.314] [window] [info] Initialized Keyboard Shortcuts [2021-05-28 09:47:56.355] [window] [info] Created snippet shellscript.json [2021-05-28 09:47:56.424] [window] [info] Initialized User Snippets

Log (Settings Sync)

[2021-05-28 09:47:54.639] [userDataSync.log] [info] Using settings sync service https://gitpod.io/code-sync [2021-05-28 09:47:55.313] [userDataSync.log] [info] Auto Sync is enabled. [2021-05-28 09:47:56.114] [userDataSync.log] [info] Auto Sync: Suspended until auth token is available. [2021-05-28 09:47:58.061] [userDataSync.log] [info] Auto Sync: Started [2021-05-28 09:47:58.086] [userDataSync.log] [info] Auto Sync: Triggered by Interval [2021-05-28 09:47:58.664] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:47:58.755] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:47:58.796] [userDataSync.log] [info] Keybindings: Updated last synchronized keybindings [2021-05-28 09:47:58.817] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:47:59.252] [userDataSync.log] [info] GlobalState: Updated global state ["workbench.activity.pinnedViewlets2","recently.opened"] [2021-05-28 09:47:59.266] [userDataSync.log] [info] GlobalState: Updated local ui state [2021-05-28 09:47:59.274] [userDataSync.log] [info] GlobalState: Updated last synchronized ui state [2021-05-28 09:48:00.665] [userDataSync.log] [info] Extensions: Enabled extension auchenberg.vscode-browser-preview 0.7.1 [2021-05-28 09:48:00.766] [userDataSync.log] [info] Extensions: Enabled extension christian-kohler.npm-intellisense 1.2.2 [2021-05-28 09:48:00.783] [userDataSync.log] [info] Extensions: Enabled extension coenraads.bracket-pair-colorizer-2 0.1.4 [2021-05-28 09:48:00.845] [userDataSync.log] [info] Extensions: Enabled extension eg2.vscode-npm-script 0.3.11 [2021-05-28 09:48:00.896] [userDataSync.log] [info] Extensions: Enabled extension gamunu.vscode-yarn 1.7.1 [2021-05-28 09:48:00.909] [userDataSync.log] [info] Extensions: Enabled extension meganrogge.template-string-converter 0.4.8 [2021-05-28 09:48:00.920] [userDataSync.log] [info] Extensions: Enabled extension github.github-vscode-theme 4.1.1 [2021-05-28 09:48:00.925] [userDataSync.log] [info] Extensions: Enabled extension mhutchie.git-graph 1.30.0 [2021-05-28 09:48:00.997] [userDataSync.log] [info] Extensions: Enabled extension dbaeumer.vscode-eslint 2.1.8 [2021-05-28 09:48:01.014] [userDataSync.log] [info] Extensions: Enabled extension idleberg.icon-fonts 2.5.2 [2021-05-28 09:48:01.083] [userDataSync.log] [info] Extensions: Enabled extension eamodio.gitlens 11.4.1 [2021-05-28 09:48:01.101] [userDataSync.log] [info] Extensions: Enabled extension editorconfig.editorconfig 0.16.4 [2021-05-28 09:48:01.105] [userDataSync.log] [info] Extensions: Enabled extension gulajavaministudio.mayukaithemevsc 2.0.6 [2021-05-28 09:48:01.139] [userDataSync.log] [info] Extensions: Enabled extension timonwong.shellcheck 0.14.1 [2021-05-28 09:48:01.156] [userDataSync.log] [info] Extensions: Enabled extension foxundermoon.shell-format 7.0.1 [2021-05-28 09:48:01.161] [userDataSync.log] [info] Extensions: Enabled extension formulahendry.auto-close-tag 0.5.10 [2021-05-28 09:48:01.166] [userDataSync.log] [info] Extensions: Enabled extension donjayamanne.githistory 0.6.16 [2021-05-28 09:48:01.394] [userDataSync.log] [info] Extensions: Enabled extension rogalmic.bash-debug 0.3.9 [2021-05-28 09:48:01.439] [userDataSync.log] [info] Extensions: Enabled extension mikestead.dotenv 1.0.1 [2021-05-28 09:48:01.588] [userDataSync.log] [info] Extensions: Enabled extension hookyqr.beautify 1.4.11 [2021-05-28 09:48:01.743] [userDataSync.log] [info] Extensions: Enabled extension mads-hartmann.bash-ide-vscode 1.11.0 [2021-05-28 09:48:01.764] [userDataSync.log] [info] Extensions: Enabled extension orta.vscode-jest 4.0.0-alpha.1 [2021-05-28 09:48:01.772] [userDataSync.log] [info] Extensions: Enabled extension caponetto.vscode-diff-viewer 1.1.3 [2021-05-28 09:48:01.807] [userDataSync.log] [info] Extensions: Enabled extension esbenp.prettier-vscode 6.4.0 [2021-05-28 09:48:01.992] [userDataSync.log] [info] Extensions: Enabled extension magicstack.magicpython 1.1.1 [2021-05-28 09:48:01.997] [userDataSync.log] [info] Extensions: Enabled extension ibm.output-colorizer 0.1.2 [2021-05-28 09:48:02.001] [userDataSync.log] [info] Extensions: Enabled extension standard.vscode-standard 1.5.1 [2021-05-28 09:48:02.005] [userDataSync.log] [info] Extensions: Enabled extension gruntfuggly.todo-tree 0.0.212 [2021-05-28 09:48:02.009] [userDataSync.log] [info] Extensions: Enabled extension vincaslt.highlight-matching-tag 0.10.0 [2021-05-28 09:48:02.014] [userDataSync.log] [info] Extensions: Enabled extension emmanuelbeziat.vscode-great-icons 2.1.76 [2021-05-28 09:48:02.033] [userDataSync.log] [info] Extensions: Enabled extension prisma.prisma 2.23.0 [2021-05-28 09:48:02.050] [userDataSync.log] [info] Installed extension. auchenberg.vscode-browser-preview [2021-05-28 09:48:02.082] [userDataSync.log] [info] Extensions: Installed extension. auchenberg.vscode-browser-preview 0.7.1 [2021-05-28 09:48:02.400] [userDataSync.log] [info] Extensions: Installed extension. coenraads.bracket-pair-colorizer-2 0.1.4 [2021-05-28 09:48:02.589] [userDataSync.log] [info] Extensions: Installed extension. eg2.vscode-npm-script 0.3.11 [2021-05-28 09:48:02.646] [userDataSync.log] [info] Extensions: Installed extension. dbaeumer.vscode-eslint 2.1.8 [2021-05-28 09:48:03.076] [userDataSync.log] [info] Extensions: Installed extension. meganrogge.template-string-converter 0.4.8 [2021-05-28 09:48:03.109] [userDataSync.log] [info] Extensions: Installed extension. gamunu.vscode-yarn 1.7.1 [2021-05-28 09:48:03.120] [userDataSync.log] [info] Extensions: Installed extension. christian-kohler.npm-intellisense 1.2.2 [2021-05-28 09:48:03.147] [userDataSync.log] [info] Extensions: Installed extension. formulahendry.auto-close-tag 0.5.10 [2021-05-28 09:48:03.195] [userDataSync.log] [info] Extensions: Installed extension. mhutchie.git-graph 1.30.0 [2021-05-28 09:48:03.468] [userDataSync.log] [info] Extensions: Installed extension. donjayamanne.githistory 0.6.16 [2021-05-28 09:48:03.876] [userDataSync.log] [info] Extensions: Installed extension. github.github-vscode-theme 4.1.1 [2021-05-28 09:48:04.112] [userDataSync.log] [info] Extensions: Installed extension. editorconfig.editorconfig 0.16.4 [2021-05-28 09:48:04.181] [userDataSync.log] [info] Extensions: Installed extension. foxundermoon.shell-format 7.0.1 [2021-05-28 09:48:04.389] [userDataSync.log] [info] Extensions: Installed extension. mikestead.dotenv 1.0.1 [2021-05-28 09:48:04.580] [userDataSync.log] [info] Extensions: Installed extension. caponetto.vscode-diff-viewer 1.1.3 [2021-05-28 09:48:04.588] [userDataSync.log] [info] Extensions: Installed extension. gulajavaministudio.mayukaithemevsc 2.0.6 [2021-05-28 09:48:04.596] [userDataSync.log] [info] Extensions: Installed extension. ibm.output-colorizer 0.1.2 [2021-05-28 09:48:04.603] [userDataSync.log] [info] Extensions: Installed extension. orta.vscode-jest 4.0.0-alpha.1 [2021-05-28 09:48:04.608] [userDataSync.log] [info] Installed extension. christian-kohler.npm-intellisense [2021-05-28 09:48:04.622] [userDataSync.log] [info] Extensions: Installed extension. vincaslt.highlight-matching-tag 0.10.0 [2021-05-28 09:48:05.200] [userDataSync.log] [info] Extensions: Installed extension. gruntfuggly.todo-tree 0.0.212 [2021-05-28 09:48:05.280] [userDataSync.log] [info] Extensions: Installed extension. idleberg.icon-fonts 2.5.2 [2021-05-28 09:48:05.658] [userDataSync.log] [info] Extensions: Installed extension. esbenp.prettier-vscode 6.4.0 [2021-05-28 09:48:05.893] [userDataSync.log] [info] Installed extension. coenraads.bracket-pair-colorizer-2 [2021-05-28 09:48:05.915] [userDataSync.log] [info] Extensions: Installed extension. hookyqr.beautify 1.4.11 [2021-05-28 09:48:06.047] [userDataSync.log] [info] Extensions: Installed extension. magicstack.magicpython 1.1.1 [2021-05-28 09:48:06.089] [userDataSync.log] [info] Extensions: Installed extension. rogalmic.bash-debug 0.3.9 [2021-05-28 09:48:06.199] [userDataSync.log] [info] Extensions: Installed extension. eamodio.gitlens 11.4.1 [2021-05-28 09:48:06.236] [userDataSync.log] [info] Extensions: Installed extension. emmanuelbeziat.vscode-great-icons 2.1.76 [2021-05-28 09:48:06.499] [userDataSync.log] [info] Installed extension. eg2.vscode-npm-script [2021-05-28 09:48:07.052] [userDataSync.log] [info] Installed extension. gamunu.vscode-yarn [2021-05-28 09:48:07.292] [userDataSync.log] [info] Extensions: Installed extension. timonwong.shellcheck 0.14.1 [2021-05-28 09:48:07.554] [userDataSync.log] [info] Extensions: Installed extension. standard.vscode-standard 1.5.1 [2021-05-28 09:48:07.641] [userDataSync.log] [info] Installed extension. idleberg.icon-fonts [2021-05-28 09:48:08.132] [userDataSync.log] [info] Installed extension. meganrogge.template-string-converter [2021-05-28 09:48:08.876] [userDataSync.log] [info] Installed extension. mhutchie.git-graph [2021-05-28 09:48:09.037] [userDataSync.log] [info] Installed extension. github.github-vscode-theme [2021-05-28 09:48:09.455] [userDataSync.log] [info] Extensions: Installed extension. mads-hartmann.bash-ide-vscode 1.11.0 [2021-05-28 09:48:10.180] [userDataSync.log] [info] Installed extension. timonwong.shellcheck [2021-05-28 09:48:10.406] [userDataSync.log] [info] Installed extension. gulajavaministudio.mayukaithemevsc [2021-05-28 09:48:11.097] [userDataSync.log] [info] Installed extension. dbaeumer.vscode-eslint [2021-05-28 09:48:11.849] [userDataSync.log] [info] Extensions: Installed extension. prisma.prisma 2.23.0 [2021-05-28 09:48:11.880] [userDataSync.log] [info] Extensions: Updated last synchronized extensions [2021-05-28 09:48:11.885] [userDataSync.log] [info] Sync done. Took 13308ms [2021-05-28 09:48:12.035] [userDataSync.log] [info] Installed extension. donjayamanne.githistory [2021-05-28 09:48:12.639] [userDataSync.log] [info] Installed extension. eamodio.gitlens [2021-05-28 09:48:12.813] [userDataSync.log] [info] Installed extension. editorconfig.editorconfig [2021-05-28 09:48:13.652] [userDataSync.log] [info] Installed extension. esbenp.prettier-vscode [2021-05-28 09:48:14.162] [userDataSync.log] [info] Installed extension. formulahendry.auto-close-tag [2021-05-28 09:48:14.347] [userDataSync.log] [info] Installed extension. foxundermoon.shell-format [2021-05-28 09:48:14.869] [userDataSync.log] [info] Installed extension. rogalmic.bash-debug [2021-05-28 09:48:14.980] [userDataSync.log] [info] Installed extension. mikestead.dotenv [2021-05-28 09:48:15.098] [userDataSync.log] [info] Installed extension. caponetto.vscode-diff-viewer [2021-05-28 09:48:15.681] [userDataSync.log] [info] Installed extension. hookyqr.beautify [2021-05-28 09:48:17.449] [userDataSync.log] [info] Installed extension. mads-hartmann.bash-ide-vscode [2021-05-28 09:48:18.075] [userDataSync.log] [info] Installed extension. orta.vscode-jest [2021-05-28 09:48:18.574] [userDataSync.log] [info] Installed extension. emmanuelbeziat.vscode-great-icons [2021-05-28 09:48:19.302] [userDataSync.log] [info] Installed extension. standard.vscode-standard [2021-05-28 09:48:19.842] [userDataSync.log] [info] Installed extension. gruntfuggly.todo-tree [2021-05-28 09:48:20.020] [userDataSync.log] [info] Installed extension. ibm.output-colorizer [2021-05-28 09:48:20.722] [userDataSync.log] [info] Installed extension. magicstack.magicpython [2021-05-28 09:48:24.108] [userDataSync.log] [info] Installed extension. prisma.prisma [2021-05-28 09:48:24.351] [userDataSync.log] [info] Installed extension. vincaslt.highlight-matching-tag [2021-05-28 09:48:30.347] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:30.522] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:30.526] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:30.530] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:31.068] [userDataSync.log] [info] GlobalState: Updated remote ui state [2021-05-28 09:48:31.108] [userDataSync.log] [info] GlobalState: Updated last synchronized ui state [2021-05-28 09:48:31.554] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:31.574] [userDataSync.log] [info] Sync done. Took 1077ms [2021-05-28 09:48:31.577] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:31.664] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:31.682] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:31.687] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:31.702] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:48:32.106] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:32.110] [userDataSync.log] [info] Sync done. Took 482ms [2021-05-28 09:48:32.115] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:32.180] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:32.186] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:32.190] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:32.207] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:48:32.625] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:32.639] [userDataSync.log] [info] Sync done. Took 471ms [2021-05-28 09:48:32.643] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:32.738] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:32.755] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:32.761] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:32.787] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:48:33.300] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:33.305] [userDataSync.log] [info] Sync done. Took 607ms [2021-05-28 09:48:33.309] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:33.399] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:33.417] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:33.425] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:33.440] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:48:33.999] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:34.013] [userDataSync.log] [info] Sync done. Took 635ms [2021-05-28 09:48:34.017] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:34.109] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:34.123] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:34.127] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:34.143] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:48:34.666] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:34.684] [userDataSync.log] [info] Sync done. Took 586ms [2021-05-28 09:48:34.694] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:34.795] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:34.812] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:34.877] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:34.883] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:48:35.356] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:35.374] [userDataSync.log] [info] Sync done. Took 626ms [2021-05-28 09:48:35.386] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:35.504] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:35.523] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:35.529] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:35.545] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:48:36.017] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:36.033] [userDataSync.log] [info] Sync done. Took 582ms [2021-05-28 09:48:36.037] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:45.410] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:48:51.542] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:51.563] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:51.567] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:48:51.583] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:51.594] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:48:51.597] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:48:51.601] [userDataSync.log] [info] GlobalState: Skipped synchronizing globalstate as it is running already. [2021-05-28 09:48:52.003] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:52.010] [userDataSync.log] [info] Sync done. Took 460ms [2021-05-28 09:48:52.017] [userDataSync.log] [info] GlobalState: Updated remote ui state [2021-05-28 09:48:52.025] [userDataSync.log] [info] GlobalState: Updated last synchronized ui state [2021-05-28 09:48:52.444] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:48:52.461] [userDataSync.log] [info] Sync done. Took 972ms [2021-05-28 09:51:39.580] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:51:40.013] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:51:40.030] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:51:40.037] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:51:40.076] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:51:40.509] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:51:40.527] [userDataSync.log] [info] Sync done. Took 570ms [2021-05-28 09:52:50.925] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:53:09.040] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:53:09.057] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:53:09.063] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:53:09.089] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:53:09.471] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:53:09.486] [userDataSync.log] [info] Sync done. Took 568ms [2021-05-28 09:53:31.479] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:53:31.716] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:53:31.730] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:53:31.735] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:53:31.760] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:53:32.375] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:53:32.394] [userDataSync.log] [info] Sync done. Took 729ms [2021-05-28 09:54:28.727] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:54:29.058] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:54:29.073] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:54:29.078] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:54:29.097] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:54:29.517] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:54:29.536] [userDataSync.log] [info] Sync done. Took 503ms [2021-05-28 09:55:08.444] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:55:08.792] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:55:08.810] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:55:08.816] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:55:09.308] [userDataSync.log] [info] GlobalState: Updated remote ui state [2021-05-28 09:55:09.317] [userDataSync.log] [info] GlobalState: Updated last synchronized ui state [2021-05-28 09:55:09.900] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:55:09.914] [userDataSync.log] [info] Sync done. Took 1195ms [2021-05-28 09:55:10.130] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:55:10.209] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:55:10.216] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:55:10.221] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:55:10.243] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:55:10.677] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:55:10.693] [userDataSync.log] [info] Sync done. Took 480ms [2021-05-28 09:55:49.441] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 09:55:49.823] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 09:55:49.842] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 09:55:49.858] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 09:55:49.878] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 09:55:50.477] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 09:55:50.481] [userDataSync.log] [info] Sync done. Took 701ms [2021-05-28 10:00:51.710] [userDataSync.log] [info] Auto Sync: Triggered by Interval [2021-05-28 10:00:52.345] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:00:52.361] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:00:52.367] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:00:52.471] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:00:53.550] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:00:53.565] [userDataSync.log] [info] Sync done. Took 1282ms [2021-05-28 10:01:55.423] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:01:55.676] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:01:55.689] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:01:55.693] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:01:55.726] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:01:56.461] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:01:56.477] [userDataSync.log] [info] Sync done. Took 818ms [2021-05-28 10:02:58.429] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:02:58.793] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:02:58.808] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:02:58.814] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:02:58.835] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:02:59.881] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:02:59.901] [userDataSync.log] [info] Sync done. Took 1212ms [2021-05-28 10:03:44.830] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:03:45.141] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:03:45.162] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:03:45.224] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:03:45.352] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:03:46.193] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:03:46.230] [userDataSync.log] [info] Sync done. Took 1096ms [2021-05-28 10:03:58.340] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:03:58.600] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:03:58.615] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:03:58.622] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:03:58.747] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:03:59.276] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:03:59.295] [userDataSync.log] [info] Sync done. Took 804ms [2021-05-28 10:04:13.056] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:04:13.476] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:04:13.482] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:04:13.486] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:04:13.977] [userDataSync.log] [info] GlobalState: Updated remote ui state [2021-05-28 10:04:14.030] [userDataSync.log] [info] GlobalState: Updated last synchronized ui state [2021-05-28 10:04:14.526] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:04:14.544] [userDataSync.log] [info] Sync done. Took 1141ms [2021-05-28 10:04:38.430] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:04:39.053] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:04:39.083] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:04:39.161] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:04:39.238] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:04:40.401] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:04:40.428] [userDataSync.log] [info] Sync done. Took 1608ms [2021-05-28 10:06:54.427] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:06:54.802] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:06:54.817] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:06:54.823] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:06:55.062] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:06:55.773] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:06:55.789] [userDataSync.log] [info] Sync done. Took 1067ms [2021-05-28 10:07:36.414] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:07:36.634] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:07:36.650] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:07:36.655] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:07:36.692] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:07:37.221] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:07:37.227] [userDataSync.log] [info] Sync done. Took 694ms [2021-05-28 10:08:22.265] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:08:22.675] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:08:22.690] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:08:22.700] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:08:22.739] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:08:23.174] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:08:23.204] [userDataSync.log] [info] Sync done. Took 567ms [2021-05-28 10:09:11.423] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:09:11.598] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:09:11.606] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:09:11.611] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:09:11.636] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:09:12.181] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:09:12.206] [userDataSync.log] [info] Sync done. Took 642ms [2021-05-28 10:09:24.882] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:09:25.207] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:09:25.213] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:09:25.220] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:09:25.263] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:09:25.704] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:09:25.732] [userDataSync.log] [info] Sync done. Took 536ms [2021-05-28 10:09:50.430] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:09:50.707] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:09:50.722] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:09:50.728] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:09:50.752] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:09:51.226] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:09:51.248] [userDataSync.log] [info] Sync done. Took 652ms [2021-05-28 10:10:05.230] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:10:05.432] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:10:05.448] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:10:05.456] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:10:05.479] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:10:05.965] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:10:05.979] [userDataSync.log] [info] Sync done. Took 598ms [2021-05-28 10:10:23.529] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:10:32.825] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:10:32.852] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:10:32.873] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:10:32.917] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:10:33.315] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:10:33.331] [userDataSync.log] [info] Sync done. Took 617ms [2021-05-28 10:10:34.418] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:10:34.570] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:10:34.585] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:10:34.593] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:10:34.649] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:10:35.104] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:10:35.124] [userDataSync.log] [info] Sync done. Took 554ms [2021-05-28 10:11:10.432] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:11:10.693] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:11:10.710] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:11:10.714] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:11:10.748] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:11:11.306] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:11:11.330] [userDataSync.log] [info] Sync done. Took 699ms [2021-05-28 10:11:26.090] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:11:26.298] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:11:26.340] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:11:26.347] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:11:26.400] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:11:27.110] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:11:27.170] [userDataSync.log] [info] Sync done. Took 863ms [2021-05-28 10:11:42.425] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:11:42.719] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:11:42.735] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:11:42.746] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:11:42.767] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:11:43.533] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:11:43.554] [userDataSync.log] [info] Sync done. Took 940ms [2021-05-28 10:12:14.500] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:12:15.401] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:12:15.426] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:12:15.442] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:12:15.468] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:12:16.196] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:12:16.219] [userDataSync.log] [info] Sync done. Took 903ms [2021-05-28 10:12:30.941] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:12:31.134] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:12:31.151] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:12:31.161] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:12:31.218] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:12:31.771] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:12:31.788] [userDataSync.log] [info] Sync done. Took 681ms [2021-05-28 10:12:43.436] [userDataSync.log] [info] Auto Sync: Triggered by Activity [2021-05-28 10:12:43.766] [userDataSync.log] [info] Settings: No changes found during synchronizing settings. [2021-05-28 10:12:43.789] [userDataSync.log] [info] Keybindings: No changes found during synchronizing keybindings. [2021-05-28 10:12:43.793] [userDataSync.log] [info] Snippets: No changes found during synchronizing snippets. [2021-05-28 10:12:43.813] [userDataSync.log] [info] GlobalState: No changes found during synchronizing ui state. [2021-05-28 10:12:44.355] [userDataSync.log] [info] Extensions: No changes found during synchronizing extensions. [2021-05-28 10:12:44.374] [userDataSync.log] [info] Sync done. Took 746ms

Log (Remote Extensions Host)

[2021-05-28 08:47:57.424] [exthost] [info] extension host started [2021-05-28 08:47:57.651] [exthost] [info] ExtensionService#_doActivateExtension gitpod.gitpod {"startup":false,"extensionId":{"value":"gitpod.gitpod","_lower":"gitpod.gitpod"},"activationEvent":"onAuthenticationRequest:gitpod"} [2021-05-28 08:47:57.651] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/gitpod/dist/extension.js [2021-05-28 08:47:57.730] [exthost] [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch {"startup":true,"extensionId":{"value":"vscode.debug-auto-launch","_lower":"vscode.debug-auto-launch"},"activationEvent":""} [2021-05-28 08:47:57.730] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/debug-auto-launch/dist/extension [2021-05-28 08:47:57.734] [exthost] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":""} [2021-05-28 08:47:57.734] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/git/dist/main [2021-05-28 08:47:57.795] [exthost] [info] ExtensionService#_doActivateExtension GitHub.vscode-pull-request-github {"startup":true,"extensionId":{"value":"GitHub.vscode-pull-request-github","_lower":"github.vscode-pull-request-github"},"activationEvent":""} [2021-05-28 08:47:57.795] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/github.vscode-pull-request-github-0.26.0/dist/extension [2021-05-28 08:47:57.867] [exthost] [info] ExtensionService#_doActivateExtension vscode.npm {"startup":true,"extensionId":{"value":"vscode.npm","_lower":"vscode.npm"},"activationEvent":"workspaceContains:package.json"} [2021-05-28 08:47:57.867] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/npm/dist/npmMain [2021-05-28 08:47:58.800] [exthost] [info] ExtensionService#_doActivateExtension ms-vscode.js-debug {"startup":false,"extensionId":{"value":"ms-vscode.js-debug","_lower":"ms-vscode.js-debug"},"activationEvent":"onCommand:extension.js-debug.clearAutoAttachVariables"} [2021-05-28 08:47:58.800] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/ms-vscode.js-debug/src/extension.js [2021-05-28 08:47:58.981] [exthost] [info] ExtensionService#_doActivateExtension vscode.github {"startup":false,"extensionId":{"value":"vscode.github","_lower":"vscode.github"},"activationEvent":""} [2021-05-28 08:47:58.981] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/github/dist/extension.js [2021-05-28 08:47:59.090] [exthost] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":false,"extensionId":{"value":"vscode.emmet","_lower":"vscode.emmet"},"activationEvent":"onStartupFinished"} [2021-05-28 08:47:59.090] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/emmet/dist/node/emmetNodeMain [2021-05-28 08:47:59.103] [exthost] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":false,"extensionId":{"value":"vscode.merge-conflict","_lower":"vscode.merge-conflict"},"activationEvent":"onStartupFinished"} [2021-05-28 08:47:59.103] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/merge-conflict/dist/mergeConflictMain [2021-05-28 08:47:59.106] [exthost] [info] ExtensionService#_doActivateExtension vscode.testing-editor-contributions {"startup":false,"extensionId":{"value":"vscode.testing-editor-contributions","_lower":"vscode.testing-editor-contributions"},"activationEvent":"onStartupFinished"} [2021-05-28 08:47:59.106] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/testing-editor-contributions/dist/extension.js [2021-05-28 08:47:59.107] [exthost] [info] eager extensions activated [2021-05-28 08:47:59.713] [exthost] [info] ExtensionService#_doActivateExtension vscode.configuration-editing {"startup":false,"extensionId":{"value":"vscode.configuration-editing","_lower":"vscode.configuration-editing"},"activationEvent":"onLanguage:jsonc"} [2021-05-28 08:47:59.713] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/configuration-editing/dist/configurationEditingMain [2021-05-28 08:47:59.719] [exthost] [info] ExtensionService#_doActivateExtension vscode.json-language-features {"startup":false,"extensionId":{"value":"vscode.json-language-features","_lower":"vscode.json-language-features"},"activationEvent":"onLanguage:jsonc"} [2021-05-28 08:47:59.719] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/json-language-features/client/dist/node/jsonClientMain [2021-05-28 08:47:59.759] [exthost] [info] ExtensionService#_doActivateExtension vscode.typescript-language-features {"startup":false,"extensionId":{"value":"vscode.typescript-language-features","_lower":"vscode.typescript-language-features"},"activationEvent":"onLanguage:jsonc"} [2021-05-28 08:47:59.759] [exthost] [info] ExtensionService#loadCommonJSModule file:///ide/extensions/typescript-language-features/dist/extension [2021-05-28 08:48:03.653] [exthost] [info] ExtensionService#_doActivateExtension CoenraadS.bracket-pair-colorizer-2 {"startup":false,"extensionId":{"value":"CoenraadS.bracket-pair-colorizer-2","_lower":"coenraads.bracket-pair-colorizer-2"},"activationEvent":"*"} [2021-05-28 08:48:03.653] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/extension [2021-05-28 08:48:03.726] [exthost] [error] Activating extension CoenraadS.bracket-pair-colorizer-2 failed due to an error: [2021-05-28 08:48:03.726] [exthost] [error] Error: Cannot find module '/ide/node_modules.asar/vscode-textmate' Require stack:

  • /home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/textMateLoader.js
  • /home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/settings.js
  • /home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/documentDecorationManager.js
  • /home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/extension.js
  • /ide/out/vs/loader.js
  • /ide/out/bootstrap-amd.js
  • /ide/out/bootstrap-fork.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27) at Function.Module._load (/ide/out/vs/workbench/services/extensions/node/extensionHostProcess.js:67198:33) at Function.load (/ide/out/vs/workbench/services/extensions/node/extensionHostProcess.js:67053:37) at Function.load [as _load] (/ide/out/vs/workbench/services/extensions/node/extensionHostProcess.js:64449:37) at Module.require (internal/modules/cjs/loader.js:952:19) at require (internal/modules/cjs/helpers.js:88:18) at TextMateLoader.getNodeModule (/home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/textMateLoader.js:106:16) at TextMateLoader.loadTextMate (/home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/textMateLoader.js:109:21) at new TextMateLoader (/home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/textMateLoader.js:18:27) at new Settings (/home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/settings.js:10:31) at new DocumentDecorationManager (/home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/documentDecorationManager.js:9:25) at activate (/home/gitpod/.gitpod-code/extensions/coenraads.bracket-pair-colorizer-2-0.1.4/out/src/extension.js:6:37) at Function._callActivateOptional (/ide/out/vs/workbench/services/extensions/node/extensionHostProcess.js:59853:69) at Function._callActivate (/ide/out/vs/workbench/services/extensions/node/extensionHostProcess.js:59843:25) at /ide/out/vs/workbench/services/extensions/node/extensionHostProcess.js:59786:56 at async Promise.all (index 0) at async ExtHostExtensionService.$activate (/ide/out/vs/workbench/services/extensions/node/extensionHostProcess.js:60080:13) [2021-05-28 08:48:04.533] [exthost] [info] ExtensionService#_doActivateExtension dbaeumer.vscode-eslint {"startup":false,"extensionId":{"value":"dbaeumer.vscode-eslint","_lower":"dbaeumer.vscode-eslint"},"activationEvent":""} [2021-05-28 08:48:04.533] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/dbaeumer.vscode-eslint-2.1.8/client/out/extension [2021-05-28 08:48:05.651] [exthost] [info] ExtensionService#_doActivateExtension formulahendry.auto-close-tag {"startup":false,"extensionId":{"value":"formulahendry.auto-close-tag","_lower":"formulahendry.auto-close-tag"},"activationEvent":""} [2021-05-28 08:48:05.651] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/formulahendry.auto-close-tag-0.5.10/out/src/extension [2021-05-28 08:48:05.889] [exthost] [info] ExtensionService#_doActivateExtension mhutchie.git-graph {"startup":false,"extensionId":{"value":"mhutchie.git-graph","_lower":"mhutchie.git-graph"},"activationEvent":""} [2021-05-28 08:48:05.889] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/mhutchie.git-graph-1.30.0/out/extension.js [2021-05-28 08:48:06.169] [exthost] [info] ExtensionService#_doActivateExtension donjayamanne.githistory {"startup":false,"extensionId":{"value":"donjayamanne.githistory","_lower":"donjayamanne.githistory"},"activationEvent":""} [2021-05-28 08:48:06.169] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/donjayamanne.githistory-0.6.16/dist/src/extension [2021-05-28 08:48:06.463] [exthost] [info] ExtensionService#_doActivateExtension EditorConfig.EditorConfig {"startup":false,"extensionId":{"value":"EditorConfig.EditorConfig","_lower":"editorconfig.editorconfig"},"activationEvent":""} [2021-05-28 08:48:06.464] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/editorconfig.editorconfig-0.16.4/out/editorConfigMain.js [2021-05-28 08:48:08.030] [exthost] [info] ExtensionService#_doActivateExtension vincaslt.highlight-matching-tag {"startup":false,"extensionId":{"value":"vincaslt.highlight-matching-tag","_lower":"vincaslt.highlight-matching-tag"},"activationEvent":""} [2021-05-28 08:48:08.030] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/vincaslt.highlight-matching-tag-0.10.0/out/src/extension [2021-05-28 08:48:08.306] [exthost] [info] ExtensionService#_doActivateExtension Gruntfuggly.todo-tree {"startup":false,"extensionId":{"value":"Gruntfuggly.todo-tree","_lower":"gruntfuggly.todo-tree"},"activationEvent":"onStartupFinished"} [2021-05-28 08:48:08.306] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/gruntfuggly.todo-tree-0.0.212/dist/extension [2021-05-28 08:48:08.763] [exthost] [info] ExtensionService#_doActivateExtension esbenp.prettier-vscode {"startup":false,"extensionId":{"value":"esbenp.prettier-vscode","_lower":"esbenp.prettier-vscode"},"activationEvent":"onStartupFinished"} [2021-05-28 08:48:08.763] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/esbenp.prettier-vscode-6.4.0/dist/extension [2021-05-28 08:48:09.145] [exthost] [info] ExtensionService#_doActivateExtension HookyQR.beautify {"startup":false,"extensionId":{"value":"HookyQR.beautify","_lower":"hookyqr.beautify"},"activationEvent":""} [2021-05-28 08:48:09.145] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/hookyqr.beautify-1.4.11/extension [2021-05-28 08:48:09.803] [exthost] [info] ExtensionService#_doActivateExtension eamodio.gitlens {"startup":false,"extensionId":{"value":"eamodio.gitlens","_lower":"eamodio.gitlens"},"activationEvent":"onStartupFinished"} [2021-05-28 08:48:09.803] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/eamodio.gitlens-11.4.1/dist/gitlens [2021-05-28 08:48:10.660] [exthost] [info] ExtensionService#_doActivateExtension standard.vscode-standard {"startup":false,"extensionId":{"value":"standard.vscode-standard","_lower":"standard.vscode-standard"},"activationEvent":""} [2021-05-28 08:48:10.661] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/standard.vscode-standard-1.5.1/client/out/extension [2021-05-28 08:55:07.386] [exthost] [info] ExtensionService#_doActivateExtension foxundermoon.shell-format {"startup":false,"extensionId":{"value":"foxundermoon.shell-format","_lower":"foxundermoon.shell-format"},"activationEvent":"onLanguage:shellscript"} [2021-05-28 08:55:07.386] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/foxundermoon.shell-format-7.0.1/dist/extension [2021-05-28 08:55:07.391] [exthost] [info] ExtensionService#_doActivateExtension mads-hartmann.bash-ide-vscode {"startup":false,"extensionId":{"value":"mads-hartmann.bash-ide-vscode","_lower":"mads-hartmann.bash-ide-vscode"},"activationEvent":"onLanguage:shellscript"} [2021-05-28 08:55:07.391] [exthost] [info] ExtensionService#loadCommonJSModule file:///home/gitpod/.gitpod-code/extensions/mads-hartmann.bash-ide-vscode-1.11.0/out/extension

Log (Worker Extension Host)

[2021-05-28 09:47:57.195] [exthost.log] [info] extension host started [2021-05-28 09:47:57.201] [exthost.log] [info] eager extensions activated

askusWT commented 3 years ago

note. seems to relate to an underlying vs code error.

https://github.com/microsoft/vscode-remote-release/issues/4233

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.