We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I get on current master:
vscode-dotty/test/extension.test.ts(15,1): error TS2304: Cannot find name 'suite'. 15 suite("vscode-dotty tests", function () { ~~~~~ vscode-dotty/test/extension.test.ts(18,5): error TS2304: Cannot find name 'test'. 18 test("dummy test", function() { ~~~~ [error] Running command "/Users/odersky/workspace/dotty/vscode-dotty/node_modules/.bin/tsc --pretty --project /Users/odersky/workspace/dotty/vscode-dotty" failed. [error] (vscode-dotty/compile:compile) Running command "/Users/odersky/workspace/dotty/vscode-dotty/node_modules/.bin/tsc --pretty --project /Users/odersky/workspace/dotty/vscode-dotty" failed. [error] Total time: 1 s, completed Mar 22, 2018 7:16:38 PM
@smarter Any idea what could be the cause of this?
The text was updated successfully, but these errors were encountered:
The failing test was recently added in #4136.
Sorry, something went wrong.
woops indeed, I'm on it.
6b9c657
Merge pull request #4161 from dotty-staging/fix-vscode-build
571547d
Fix #4160: Fix vscode-dotty build
smarter
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I get on current master:
@smarter Any idea what could be the cause of this?
The text was updated successfully, but these errors were encountered: