Skip to content

Commit

Permalink
test(language-server): update expecto flags to get test progress outp…
Browse files Browse the repository at this point in the history
…ut (-debug) and avoid locking/hanging issues that occur when the debugger is attached by sequencing tests and turning off the spinner. (See haf/expecto#405 - not a proven cause, but might be related.)
  • Loading branch information
chrissimon-au committed May 24, 2023
1 parent d89fdc9 commit f27c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"request": "launch",
"preLaunchTask": "build: Language Server Tests",
"program": "${workspaceFolder}/${config:languageServerTestsPath}/bin/Debug/net6.0/Contextive.LanguageServer.Tests.dll",
//"args": ["--filter-test-case","Can handle configuration value changing"],
"args": ["--no-spinner", "--sequenced", "--debug"],
"cwd": "${workspaceFolder}/${config:languageServerTestsPath}",
"stopAtEntry": false,
"console": "integratedTerminal"
Expand Down

0 comments on commit f27c46d

Please sign in to comment.