microsoft / vscode-remote-try-rust

Rust sample project for trying out Dev Containers
https://aka.ms/vscode-remote/containers/getting-started
MIT License
282 stars 150 forks source link

Vscode remote try rust #5

Closed Johanneslueke closed 5 years ago

Johanneslueke commented 5 years ago

got screwed a bit because main.rs was not where it is supposed to be. I suggest adapting your template as I did. if you do not agree please could you explain the reason to put the main.rs, not into the src folder?

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

Chuxel commented 5 years ago

Thanks for the PR! We can certainly move it under src. However, https://github.com/microsoft/vscode-remote-release/issues/1465 is causing problems with this in VS Code Insiders. I'm holding off merging until this is fixed just to remove one moving target from the equation.

Chuxel commented 5 years ago

Underlying issue fixed. Thanks for the contribution!