Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 15, 2020
1 parent 741ca29 commit 813d282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"--ui=tdd",
"--recursive",
"--colors",
// "--grep", "<suite name>",
"--grep", "Save on shutdown",
"--timeout=300000",
"--exit"
],
Expand All @@ -292,7 +292,7 @@
// Remove 'X' to turn on all logging in the debug output
"XVSC_PYTHON_FORCE_LOGGING": "1",
// Remove `X` prefix and update path to test with real python interpreter (for DS functional tests).
"XCI_PYTHON_PATH": "<Python Path>",
"CI_PYTHON_PATH": "/Users/donjayamanne/Desktop/Development/crap/docBug/venv2/bin/python",
// Remove 'X' prefix to dump output for debugger. Directory has to exist prior to launch
"XDEBUGPY_LOG_DIR": "${workspaceRoot}/tmp/Debug_Output"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { DataScienceIocContainer } from '../dataScienceIocContainer';
import { MockDocumentManager } from '../mockDocumentManager';

// tslint:disable:no-any no-multiline-string max-func-body-length no-console max-classes-per-file trailing-comma
suite('DataScience gotocell tests', () => {
suite('DataScience gotocell testsxxx', () => {
const disposables: Disposable[] = [];
let codeLensProvider: IDataScienceCodeLensProvider;
let codeLensFactory: ICodeLensFactory;
Expand Down

0 comments on commit 813d282

Please sign in to comment.