Skip to content

Commit 4795bb2

Browse files
committed
[WIP] Fix test failures from modal
The issue was that I was trying ot use a native module that was compiled for a different version of node than the one that VS Code uses. The resolution was that I access the library I need directly from the VS Code codebase using a method that Denis wrote. Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 397605b commit 4795bb2

File tree

7 files changed

+50
-1230
lines changed

7 files changed

+50
-1230
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@
8888
"-o",
8989
"${workspaceFolder}/test/ui/settings.json",
9090
"-m",
91-
"--mocha_config",
9291
"${workspaceFolder}/test/ui/.mocharc.js",
92+
"-c",
93+
"max",
9394
"-e",
9495
"./test-resources/extensions",
9596
"-i"

0 commit comments

Comments
 (0)