Deivitto / auditor-docker

https://hackmd.io/7zriwLB0SD6-3AUDv3pBBg?view
GNU General Public License v3.0
123 stars 11 forks source link

`code` sometimes is not sync with the current version of vscode #36

Closed Deivitto closed 1 year ago

Deivitto commented 1 year ago

Where: [v0.0.1 - v0.0.2]

Code command sometimes is failing due to not having in the path the version in .vscode/[...]/ACTUAL_HASH_VERSION/[...]/code

The solution is to stop adding the path or to add an alias with an exact version, but adding to .bashrc a code that gets latest version by commit into a custom folder latest, and add tot he PATH latest folder, in that way, even if the hash changes, the latest version changes too.

Deivitto commented 1 year ago

https://github.com/Deivitto/auditor-docker/pull/40