wav3m1nd3d / vscodium-cde-compose

Containerized Developemnt Environment as in VSCode, but more flexible and automatic for VSCodium
GNU General Public License v3.0
0 stars 0 forks source link

Add offline functionality #12

Closed wav3m1nd3d closed 9 months ago

wav3m1nd3d commented 11 months ago
wav3m1nd3d commented 9 months ago

For now the possibility of creation of a custom extension (or as meant previously, a fork of openssh) makes no sense because:

  1. It supports offline functionality by checking of previous SERVER_SCRIPT presence
  2. It's a way of coping with issues like version mismatch itself or long rebuild times due to poor caching and wrong layer invalidation. The error in the approach is taking such issues as facts instead of something that can be solved.

It would be better to concentrate on solving version mismatch (Issue #18) and rebuild times enhancement (Issues #5, #7, #16) to make this issue negligible.

wav3m1nd3d commented 9 months ago

Considered closed due to listed issues completion and #7 requiring another check