-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
There is no error when run VS code extensionthat use extensionDependencies that doesn't loaded #4504
Comments
i501378
changed the title
There is no error when extensionDependencies doesn't loaded
There is no error when run VS code extensionthat use extensionDependencies that doesn't loaded
Mar 7, 2019
akosyakov
added
bug
bugs found in the application
vscode
issues related to VSCode compatibility
labels
Mar 8, 2019
26 tasks
JPinkney
added a commit
to JPinkney/theia
that referenced
this issue
Jun 6, 2019
…heia#4504 Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
JPinkney
added a commit
to JPinkney/theia
that referenced
this issue
Jun 10, 2019
…heia#4504 Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
27 tasks
JPinkney
added a commit
to JPinkney/theia
that referenced
this issue
Jun 18, 2019
…heia#4504 Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
JPinkney
added a commit
to JPinkney/theia
that referenced
this issue
Jun 18, 2019
…heia#4504 Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
19 tasks
JPinkney
added a commit
to JPinkney/theia
that referenced
this issue
Aug 15, 2019
…heia#4504 Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
akosyakov
pushed a commit
that referenced
this issue
Aug 18, 2019
Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use APIs from VS code extension1 at VS code extension2.
We add VS code extension1 as extensionDependencies at VS code extension2 package.json.
We run VS code extension2 without loading at the plugins VS code extension1 and we don't get any error.
output when we load VS code extension1
output when we don't load VS code extension1
The text was updated successfully, but these errors were encountered: