Kung, Li-Chieh

Results 7 comments of Kung, Li-Chieh

same here ``` Dotnet path: /usr/local/share/dotnet/dotnet Activating C# + C# Dev Kit... Starting server at /Users/ryankung/.vscode/extensions/ms-dotnettools.csharp-2.23.2-darwin-arm64/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll Server arguments /Users/ryankung/.vscode/extensions/ms-dotnettools.csharp-2.23.2-darwin-arm64/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll --debug --logLevel Trace --devKitDependencyPath /Users/ryankung/.vscode/extensions/ms-dotnettools.csharp-2.23.2-darwin-arm64/.roslynDevKit/Microsoft.VisualStudio.LanguageServices.DevKit.dll --sessionId 82f4e1be-a302-4036-a45c-1fd89afeb3221710501316691 --telemetryLevel all --extensionLogDirectory /Users/ryankung/Library/Application...

> @ZJKung - it looks like you have the `dotnet.server.waitForDebugger` option set - try unchecking it and reload the window. > > Generally that setting is only used if you...

after I unchecked `dotnet.server.waitForDebugger` option it works fine!

Here is the test console output. please review. # Test Output ----- ``` hello_algo.chapter_graph.graph_adjacency_list.Test: Outcome: Passed Standard Output Messages: 初始化后,图为 邻接表 = 1: 3 5, 3: 1 2, 2: 3...

done ~ pls review again

Here is the test console output, Could you please review for me. # Test Output ----- ``` hello_algo.chapter_graph.graph_adjacency_list.Test: Outcome: Passed Standard Output Messages: 初始化后,图为 邻接表 = 1: 3 5, 3:...

OMG I sync fork accidentally discard my commit. I'll create new RP later!