mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
This reverts commit e5ddb82cdc.
This commit is contained in:
@@ -45,7 +45,7 @@ suite('StackTraceHelper', () => {
|
||||
assert.equal(errorLocation, '<a href=\'vscode-notebook-cell:?execution_count=3&line=2\'>line 2</a>');
|
||||
});
|
||||
|
||||
test('IPython stack line numbers are linkified for IPython 9.0.0', () => {
|
||||
test.skip('IPython stack line numbers are linkified for IPython 9.0.0', () => {
|
||||
const stack =
|
||||
'\u001b[31m---------------------------------------------------------------------------\u001b[39m\n' +
|
||||
'\u001b[31mTypeError\u001b[39m Traceback (most recent call last)\n' +
|
||||
|
||||
Reference in New Issue
Block a user