Open hdt25 opened 2 years ago
Hi, I need to find the solution then I will update it here.
andronix has solved it in its modded os . but using it here is best for me
Copy following and run in manjaro proot
wget https://raw.githubusercontent.com/infinyte7/manjaro-fs-arm64/main/scripts/vscode_install.sh && chmod +x vscode_install.sh && ./vscode_install.sh
Or The download link for current version
wget https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/code-stable-arm64-1639561407.tar.gz
Skip Step 2 if downloaded using wget
Open termux and copy the downloaded file from Download folder to manjaro/opt/
Note: the file name be changed
cp storage/shared/Download/code-stable-arm64-1639561407.tar.gz ~/manjaro/opt/
Proot into manjaro
./manjaro.sh
Create vscode folder in /opt
mkdir /opt/vscode
Extract the downloaded vscode
tar xf /opt/code-stable-arm64-1639561407.tar.gz -C /opt/vscode/ --strip-components=1
Set alias to run the code
echo -e "alias code='/opt/vscode/code --no-sandbox'" >> ~/.bashrc
Restart manjaro proot and vncserver then run code
I used fix for libreoffice .it works
But vs code is not launching From menu . Also it is not launching from terminal