Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vs code not opening #14

Open
hdt25 opened this issue Jan 8, 2022 · 3 comments
Open

Vs code not opening #14

hdt25 opened this issue Jan 8, 2022 · 3 comments

Comments

@hdt25
Copy link

hdt25 commented Jan 8, 2022

Screenshot_20220108-113136465.jpg

I used fix for libreoffice .it works

But vs code is not launching From menu .
Also it is not launching from terminal

@krmanik
Copy link
Owner

krmanik commented Jan 9, 2022

Hi,
I need to find the solution then I will update it here.

@hdt25
Copy link
Author

hdt25 commented Jan 17, 2022

andronix has solved it in its modded os . but using it here is best for me

@krmanik
Copy link
Owner

krmanik commented Jan 17, 2022

VSCode

Script to install

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

Manually Install

  1. Visit this page and download
    https://code.visualstudio.com/sha/download?build=stable&os=linux-arm64

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

  1. 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/
  1. Proot into manjaro
./manjaro.sh
  1. Create vscode folder in /opt
mkdir /opt/vscode
  1. Extract the downloaded vscode
tar xf /opt/code-stable-arm64-1639561407.tar.gz -C /opt/vscode/ --strip-components=1
  1. Set alias to run the code
echo -e "alias code='/opt/vscode/code --no-sandbox'" >> ~/.bashrc
  1. Restart manjaro proot and vncserver then run code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants