-
Notifications
You must be signed in to change notification settings - Fork 51
Extension not activated on local installation #1637
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
Comments
Searching the problematic PRgit reset --hard 0.4.0 && \
rm one-vscode-0.4.0.vsix && \
vsce package && \
code --uninstall-extension Samsung.one-vscode && \
code --install-extension one-vscode-0.4.0.vsix
git reset --hard a001610 && \
rm one-vscode-0.4.0.vsix && \
vsce package && \
code --uninstall-extension Samsung.one-vscode && \
code --install-extension one-vscode-0.4.0.vsix
|
Dev host
Local host
It doesn't prints out activation log. Code version?I upgraded my vscode from 1.81.1 -> 1.82.1 but it remains the same. |
MPQEditor module/cc @stamalakhov With MPQEditor related modules commented out in extensions.ts, the extension works as normally at the latest main branch. NOTE that the symptom looks as if it 'activate' function doesn't work at the beginning, because the first line |
@dayo09 |
@dayo09
at |
What?
The current main branch runs on debugging session very well, but it doesn't work on installation.
The text was updated successfully, but these errors were encountered: