Michael Walters
Michael Walters
@sandy081 ``` 2024-04-08 13:21:14.407 [info] 2024-04-08 13:21:14.408 [info] Installing extensions... 2024-04-08 13:21:14.408 [info] Extension host agent started. 2024-04-08 13:21:14.431 [info] Started initializing default profile extensions in extensions installation folder. file:///root/.vscode-server/extensions...
@sandy081 Is this really a duplicate? The issue you referenced (https://github.com/microsoft/vscode/issues/174632) was created in Feb 2023. However, this ticket shows that the issue broke in the 1.87.1 release. That release...
@sandy081 here are the results for `1.86.2` ``` 2024-04-10 15:47:58.090 [info] 2024-04-10 15:47:58.091 [info] Installing extensions... 2024-04-10 15:47:58.091 [info] Extension host agent started. 2024-04-10 15:47:58.123 [info] Started initializing default profile...
@sandy081 @khuston posted a link to a reproducible repo https://github.com/microsoft/vscode-remote-release/issues/9628#issuecomment-2046092056
@ljharb I've uninstalled Homebrew git... I do have `oh-my-zsh` installed which could interfere with the aliaes for `ls`. Couple of notes... * `ls` is aliased to `ls -G` through `oh-my-zsh`...
@B4nan I was just looking into this for a future project. I've done multi-tenant in the past using a Document Store... it was fairly easy to implement. > you can...