Christof Marti
Christof Marti
Not sure when this started, but with 0.237.0 I see the base.Dockerfile included in the package we use for Remote-Containers. E.g., with the `Node.js & TypeScript` template.
`/home` is empty and the `mssql` user does not have permissions to create an `/home/mssql` folder. Reported as https://github.com/microsoft/vscode/issues/137515.
With the support for `ssh://` for the Docker host in, it would be great if `.ssh/config` would be supported like the Docker CLI does too. There is the `ssh2-config` NPM...
`Context` is using `__dirname` to read the package.json of the containing module and of the AI module itself. That doesn't work well when using Webpack for bundling where the folder...
**Description** **Steps to reproduce the issue:** 1. Run `docker build --progress tty . 2>&1 | cat`. **Describe the results you received:** Plain progress output. **Describe the results you expected:** Colored...
From @jdneo in https://github.com/Microsoft/vscode-azure-account/issues/45#issuecomment-380321789: Hi @chrmarti I found out a way to reproduce `Entry not found in cache` error. Just trigger the `Azure: Open bash in clould shell` twice. More...
**Description** **Steps to reproduce the issue:** 1. Run `docker build --progress tty . 2>&1 | cat`. **Describe the results you received:** Plain progress output. **Describe the results you expected:** Colored...
[Error telemetry](https://vscode-errors.azurewebsites.net/card?ch=92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9&bH=1f948a91-d348-e9cc-6fdd-90863095a43f): ``` TypeError: Cannot set properties of undefined (setting 'innerText') at t.renderRows in vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1:179118 at t._renderRows in vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1:199553 at e._renderCallback in vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1:197172 at e._innerRefresh in vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1:37313 at in vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/node_modules.asar/xterm/lib/xterm.js:1:37029...
Not sure about other users, the few requirements I often care about (on NVIDIA GPUs) are as follow: 1. Number of GPU units 2. GPU architecture 3. GPU memory 4....