-
Notifications
You must be signed in to change notification settings - Fork 15
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
Extension doesn't show up in Extensions #10
Comments
I think it's possible vscode may be different now. I also experienced similar results trying the instructions in the README. Here's what worked for me:
Surely it would be nicer to have fewer steps or have it be more automated [1]. May be there is a way. I think there used to be [2]. [1] Looks like one can do the following sort of thing via the command line:
For vscode, the command line executable name might be [2] Some discussion here... |
There is sort of an alternative method that goes like this:
I think that should open a new window with the extension running. Perhaps this is meant for development of the extension itself. |
Thanks, the steps worked other than having to do |
@saikyun Good to hear things are working for you. On a side note, may be you are aware of this already, but FWIW, for npm / node stuff, I believe one can get into trouble using |
Yeah, I agree it's not optimal to use -g. Do you know how to run vsce
locally instead? :O Tried npm run but that was not right, that was only for
scripts in the npm-file :V Too long since I used npm.
Den fre 27 jan. 2023 kl 01:03 skrev sogaiu ***@***.***>:
… @saikyun <https://github.com/saikyun> Good to hear things are working for
you.
------------------------------
On a side note, may be you are aware of this already, but FWIW, for npm /
node stuff, I believe one can get into trouble using -g. In the npm /
node world where backward compatibility doesn't seem to be such a priority
and there is a lot of change, using project-specific things via npx seems
like less trouble to me.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS46Z67LJILEZZ2J6M2PFTWUMGGZANCNFSM6AAAAAAUGYB4VI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I think what I did was:
|
After having cloned the repo into
~/.vscode/extensions
it doesn't show up in my Extensions tab, so I can't enable it.Looked around in vscode docs but couldn't find a way to enable it outside generating some sort of installation file.
The text was updated successfully, but these errors were encountered: