unifpe
unifpe
CC#
Created by unifpe on 11/25/2024 in #help
Aggregate debug info of vscode debugger hover into another server
general question: does anybody know how to access debug info, i mean variable hover info of vscode, from another program or process, i would like to send info to other server and aggregate information there
4 replies
CC#
Created by unifpe on 7/3/2024 in #help
Distinct List in List of Lists
1,1].Distinct() returns [1] [[1],[1]].Distinct() returns [[1],[1]] what to do ?
6 replies