Skip to content

Update to readme? #1354

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

Closed
Merith-TK opened this issue Feb 11, 2020 · 3 comments
Closed

Update to readme? #1354

Merith-TK opened this issue Feb 11, 2020 · 3 comments

Comments

@Merith-TK
Copy link
Contributor

So basically this is an update to the readme that i am requestion,
first, nitpicking

  1. update gif to match new ui

Others

  1. Extensions need to be mentioned that some extensions need you to cd ${extensionDir}/extension and then npm install them in order to work properly for some weird reason, (i have had to do this with the golang extension)
    i have made a bash script for this
#!/bin/bash

for dir in *; do
        if [[ -d $dir ]]; then
                pushd $dir
                npm install 
                popd
        fi
done
  1. Elaborate on the "custom extensions" Why you guys have done this? what benefits are there rather than using the code-oss bindings stuff for the store? as far as i know everything is compatible
@nhooyr
Copy link
Contributor

nhooyr commented Feb 12, 2020

See #1014 regarding pt 1

The second issue is being dealt with as part of #1299

The last point is going to be handled tomorrow in #1333

@nhooyr nhooyr closed this as completed Feb 12, 2020
@nhooyr
Copy link
Contributor

nhooyr commented Feb 12, 2020

Appreciate you looking out!

@Merith-TK
Copy link
Contributor Author

No worries! I enjoy using this software as my windows pc is now appearntly too crap to even run vscode. Or have a vscode startup time under 5 minutes. So I run this on my Dev server and access it over lan

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