mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Joh/rainy-mollusk (#200976)
* snippet completions should also check with the completion model this will allow to return "more" from the snippet completion item provider and rely on the completions model to do some filtering * when debugging tests allow to use console.log * fix https://github.com/microsoft/vscode/issues/191070
This commit is contained in:
@@ -278,7 +278,7 @@ function loadTests(opts) {
|
||||
teardown(() => {
|
||||
|
||||
// should not have unexpected output
|
||||
if (_testsWithUnexpectedOutput) {
|
||||
if (_testsWithUnexpectedOutput && !opts.dev) {
|
||||
assert.ok(false, 'Error: Unexpected console output in test run. Please ensure no console.[log|error|info|warn] usage in tests or runtime errors.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user