-
Notifications
You must be signed in to change notification settings - Fork 6
Initial implementation of the extension #1
Conversation
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
package.json
Outdated
@@ -0,0 +1,31 @@ | |||
{ | |||
"name": "@theia/che-theia-hosted-plugin-manager-extension", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello, why is it @theia
if it's a che extension ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will change for eclipse-che
"include": [ | ||
"src" | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a missing EOF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will fix
} | ||
|
||
async processUri(uri: URI): Promise<URI> { | ||
const hostedPluginTheiaInnstanceServer = await this.getHostedPluginTheiaInnstanceServer(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
somehow there are too many n in 'instance' getHostedPluginTheiaInnstanceServer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
package.json
Outdated
}, | ||
"devDependencies": { | ||
"rimraf": "^2.6.2", | ||
"typescript": "latest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set up please 2.7.2 version. For this version CQ passed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
@benoitf @evidolob @akurinnoy review again please |
This extension contributes to
HostedPluginManager
uri postprocessor which converts internal (inside container) hosted instance uri to external (Che host).