Hi @akosyakov
Now i'm build up OTP authentication in this extension.
The test is okay in my extension package but.. there's two problem
When I publish and rebuild in other packages the expressjs middleware is not working. I mean literally not working, it's not about error. it seems to be ignored app.use(() => {}) statement
When I launch the gitpod raises error Module not found: Error: Can't resolve 'vscode'; I think it's not important but some environment can be same occurse this.
Hi @akosyakov Now i'm build up OTP authentication in this extension. The test is okay in my extension package but.. there's two problem
app.use(() => {})
statementModule not found: Error: Can't resolve 'vscode'
; I think it's not important but some environment can be same occurse this.package.json
I think somethings different at the time of first i made of this extension.