Deivitto / auditor-docker

Home Page:https://hackmd.io/7zriwLB0SD6-3AUDv3pBBg?view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Deivitto opened this issue · comments

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.