sail icon indicating copy to clipboard operation
sail copied to clipboard

Deprecated: Instant, pre-configured VS Code development environments.

Results 55 sail issues
Sort by recently updated
recently updated
newest added

OS: Ubuntu 18.04 LTS desktop (running in virtual machine) Docker: 19.03.8 Git: 2.17.1 Here is the end of the console output: ```bash chafey@linuxmint:~$ sail run cdr/sail 2020-04-04 15:22:03 INFO running...

On OSX 10.15.3 I have just installed sail and after attempting to run `sail run cdr/sail` I get this: ``` 2020-03-20 15:57:51 ERROR failed to wait for project to be...

For the fixes from #264 and #262 I think a new github release will need to be made for it to apply to the `sail` install instructions: ``` $ curl...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...

dependencies

Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12. Commits 4235459 1.0.12 6a77d2f Clobber a Link if it's in the way of a File See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fstream&package-manager=npm_and_yarn&previous-version=1.0.11&new-version=1.0.12)](https://help.github.com/articles/configuring-automated-security-fixes)...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

Installing the docker (https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) vs-code extension fails: ```dockerfile RUN installext ms-azuretools.vscode-docker ``` ``` Installing extensions... Extension 'ms-azuretools.vscode-docker' not found. Make sure you use the full extension ID, including the publisher,...

Hello, I need to set up a PowerShell development environment, but PowerShell Core is only supported on Ubuntu 18.04 LTS, not 18.10. Would it be possible to create Sail base...

I've been trying to get sail to run. I can run code-server by itself but whatever repo I try to run from github ends up failing with permission denied. I've...

I am using WSL 2 with Docker Desktop Edge (WSL 2 integration selected). I can run images via docker from within my Ubuntu 18.04 WSL 2 instance; however, when running...