Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2614a20

Browse files
move to worker (#8336)
1 parentec99a79 commit2614a20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎Python/Product/PythonTools/PythonTools/LanguageServerClient/LanguageServer.cs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ public async Task<Connection> ActivateAsync() {
6262
returnnull;
6363
}
6464

65+
// Switch to a background thread before starting the process
66+
awaitTaskScheduler.Default;
67+
6568
varserverFolderPath=Path.GetDirectoryName(serverFilePath);
6669

6770
varinfo=newProcessStartInfo{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp